 RealView Linker and Utilities Guide |
|
| armlink command syntax2.2. armlink command syntaxThis section describes the syntax and options of the armlink command. The following rules apply, depending on the type of option: - Single‑letter options
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
- Keyword options
All keyword options, or keyword options with arguments, are preceded by a double dash ‑‑. For example: ‑‑output file
NoteFor 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]
|
|