Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Eclipse C/C++ Developer Guide
Previous Page Home Next Page

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 Project Explorer view, select your project. For the tutorial, you can select the HelloWorld project you created earlier.


  2. Click Project > Build Project.
    You can also hit the hammer icon on the toolbar.
  3. If you see an error message, such as:

       (Cannot run program "make": 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.

  4. You can see the output and results of the build command in the Console view. Click on its tab to bring the view forward if it is not currently visible. If for some reason it's not present, you can open it by selecting Window > Show View > Console.


    Click here to see an illustration (displayed in a separate window).

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


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire