core/com.nokia.carbide.cpp.doc.user/html/tasks/projects/prj_build_cmd_line.htm
changeset 0 fb279309251b
child 1225 a546534a48de
equal deleted inserted replaced
-1:000000000000 0:fb279309251b
       
     1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
       
     2 <html>
       
     3 <head>
       
     4 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
       
     5 <meta http-equiv="Content-Style-Type" content="text/css" />
       
     6 <meta name="LASTUPDATED" content="06/17/05 11:09:43" />
       
     7 <title>Setting Environment for x86 Compiler</title>
       
     8 <link rel="StyleSheet" href="../../../book.css" type="text/css"/>
       
     9 <style type="text/css">
       
    10 <!--
       
    11 .style2 {
       
    12 	font-weight: bold;
       
    13 	font-style: italic;
       
    14 }
       
    15 -->
       
    16 </style>
       
    17 </head>
       
    18 <body bgcolor="#FFFFFF">
       
    19 <h2>Setting Environment for x86 Compiler</h2>
       
    20 <p>You can build  files and projects using the Carbide.c++ command-line tools. </p>
       
    21 <p>The command-line tools are located in the <span class="code">plugins\x86Build</span> folder and include:</p>
       
    22 <ul>
       
    23   <li><span class="code">\env_switch</span> - contains the <span class="code">env_update.exe</span> program which installs the environment variables used by the command-line tools. You must  run  the <span class="code">env_update.exe</span> program before any of the command-line tools can operate. It is not required to run if building from Carbide. </li>
       
    24   <li><span class="code">\Symbian_Support</span> - contains the libraries, headers, and other support files necessary to use the command-line toosl</li>
       
    25   <li><span class="code">\Symbian_Tools</span> - contains the  command-line tools compile (<span class="code">mwccsym2.exe</span>), assembler (<span class="code">mwc++filt.exe</span>), and linker (<span class="code">mwldsym2.exe</span>) project files</li>
       
    26 </ul>
       
    27 <div class="step">
       
    28   <h4>Running a Command-Line Tool</h4>
       
    29   <ol>
       
    30     <li>Locate and launch env_update.exe to install the environment variables required by the command-line tools</li>
       
    31     <p>Follow the onscreen instructions to install the correct environment variables. </p>
       
    32     <li>In the Command Prompt window, enter the tool name and options to invoke the command-line tool</li>
       
    33   </ol>
       
    34 </div>
       
    35 <h5>Concepts</h5>
       
    36   <ul>
       
    37     <li><a href="../../concepts/Projects.html">Projects</a></li>
       
    38 </ul>
       
    39   <h5>Tasks</h5>
       
    40   <ul>
       
    41     <li><a href="../CreatingNewProjects.html">Creating Projects</a></li>
       
    42     <li><a href="prj_debug_config.htm">Creating a Launch Configuration</a></li>
       
    43     <li><a href="../start/carbide_debugging.htm">Debugging a Symbian OS Program</a> </li>
       
    44   </ul>
       
    45   <div id="footer">Copyright &copy; 2009 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>
       
    46 
       
    47 </body>
       
    48 </html>