映射文件和链接器文件之间的区别 [英] Difference between map file and linker file

查看:185
本文介绍了映射文件和链接器文件之间的区别的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

链接器生成的映射文件与包含内存段本身的链接器文件之间有什么区别?

解决方案

链接器"文件是指向链接器的一组命令,这些命令是关于如何将所有内容布置在内存中以及由程序员创建的.

地图"文件列出了所有内容在内存中的位置,并由链接器创建.

What is the difference between the map file generated by the linker and the linker file that contains the memory segments itself ?

解决方案

the 'linker' file is a set of commands to the linker as to how everything is to be laid out in memory and is created by the programmer.

The 'map' file is a listing of where everything is located in memory and is created by the linker.

这篇关于映射文件和链接器文件之间的区别的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆