Stateflow |
 |
Specifying Build Options for a Target
Select a build option for your target from the drop-down list left of the Build button on the Target Builder dialog box (see Accessing the Target Builder Dialog for a Target). This option determines the extent of the build activity that takes place when you start the build.
For the Simulation target, select from the following build options:
- Stateflow Target (incremental) to rebuild only those portions of the target corresponding to charts that have changed logically since the last build.
- Rebuild All (including libraries) to rebuild the target, including chart libraries, from scratch.
- Make without generating code to invoke the make process without generating code. This is useful when you have custom source files that need to be recompiled within a Stateflow incremental build mechanism that does not detect changes in custom software files.
For the RTW target, select from the following build options:
- Real-Time Workshop build to build or rebuild the RTW target.
- Real-Time Workshop options allows you to change Simulink parameters for your RTW build. Once you select this option, the button to the right of this field is renamed RTW Options. Selecting this button displays the Simulation Parameters dialog of Simulink. See "Overview of the Real-Time Workshop User Interface" in the Real-Time Workshop documentation.
- Stateflow Target to build only Stateflow code in the RTW target.
For a custom target, select from the following build options:
- Stateflow Target (incremental) to rebuild only those portions of the target corresponding to charts that have changed logically since the last build.
- Rebuild All (including libraries) to rebuild the target, including chart libraries, from scratch.
- Make without generating code to invoke the Make process without generating code. This is useful when you have custom source files that need to be recompiled within a Stateflow incremental build mechanism that does not detect changes in custom software files.
- Generate code only (incremental) to generate code for charts that have changed logically since the last build.
- Generate code only (nonincremental) to regenerate code for all charts in the model.
| Accessing the Target Builder Dialog for a Target | | Specifying Code Generation Options |  |