Forum Discussion
Altera_Forum
Honored Contributor
20 years agoHi bkucera,
> but I haven't seen anything about a dissassembler. Use objdump with the -D option. > Also where can I read about what exactly goes in each section of the ELF file? > For instance, what goes in the .exceptions section? Take a look at your linker command file, use objdump ... and you might want to generate a map file as well. Regards, --Scott