Forum Discussion

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

How do I get the IDE to generate a linker map file?

Can anyone tell me what do I need to do to get the NIOS IDE to generate a linker map file when I build the software?

Thanks, JJS

1 Reply

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Nevermind. I found the answer in an older thread. My solution was to add the following flags to the linker command line:

    -Wl,-Map -Wl,project.map

    JJS