1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-25 18:05:33 +02:00

Revised and updated images for Building a project page

This commit is contained in:
L. Frank Turovich 2010-07-04 20:11:14 +00:00
parent 2eaf0b9986
commit 86882ece72
2 changed files with 11 additions and 16 deletions

View file

@ -15,28 +15,23 @@ function newWin(url) {
<h1>Building a project</h1> <h1>Building a project</h1>
<p>The make output and build progress information displays in the <p>The make output and build progress information displays in the
Console view. The Make Targets view displays makefile actions, and the <a href="../reference/cdt_u_console_view.htm">Console</a> view. The <a href="../reference/cdt_u_make_targets_view.htm">Make Targets</a> view displays makefile actions, and the
Problems view displays compile warnings or errors.</p> <a href="../reference/cdt_u_problems_view.htm">Problems</a> view displays compile warnings or errors.</p>
<p>To build a project:</p> <h2>To build a project:</h2>
<ol> <ol>
<li>In the <strong>Project Explorer</strong> view, select your project. For the tutorial, you can select the <strong>HelloWorld</strong> project you created earlier. <p><br></p></li> <li>In the <strong>Project Explorer</strong> view, select your project. For the tutorial, you can select the <strong>HelloWorld</strong> project you created earlier. <p><br></p></li>
<li>Click <strong>Project &gt; Build Project</strong>. <li>Click <strong>Project &gt; Build Project</strong>, or click the build icon <img src="../images/hammer-icon.png" alt="build icon" align="absmiddle"> on the toolbar. </li>
<br>You can also hit the hammer icon <img src="../images/hammer-icon.png" alt="build icon"> on the toolbar.
</li>
<p>If you see an error message, such as:</p> <p>If you see an error message, such as:</p>
<p><samp>&nbsp;&nbsp;&nbsp;(Cannot run program "make": Launching failed)</samp></p> <p><samp>&nbsp;&nbsp;&nbsp;(Cannot run program "make": Launching failed)</samp></p>
<p>then CDT cannot locate the build command, usually <samp>make</samp>. <p>then CDT cannot locate the build command, usually <samp class="typewriter">make</samp>.
Either your path is not configured correctly, or you do not have <samp>make</samp> Either your path is not configured correctly, or you do not have <samp class="typewriter">make</samp>
installed on your system.</p> installed on your system.</p>
<li>You can see the output and results of the build command in the <strong>Console</strong> view. <li>You can see in the <strong>Console</strong> view the output and results of the build command.
Click on its tab to bring the view forward if it is not currently visible. 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. If for some reason it's not present, you can open it by selecting <strong>Window > Show View > Console</strong>.
<p> <br> <br>
<a href="javascript:void(0)" onClick="newWin('../images/cdt_w_newmake03.png')">Click here to see an illustration (displayed in a separate window) <br>
</a>.</p> <img src="../images/cdt_w_newmake03.png" width="842" height="633"><br>
</li> </li>
</ol> </ol>
<p><img border="0" src="../images/ngconcepts.gif" alt="Related concepts" <p><img border="0" src="../images/ngconcepts.gif" alt="Related concepts"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 57 KiB

After

Width:  |  Height:  |  Size: 90 KiB