Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
21 years ago

Where 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's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    cd <directory containing elf file>

    make <project>.elf.objdump
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored 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&#39;s build target directory (Debug or Release, usually).

    Cheers,

    - slacker