Building/Rebuilding Executable Code
In the project editor, perform one of the following actions for an incremental build.
Open the Build menu and select Build All.
Click
Build executable Code to generate an executable file.Press <F7>.
In the project editor, perform one of the following actions for a complete build.
Open the Build menu and select Rebuild All.
Click
Rebuild executable Code to generate an executable file.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