Testing the External Module

  1. Perform one of the following actions.

    • In the external source editor, open the File menu and select Compile C Code.
    • In the C code editor, open the Build menu and select Compile.
    • In the C code editor, click Compile generated Code.

    This command calls up the currently selected compiler and compiles the *.c and *.h files in the external module. This does not result in any executable code, but merely serves as a test whether the source code is syntactically correct. If it is not, the compiler will display the appropriate error messages.

See also

Integrating an External Source File

Adding a Header File to the Source Module

External Source Editor