nxp_adsp: linker: Fix _heap_sentry reference
Add _heap_sentry value to fix build errors for newlib, like: "undefined reference to `_heap_sentry'" Signed-off-by: Iuliana Prodan <iuliana.prodan@nxp.com>
This commit is contained in:
parent
23c49e554a
commit
9cac089f8c
1 changed files with 2 additions and 0 deletions
|
@ -453,6 +453,8 @@ SECTIONS
|
|||
_end = ALIGN (8);
|
||||
PROVIDE(end = ALIGN (8));
|
||||
|
||||
/* Mostly unused, though newlib likes them */
|
||||
_heap_sentry = .;
|
||||
__stack = SDRAM1_BASE + SDRAM1_SIZE;
|
||||
.comment 0 : { *(.comment) }
|
||||
.debug 0 : { *(.debug) }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue