Forum Discussion
Altera_Forum
Honored Contributor
19 years agoHi David_Cai,
maybe heap_end is declared in the linker script? If you want to use symbols declared by the assembler or linker you can add an 'extern' declaration to your c code: e.g.extern int heap_end; Hope that helps, Wolfgang