3.1. Using the ARM compiler
The ARM compiler, armcc, can compile C
and C++ source into 32-bit ARM code, or 16-bit Thumb code, or 16/32-bit
Thumb-2 code.
Typically, you invoke the ARM compiler as follows:
armcc [options] ifile_1 ... ifile_n
You can specify one or more input files.