嵌入式学习小组
直播中

李红梅

7年用户 178经验值
私信 关注

MDK编译生成的MAP文件内容介绍

MDK编译生成的MAP文件内容



回帖(3)

黄远飞

2021-1-8 13:47:26
Section Cross References
Section Cross References:模块、段(入口)交叉引用。这部分指的是各个源文件生成的模块、段(定义的入口)之间相互引用的关系。

app_main.o(.text) refers to app_fun.o(.text) for Communication_Test(
app_main模块(app_main.o)中的text函数(.text),引用(或者说调用)了app_fun模块(app_fun.o)中的text函数。)
举报

武婧

2021-1-8 13:47:45
Removing Unused input sections from the image
未使用的模块;

上图中最后一行信息:“2 unused section(s) (total 9 bytes) removed from the image”。表示总共有2段内容没有被调用,大小9字节。
举报

罗丹

2021-1-8 13:47:56
Image Symbol Table
映射符号表分为两大类:Local Symbols局部和2.Global Symbols全局。


各部分解析:
1).Symbol Name:符号名称
2).Value:存储对应的地址;
3).Ov Type:符号对应的类型(有Number、Section、Thumb Code、Data等);
4).Size:存储大小
5).Object(Section):段目标
举报

更多回帖

发帖
×
20
完善资料,
赚取积分