Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++
12689 Discussions

Where to find the .objdump file

Altera_Forum
Honored Contributor II
1,587 Views

In nios2, I did not find this file. Where does this file resides or how can I get it from the .elf file?

0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
541 Views

cd <directory containing elf file> 

make <project>.elf.objdump
0 Kudos
Altera_Forum
Honored Contributor II
541 Views

Remymartin, 

 

You can also check the Window->Preferences->Nios II->"Generate objdump file" box. This will generate the objdump file for every project that is built. It will be placed in your project&#39;s build target directory (Debug or Release, usually). 

 

Cheers, 

 

- slacker
0 Kudos
Reply