Difference between map file and linker file

若如初见. 提交于 2019-12-07 22:19:00

问题


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


回答1:


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.



来源:https://stackoverflow.com/questions/48614377/difference-between-map-file-and-linker-file

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!