core/com.nokia.carbide.cpp.doc.user/html/tasks/debugger/run_mode_debug_02.htm
changeset 1934 4f0cd256d26c
parent 1893 e29df1745269
child 2131 ff0156b93599
equal deleted inserted replaced
1933:a77f12f0a631 1934:4f0cd256d26c
     4 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
     4 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
     5 <meta http-equiv="Content-Style-Type" content="text/css" />
     5 <meta http-equiv="Content-Style-Type" content="text/css" />
     6 <meta name="LASTUPDATED" content="06/17/05 11:09:43" />
     6 <meta name="LASTUPDATED" content="06/17/05 11:09:43" />
     7 <title>Installing an SDK</title>
     7 <title>Installing an SDK</title>
     8 <link rel="StyleSheet" href="../../../book.css" type="text/css"/>
     8 <link rel="StyleSheet" href="../../../book.css" type="text/css"/>
     9 </head>
     9 <style type="text/css">
       
    10 <!--
       
    11 .style1 {font-size: 1em}
       
    12 -->
       
    13 </style></head>
    10 <body >
    14 <body >
    11 <h2>Installing an SDK</h2>
    15 <h2>Installing an SDK</h2>
    12 <p>To create projects an SDK must be installed. If more than one SDK is installed one must be specified as the default.</p>
    16 <p>To create projects to create and develop Symbian OS programs at least one Software Development Kit (SDK) must be installed and recognized by Carbide.</p>
    13 <div class="step">
    17 <div class="step">
    14 <h4><a name="runSDK" id="runSDK"> </a>Installing an SDK</h4>
    18 <h4><a name="runSDK" id="runSDK"> </a>Installing an SDK</h4>
    15 <p>The following SDKs can be downloaded from Nokia at: <a href="http://www.forum.nokia.com/Tools_Docs_and_Code/">http://www.forum.nokia.com/</a>.</p>
    19 <p>Download the following SDKs from Nokia at: <a href="http://www.forum.nokia.com/Tools_Docs_and_Code/">http://www.forum.nokia.com/</a>.</p>
    16 <ol>
    20 <ol>
    17   <li>Install at least one of the following SDKs using the install directions that accompany the SDK:
    21         <li>Install   one of the following SDKs using the install directions that accompany it:    </li>
    18     <ul>
    22     <ul>
    19       <li>Nokia Symbian^3</li>
    23           <li>Nokia Symbian^4</li>
    20       <li>Nokia Qt for SDK 1.0</li>
    24             <li>Nokia Symbian^3</li>
    21       <li>S60 5th Edition v1.0</li>
    25             <li>Nokia Qt for SDK 1.0</li>
    22       </ul>
    26             <li>S60 5th Edition v1.0</li>
    23   </li>
    27         </ul>
    24   <li>Set the default SDK to use for projects
    28     <li><span class="style1">Launch Carbide.c++</span></li>
    25     <ol type="A">
    29     </ol>
    26       <li>In Carbide.c++
    30 <blockquote>
    27         <ol type="i">
    31     <p><span class="style1">The next time you create a project the new SDK is available as an option. This happens because every time Carbide launches it searches for newly installed SDKs and adds them to a cache file for later use. You can review which SDKs are installed by opening the <a href="../../reference/pref_carb_symbian_sdk.htm">Symbian SDKs</a> preference panel.</span></p>
    28           <li>Click Window &gt; Preferences &gt; Carbide.c++ &gt; SDK Preferences to open the Symbian SDKs panel</li>
    32     </blockquote>
    29           <li>Select the SDK and click SDK Properties to open the SDK Properties dialog</li>
       
    30           <li>Set the Default SDK value to Yes</li>
       
    31           <li>Close all the dialogs</li>
       
    32         </ol>
       
    33       </li>
       
    34       <li>In a command-line prompt:
       
    35         <ol type="i">
       
    36           <li>Set the default device devkit by typing on the command line:<br>
       
    37             <br />
       
    38   &gt; <span class="code">devices &ndash;setdefault @device id: name</span></li>
       
    39           <p>The device id and name can be found in the devices.xml file. For example, for a Techview 9.2 kit you might type<br>
       
    40               <br />
       
    41             <span class="code">&gt; devices &ndash;setdefault @ SymbianOS_92_2006_wk40:com.symbian.techview</span></p>
       
    42           <li>Now ensure the default device is set by entering:<br>
       
    43             <br />
       
    44   &gt; <span class="code">devices</span></li>
       
    45           </ol>
       
    46       </li>
       
    47       <li>Make sure the correct SDK default is set.</li>
       
    48       </ol>
       
    49   </li>
       
    50   </ol>
       
    51 </div>
    33 </div>
    52 
    34 
    53 <h5>Other references</h5>
    35 <h5>Other references</h5>
    54 <ul>
    36 <ul>
    55   <li><a href="../../projects/tutorials/run_mode_debug_example_01.htm">Verify System Setup (Run-mode) Tutorial</a><a href="run_mode_debug.htm"></a>  </li>
    37   <li><a href="../../projects/tutorials/run_mode_debug_example_01.htm">Verify System Setup (Run-mode) Tutorial</a><a href="run_mode_debug.htm"></a>  </li>