Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_build.htm')
-rw-r--r--doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_build.htm27
1 files changed, 11 insertions, 16 deletions
diff --git a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_build.htm b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_build.htm
index 8878fc81170..4398ba5bf25 100644
--- a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_build.htm
+++ b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_build.htm
@@ -15,28 +15,23 @@ function newWin(url) {
<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, and the
-Problems view displays compile warnings or errors.</p>
-<p>To build a project:</p>
+ <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
+<a href="../reference/cdt_u_problems_view.htm">Problems</a> view displays compile warnings or errors.</p>
+<h2>To build a project:</h2>
<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>Click <strong>Project &gt; Build Project</strong>.
- <br>You can also hit the hammer icon <img src="../images/hammer-icon.png" alt="build icon"> on the toolbar.
- </li>
+ <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>
<p>If you see an error message, such as:</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>.
-Either your path is not configured correctly, or you do not have <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 class="typewriter">make</samp>
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.
-If for some reason it's not present, you can open it by selecting Window > Show View > Console.
-<p> <br>
-<a href="javascript:void(0)" onClick="newWin('../images/cdt_w_newmake03.png')">Click here to see an illustration (displayed in a separate window)
-</a>.</p>
-
-
-
+If for some reason it's not present, you can open it by selecting <strong>Window > Show View > Console</strong>.
+<br>
+<br>
+<img src="../images/cdt_w_newmake03.png" width="842" height="633"><br>
</li>
</ol>
<p><img border="0" src="../images/ngconcepts.gif" alt="Related concepts"

Back to the top