You copied the Doc URL to your clipboard.
Overview of the Linker
Gives an overview of the ARM linker, armlink.
- About the linker
The linker combines the contents of one or more object files with selected parts of one or more object libraries to produce executable images, partially linked object files, or shared object files. - Linker command-line syntax
The armlink command can accept many input files together with options that determine how to process the files. - Linker command-line options listed by group
Groupings of the linker command-line options. - What the linker does when constructing an executable image
armlink performs many operations, depending on the content of the input files and the command-line options you specify.