It should be BSS section not to output data to .hex.

This commit is contained in:
NIIBE Yutaka
2014-08-25 01:39:26 +09:00
parent 1fcfc846b8
commit 5f4cca00fc
2 changed files with 2 additions and 2 deletions

View File

@@ -88,7 +88,7 @@ SECTIONS
{
. = ALIGN(8);
__vector_ram_addr__ = .;
KEEP(*(.data.startup.*))
KEEP(*(.bss.startup.*))
} > ram
.process_stack :