About armcc


By default the ARM C compiler compiles ANSI C as defined by American National Standard for Information Systems - Programming Language C, X3J11/90-013, Feb 14, 1990

The ARM C compiler also has a pcc mode, which accepts the dialect of C used by Berkeley Unix. In this mode the compiler has been used to build a complete ARM-based Unix system (the RISCiX system).

For more background about the ARM C Compiler, and for recommended reading for C programmers, as well as full technical information on the ARM C Compiler see the Reference Manual.