How to get C++ Link map to a file?
807575May 12 2008 — edited May 12 2008Hi,
Each time I build a Release version of my C++ project I'd like to save a linker map into the dist folder. I can use --print-map as a Linker command line option however it prints the map to stdout which is the Sunstudio Output window. If I try using -Map filename then I get errors from CC.
Does anyone know how to this?
Thanks, Colin