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++
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
12748 Discussions

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

Altera_Forum
Honored Contributor II
1,549 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
494 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