First, the linker is instructed (with the -wl option) to generate a map file, and the compiler is instructed to generate debug symbols (-g).
首先,要(使用-Wl选项)通知链接器生成一个映像文件,并(使用- g选项)通知编译器生成调试符号。
Right click the project and click properties->Configuration Properties->linker->Debugging Here you will find in the right column "Generate Map File".
右键单击该项目,并单击属性“->配置属性- >”链接“- >调试在这里您会发现在右边一栏的”生成地图文件“ 。
Right click the project and click properties->Configuration Properties->linker->Debugging Here you will find in the right column "Generate Map File".
右键单击该项目,并单击属性“->配置属性- >”链接“- >调试在这里您会发现在右边一栏的”生成地图文件“ 。
应用推荐