|
|||||||||||
|
Technical Support On-Line Manuals Introducing the ARM Compiler toolchain |
Introducing the ARM Compiler toolchainUsing the compiler
The compiler, armcc, can compile C and C++ source code into ARM and Thumb code. Typically, you invoke the compiler as follows:
You can specify one or more input files. To compile the C++ example source file
See the The following compiler options generate ARM code:
To build a Thumb version use: armcc --thumb ... where:
| ||||||||||
|
|||||||||||