Forum Discussion
Altera_Forum
Honored Contributor
17 years agoDebug Section (aranges,pubnames,info,...)
The contents of the debug sections produced via a nois2-elf-objdump of the ELF file is shown below. The compilation options surrounding the ELF output is NDEBUG/Release Mode/o3 Optimization. ...
Altera_Forum
Honored Contributor
17 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