Everything
E.5 Run a Build

This section explains operations related to running a build for a debug-dedicated project.

(1)

Build types

The types of operations related to builds which can be linked to an external build tool in a debug-dedicated project are as follows.

Table E.1

Build Types

Type

Description

Build

Executes the command specified with the [Commands executed in the project building] property in the [Build] category in the Property panel.

"Build" can run a build of only updated filesNote.

-> See "E.5.1 Run a build".

Rebuild

Executes the command specified with the [Commands executed in the project cleaning] property in the [Build] category in the Property panel, and then executes the command specified with the [Commands executed in the project building] property in the category same as above.

"Rebuild" can run a build of all build target filesNote.

-> See "E.5.2 Run a rebuild".

Clean

Executes the command specified with the [Commands executed in the project cleaning] property in the [Build] category in the Property panel.

"Clean" can delete all the intermediate files and generated files output by running a buildNote.

-> See "E.5.3 Run a clean".

Rapid build

Runs a build in parallel with the change of the build setting.

-> See "E.5.4 Run a rapid build".

Batch build

Runs builds in batch with the build modes that the project has.

-> See "E.5.5 Run a batch build".

Note

It is assumed that a proper command has been set in the Property panel (see "E.4.1 Set the commands").

(2)

Displaying execution results

The execution results of the build (standard output and standard error from the external build tool used) are displayed in each tab on the Output panel.

-

Build, rebuild, or batch build: -> [All Messages] tab and [Build Tool] tab

-

Rapid build: -> [Rapid Build] tab

Figure E.27

Build Execution Results (Build, Rebuild, or Batch Build)

Figure E.28

Build Execution Results (Rapid Build)

 

Remark

The text in the [Rapid Build] tab becomes dimmed.