Main Content

Build action

Simulink Coder build operation for model

Model Configuration Pane: Hardware Implementation / Simulink or Embedded Coder Hardware Support Package / Hardware board settings / Target hardware resources / Build options

Description

The Build action parameter defines how Simulink® Coder™ software responds when you press Ctrl+B to build your model.

Settings

Build, load and run (default) | Build

Default: Build, load, and run

Build, load, and run

With this option, pressing Ctrl+B or clicking Build Model:

  1. Generates code from the model.

  2. Compiles and links the code into an executable with libraries.

  3. Loads the executable and libraries into the BeagleBone® Black hardware board.

  4. Runs the executable in the BeagleBone Black hardware board.

Build

With this option, pressing Ctrl+B or clicking Build Model:

  1. Generates code from the model.

  2. Compiles and links the code into an executable with libraries.

This option does not load and run the executable on the BeagleBone Black hardware board.

Recommended Settings

ApplicationSetting
DebuggingBuild_load_and_run
TraceabilityNo impact
EfficiencyNo impact
Safety precautionNo impact

Programmatic Use

No programmatic use is available.

Version History

Introduced in R2014b