在通过gcc/g++间接调用链接程序ld时,所有的ld选项前必须加上"-Wl,",因为-Map是ld的选项。所以,要让g++生成mapfile,需要如下命令: g++ -Wl,-Map=test.map -g test.cpp -o test