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
22 years agoJust add the following to the Compiler flags
-Wl,-Map -Wl,/cygdrive/c/my_map_file This will deposit a map file called my_map_file at the root of c: