| |||
| Home > The Linker Command Syntax > armlink command syntax | |||
This section describes the syntax and options of the armlink command.
The following rules apply, depending on the type of option:
All single-letter options, or single-letter options
with arguments, are preceded by a single dash -.
You can use a space between the option and the argument, or the
argument can immediately follow the option. For example:
-o file
All keyword options, or keyword options with arguments, are
preceded by a double dash --. For example:
--output file
For command-line arguments that use parentheses, you might
have to escape the parentheses characters with a backlashes (\)
character on UNIX systems.
The linker command syntax is:
armlink [help-options] [project-template-options] [input-file-list] [linker-control-options] [output-format] [memory-map-options] [debuq-options] [image-contents-options] [veneer-generation-options] [Byte Addressing mode] [image-info-options] [diagnostics-options] [via-file]