Norcroft  ARM C vsn 4.66d (ARM Toolkit v2.02) [Mar  8 1996]

Usage:         ARMCC [options] file1 file2 ... filen
Main options:

-list          Generate a compilation listing
-pcc           Compile UNIX PCC style C source code

-c             Do not link the files being compiled
-C             Prevent the preprocessor from removing comments (Use with -E)
-D<symbol>     Define <symbol> on entry to the compiler
-E             Preprocess the C source code only
-F<options>    Enable a selection of compiler defined features
-g<options>    Generate code that may be used with the debugger
-I<directory>  Include <directory> on the #include search path
-J<directory>  Replace the default #include path with <directory>
-L<libs>       Specify a comma-joined list of libraries to be linked with
               instead of the standard library
-o<file>       Instruct the linker to call the object code produced <file>
-P<options>    Generate code to generate 'profile' information
-S             Output assembly code instead of object code
-U<symbol>     Undefine <symbol> on entry to the compiler
-W<options>    Disable all or selected warning and error messages
