Forum Discussion
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.