Build/Clean Project

Build

To build the project, right-click on the project in the « Project Explorer » and select Build Project or or click the build icon () on the toolbar.

The default behavior consists on the following steps:

  1. Generate Makefiles
  2. Run make command

The build trace is displayed in the bottom console. If the project is successfully built, you will find the binaries under the configuration folder (default: Debug or Release). The binaries are also listed in the « Project Explorer », under the project « Binaries ()» section. Otherwise, build is failed, thes errors are listed on the console

Clean

To clean the project, right-click on the project in the « Project Explorer » and select Clean Project. It removes binaries and object files from the configuration folder but keeps the generated Makefiles. You can delete the output configuration folder to make a full clean

Rebuild

To rebuild the project, right-click on the project in the « Project Explorer » and select Build Configurations > Build Selected... or or click the rebuild icon () on the toolbar.