问题
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