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.

Copyright © 2002-2007 ARM Limited. All rights reserved.ARM DUI 0202H
Non-Confidential