How do I disable the creation of .map files in AVR32 projects ?
If I enable the build-output verbosity to be 'detailed' I can see that the linker avr32-g++.exe is *always* being passed a -Wl,"Map=xxx.map" parameter regardless of the actual setting of the checkbox in 'project -> xxx properties -> toolchain -> AVR32/GNU linker -> Generate Map file"
I did an experiment with an AVR8 project and it works as expected.
Last Edited: Sat. Oct 25, 2014 - 05:17 AM