home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 1 / ARM_CLUB_CD.iso / contents / apps / program / a / c_compile / !C_Compile / C3Options < prev    next >
Encoding:
Text File  |  1992-02-05  |  1.3 KB  |  23 lines

  1. -arthur     }{ Under RISC OS, add the obsolescent Arthur interface library
  2. -super      }{ <c$LibRoot>.o.ArthurLib to the list of libraries to be linked
  3.                with; under SpringBoard add the Brazil supervisor interface
  4.                library \arm\clib\SuperLib.o to the list of libraries
  5. -list          Generate a compilation listing
  6. -pcc           Compile UNIX PCC style C source code
  7.  
  8. -c             Do not link the files being compiled
  9. -C             Prevent the preprocessor from removing comments (Use with -E)
  10. -D<symbol>     Define <symbol> on entry to the compiler
  11. -E             Preprocess the C source code only - do not compile or link it
  12. -F<options>    Enable a selection of compiler defined features
  13. -g<options>    Generate code that may be used with the debugger
  14. -I<directory>  Include <directory> on the #include search path
  15. -J<directory>  Replace the default #include path with <directory>
  16. -L<libs>       Specify a comma-joined list of libraries to be linked with
  17.                instead of the standard library
  18. -o<file>       Instruct the linker to call the object code produced <file>
  19. -P<options>    Generate code to generate 'profile' information
  20. -S             Output ARM assembly code instead of object code
  21. -U<symbol>     Undefine <symbol> on entry to the compiler
  22. -W<options>    Disable all or selected warning and error messages
  23.