我翻了下keil说明 大概就是这个意思
ARM Linker (armlink)
Detailed Listing File that is easy to understand is created by the linker. It contains details like the memory configuration, input modules, memory map, symbol table, and cross reference.
Global Code Listing file that shows symbolic disassembly of the generated code is created by the linker.
Static Stack Analysis for stack requirements at link-time is calculated by the linker.
Linker Set Linker related options. Typically, linker settings are required to configure the physical memory layout of the target system. Define the location of memory classes and sections in here.
|