Skip to main content
summaryrefslogtreecommitdiffstats
blob: dd3693f9328b9842122def52b21a7f0a3a84d3c7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html lang="en">
<head>
  <meta http-equiv="Content-Language" content="en-us">
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  <title>Building your project</title>
  <link rel="stylesheet" type="text/css" href="../help.css">
</head>
<body>
<h1>Building a project</h1>
<p>The make output and build progress information displays in the
Console view. The Make Targets view displays makefile actions. The
Tasks view displays compile warnings or errors.</p>
<p>To build a project:</p>
<ol>
  <li>In the <b>C/C++ Projects</b> view, select your project. For the tutorial, you want to select the <b>HelloWorld</b> project.</li>
  <li>Click <b>Project &gt; Build Project</b>.</li>
  <p>If you see the error message:</p>
  <p><samp>Exec error:Launching failed</samp></p>
  <p>then CDT cannot locate the build command, usually <samp>make</samp>.
Either your path is not configured correctly, or you do not have <samp>make</samp>
installed on your system.</p>
</ol>
<p><img border="0" src="../images/ngconcepts.gif" alt="Related concepts"
 width="143" height="21">
<br>
<a href="../concepts/cdt_c_projects.htm">CDT Projects</a><br>
<a href="../concepts/cdt_c_build_over.htm">Build overview</a><br>
</p>
<p><img border="0" src="../images/ngtasks.gif" alt="Related tasks"
 width="143" height="21">
<br>
<a href="../tasks/cdt_o_build_task.htm">Building</a><br>
</p>
<p><img border="0" src="../images/ngref.gif" alt="Related reference"
 width="143" height="21">
<br>
<a href="../reference/cdt_u_newproj_buildset.htm">Make Builder page,
C/C++ Properties window</a><br>
</p>
<p> <a href="cdt_w_debug.htm">
<img border="0" src="../images/ngnext.gif" width="16" height="16"></a> <b><a
 href="cdt_w_debug.htm">Next: Debugging a project</a></b></p>
<p align="left"> <a href="cdt_w_newmake.htm">
<img border="0" src="../images/ngback.gif" width="16" height="16"></a> <b><a
 href="cdt_w_newmake.htm">Back: Creating a makefile</a></b></p>
<p>
<img src="../images/ng00_04a.gif" alt="QNX Copyright Statement"></p>
</body>
</html>

Back to the top