Forum Discussion
Altera_Forum
Honored Contributor
16 years agoThese sections are useless for executing. It depends how you load the program for Nios: basically for execution you only need ".entry .text .rodata .exceptions .rwdata" i.e. these are the sections that form the memory footprint that Nios IDE copies to the RAM. I you use tools like elf2sof or something similar they are automatically discarded by the tool.
regards