Building/Rebuilding Executable Code

  1. In the project editor, perform one of the following actions for an incremental build.

    1. Open the Build menu and select Build All.

    2. Click Build executable Code to generate an executable file.

    3. Press <F7>.

  2. In the project editor, perform one of the following actions for a complete build.

    1. Open the Build menu and select Rebuild All.

    2. Click Rebuild executable Code to generate an executable file.

    3. Press <Shift> + <F7>.

    The code for the entire project is generated, compiled, and linked. When no errors occur, an executable file is generated. The source and object code generated in that process is stored in the ASCET database/workspace.

Note

When the Keep files in Code Generation Directory option is deactivated in the ASCET options window, the content of the ASCET code generation directory .\cgen\ is deleted whenever you exit your ASCET session.

To store the generated files permanently, you have to file them out as described in Exporting Generated Code. Retrospectively activating the Keep files ... option has no effect for the running session.

See also

Exporting Generated Code

Build Options

Linking Object Files to an Executable File