Forum Discussion
Altera_Forum
Honored Contributor
21 years agoWhere to find the .objdump file
In nios2, I did not find this file. Where does this file resides or how can I get it from the .elf file?
2 Replies
- Altera_Forum
Honored Contributor
cd <directory containing elf file>
make <project>.elf.objdump - Altera_Forum
Honored Contributor
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's build target directory (Debug or Release, usually). Cheers, - slacker