Build options
Build action
Specify whether you want only build or build, load, and run actions during code generation.
Settings
Default:
Build, load and run
Build
Build the code during the build process.
Build, load and run
Build, load, and to run the generated code during the build process.
Disable parallel build
on – When you select this option, the support package compiles generated code and driver source codes in sequential order.
off – When you clear the selection, the support package compiles generated code and driver source codes parallely. Parallel execution reduces the time taken to build the model.
Settings
Default: off
Enable force rebuild of static library
on – When you select this option, Arduino® library files are built each time you compile the Simulink® model, thus resulting in a slower build.
off – When you clear the selection, Arduino library files are saved in a static library file. This library file is created only when the Simulink model is compiled for the first time. For all consecutive compilation, the support package uses the same library file, resulting in a faster build.
Settings
Default: off