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 agoI don't want to put the code through several compilers.
I compile it with the nios2-elf-gcc and want to access the variables from outside (e.g. with another nios2 processor). For this purpose I need the address and the type of each variable (as the output quoted above from regular objdump).