Forum Discussion
Altera_Forum
Honored Contributor
22 years agoHow can I obtain a map file from the linker?
Hi all, just a silly question... How can I obtain a map file from the NIOS II IDE? (usually I always put a "-M >mymapfile.txt" at the end of the linker command, but if I do that on th...
Altera_Forum
Honored Contributor
21 years agoand you may want to add "--demangle" if you are programming in C++
"-Wl,--demangle,-Map,/cygdrive/c/mapfile" Dirk