core/com.nokia.carbide.cpp.doc.user/html/projects/tutorials/new_proj_from_template_02.htm
changeset 1617 94b6d1326534
parent 1610 5e244b89116e
child 1645 0083290c145a
equal deleted inserted replaced
1616:1828ccdd6878 1617:94b6d1326534
    10 <body >
    10 <body >
    11 <h2>Building Projects and Components</h2>
    11 <h2>Building Projects and Components</h2>
    12 <p>In this example we show how to create a new project using one of the built-in Carbide templates, how to build it into an executable, and how to launch the debugger to verify program accuracy. The steps to do this include:</p>
    12 <p>In this example we show how to create a new project using one of the built-in Carbide templates, how to build it into an executable, and how to launch the debugger to verify program accuracy. The steps to do this include:</p>
    13 <ol>
    13 <ol>
    14     <li><a href="new_proj_from_template_01.htm">Creating</a> a project from a project template</li>
    14     <li><a href="new_proj_from_template_01.htm">Creating</a> a project from a project template</li>
    15     <li><strong>Building an executable based on the project sources</strong></li>
    15     <li><strong>Building the object code based on the project sources</strong></li>
    16     <li><a href="new_proj_from_template_03.htm">Defining</a> a launch configuration for running or debugging the application</li>
    16     <li><a href="new_proj_from_template_03.htm">Defining</a> a launch configuration for running or debugging the application</li>
    17     <li><a href="new_proj_from_template_04.htm">Controlling and debugging</a> the running program using  the Carbide debugger</li>
    17     <li><a href="new_proj_from_template_04.htm">Controlling and debugging</a> the running program using  the Carbide debugger</li>
    18 </ol>
    18 </ol>
    19 <hr>
    19 <hr>
    20 <p><strong></strong>Once you have a project in hand, the next thing to do is compile or build it into object code.</p>
    20 <p><strong></strong>Once you have a project in hand, the next thing to do is compile or build it into object code.</p>
    32     <p align="left"><img src="../images/menu_new_proj_build_project.png" alt="Build Project menu" width="355" height="357"></p>
    32     <p align="left"><img src="../images/menu_new_proj_build_project.png" alt="Build Project menu" width="355" height="357"></p>
    33 </blockquote>
    33 </blockquote>
    34 <div class="step">
    34 <div class="step">
    35     <h4>Building a project</h4>
    35     <h4>Building a project</h4>
    36     <ol>
    36     <ol>
       
    37         <li>Select the project to build in the Project Explorer view.</li>
    37         <li>Build the project using one of these actions:
    38         <li>Build the project using one of these actions:
    38             <div align="left">
    39             <div align="left">
    39             <ul>
    40             <ul>
    40                 <li>Right-click the project in the Project Explorer view and choose Build Project (see above).</li>
    41                 <li>Right-click the project in the Project Explorer view and choose Build Project (see above).</li>
    41                 <li>Click the Run &gt; Build Project menu option.</li>
    42                 <li>Click the Run &gt; Build Project menu option.</li>
    87 <h4><strong>NEXT STEP</strong> &gt; <a href="new_proj_from_template_03.htm">Defining</a> a launch configuration for running or debugging the application</h4>
    88 <h4><strong>NEXT STEP</strong> &gt; <a href="new_proj_from_template_03.htm">Defining</a> a launch configuration for running or debugging the application</h4>
    88 <h4></h4>
    89 <h4></h4>
    89 <h4>Other references</h4>
    90 <h4>Other references</h4>
    90 <ul>
    91 <ul>
    91     
    92     
    92     <li><a href="./">Creating New Projects Tutorial</a></li>
    93     
       
    94     <li><a href="new_proj_from_template_00.htm">Creating and Debugging New Projects Tutorial</a><a href="./"></a></li>
    93 </ul>
    95 </ul>
    94 <div id="footer">Copyright &copy; 2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. <br>License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></div>
    96 <div id="footer">Copyright &copy; 2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. <br>License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></div>
    95 
    97 
    96 </body>
    98 </body>
    97 </html>
    99 </html>