Forum Discussion
Altera_Forum
Honored Contributor
14 years agoDifferences between dcc/objdump and nios2-elf-gcc/nios2-elf-objdump?
Hi! I'm trying to get some information out of the elf-file but it seems that there are some differences between the regular tools and the tools with nios2-elf- prefix. Before I start to ...
Altera_Forum
Honored Contributor
14 years agoThank you for this information,
but I don't want to recompile the code for the second processor with the necessary structure definitions. The second processor shouldn't know anything about the data at the memory addresses. But I need this information to access the correct memory positions. For that I wanted to use the output of "nios2-elf-objdump -g".