User manual

UM0036 Project creation and build
Doc ID 7705 Rev 11 159/385
Once you have built your application for the selected microcontroller you are ready to select
your debug instrument and start debugging your application, or program your application to
your target microcontroller.
Table 57. Build commands
Command Description
Compile
Compiles the C or Assembler source file that is in the active Editor window.
You can compile a file even though the project it belongs to is not set to active.
To compile a file, open the file in the Editor window. If it is already open, click
on the Editor window that contains the file you want compile to ensure that it is
active. The name of the selected source file will appear next to the Compile
command. Click on Compile.
Build
Starts the incremental build of the active project with the current configuration
or settings.
Rebuild
Cleans (removes intermediate files) and rebuilds the active project with the
current configuration or settings.
Batch build
Builds, cleans or rebuilds all the selected projects in a workspace for the
selected configuration(s). To do a batch build, select Build > Batch Build to
open the Batch Build window. This window displays all the projects in a
workspace and the applicable configurations. Select the projects that you
want to build and the configuration to use by clicking on the appropriate
checkbox. Once you have selected the projects, you can Build, Clean, or
Rebuild them by clicking on the appropriate button.
Clean
Removes all intermediate files that have been generated by previous builds of
the active project.