Building Manually

Manual builds let you choose the scope of a build, as well as options for building, or rebuilding projects. You can view the output of the make utility in the console.

Sample build in console veiw

To rebuild all open projects:

You can manually rebuild all open projects. Depending on the number of projects, the size of the projects, and the number of target architectures, this action can take a significant amount of time.

To rebuild a single project:

Because rebuilding all open projects may be time-consuming, you may want to build only certain projects.

Tip: If you get the error message:

Exec error:Launching failed

The error message means that the CDT cannot locate the build command, (usually make). Either your path is not configured correctly or you do not have make installed on your system.

Tip: The menubar item Project > Build Working Set submenu for C/C++ projects simply creates a link to the build all target as defined in your makefile, and is no different from an Incremental Build.

Related concepts
Build overview

Related tasks
Defining Build Settings
Building

Related reference
Make Builder page, C/C++ Properties window

IBM Copyright Statement