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++
12619 Discussions

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

Altera_Forum
Honored Contributor II
1,387 Views

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
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
332 Views

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
0 Kudos
Reply