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 ago<div class='quotetop'>QUOTE </div>
--- Quote Start --- Just add the following to the Compiler flags -Wl,-Map -Wl,/cygdrive/c/my_map_file[/b] --- Quote End --- this only works under the condition that you have a drive with this path, I guess. I had to instead simply put-Wl,-Map -Wl,project.map to get it put the map into file project.map in my debug/release directory, readily available inside IDE project navigator.