BSP and Device Driver Development Guide
The linkcmds
file is a script which is passed to the linker at linking
time. This file describes the memory configuration of the board as needed
to link the program. Specifically it specifies where the code and data
for the application will reside in memory.
The format of the linker script is defined by the GNU Loader ld
which is included as a component of the GNU Binary Utilities. If you
are using GNU/Linux, then you probably have the documentation installed
already and are using these same tools configured for native use.
Please visit the Binutils project
if you need more information.
BSP and Device Driver Development Guide
Copyright © 1988-2008 OAR Corporation