|
|||||||||||
|
Technical Support On-Line Manuals Introducing the ARM Compiler toolchain |
Introducing the ARM Compiler toolchainUsing the linker
The linker combines the contents of one or more object files with selected parts of one or more object libraries to produce an image or object file. Typically, you invoke the linker as follows:
To link the object file armlink shapes.o --info totals -o shapes.axf where:
| ||||||||||
|
|||||||||||