| |||||||
Technical Support On-Line Manuals CARM User's Guide | Command PromptTo invoke the CARM Compiler, enter CA at the command prompt. You must include the name of the C source file to be compiled and any required control directives on the command line. The format for the command line is: CA sourcefile « directives... » CA @commandfile Where
The following command line example invokes the CARM Compiler, specifies the source file SAMPLE.C, and uses the DEBUG, CODE, and PREPRINT directives. CA SAMPLE.C DEBUG CODE PREPRINT The CARM Compiler displays the following information upon successful compilation. CA COMPILATION COMPLETE. 0 WARNING(S), 0 ERROR(S) | ||||||
| |||||||