| |||||||
Technical Support On-Line Manuals Cx51 User's Guide | Command PromptTo invoke the C51 or CX51 Compiler, enter C51 or CX51 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: C51 sourcefile « directives... » C51 @commandfile or CX51 sourcefile « directives... » CX51 @commandfile Where
The following command line example invokes the C51 Compiler, specifies the source file SAMPLE.C, and uses the DEBUG, CODE, and PREPRINT directives. C51 SAMPLE.C DEBUG CODE PREPRINT The Cx51 Compiler displays the following information upon successful compilation. C51 COMPILATION COMPLETE. 0 WARNING(S), 0 ERROR(S) | ||||||
| |||||||