|
|||||||||||
Technical Support Support Resources
Product Information |
BL51: Listing File OverviewInformation in this article applies to:
QUESTIONWhat information is contained in the different sections of the listing map file created by the BL51 linker? ANSWERThe BL51 code banking linker/locator produces a map file with the time and date the linker was started. The command line and memory module are listed below that.
Next, the linker lists the object modules that are included. Note that your object modules (created by the compiler and assembler) as well as modules from libraries are listed.
The link map includes a table of the physical memory used by your application. DATA memory, CODE memory, and XDATA memory are listed here.
The overlay-map displays the structure of the program and the location of the bit and data segments of each function. It is like a call tree for your program.
All error messages and warnings are listed at the end of the map file. These messages indicate possible problems during the link/locate run.
MORE INFORMATION
Last Reviewed: Thursday, February 25, 2021 | ||||||||||
|
Arm’s Privacy Policy has been updated. By continuing to use our site, you consent to Arm’s Privacy Policy. Please review our Privacy Policy to learn more about our collection, use and transfers
of your data.