Forum Discussion
Altera_Forum
Honored Contributor
16 years agoHow 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
Altera_Forum
Honored Contributor
16 years agoNevermind. 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