Building a project

The make output and build progress information displays in the Console view. The Make Targets view displays makefile actions, and the Tasks view displays compile warnings or errors.

To build a project:

  1. In the C/C++ Projects view, select your project. For the tutorial, you can to select the Hello World project you created earlier.


  2. Click Project > Build Project.
  3. If you see the error message:


    Exec error:Launching failed


    then 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.

Related concepts
CDT Projects
Build overview

Related tasks
Building projects

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

Next icon Next: Debugging a project

Previous icon Back: Creating a makefile

QNX Copyright Statement