core/com.nokia.carbide.cpp.doc.user/html/tasks/debugger/run_mode_debug_02.htm
author fturovic <frank.turovich@nokia.com>
Thu, 26 Aug 2010 10:40:47 -0500
changeset 1893 e29df1745269
parent 1791 727385d8e2b3
child 1934 4f0cd256d26c
permissions -rw-r--r--
removed old SDK pref page and fixed link, then added new cheatsheet

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="LASTUPDATED" content="06/17/05 11:09:43" />
<title>Installing an SDK</title>
<link rel="StyleSheet" href="../../../book.css" type="text/css"/>
</head>
<body >
<h2>Installing an SDK</h2>
<p>To create projects an SDK must be installed. If more than one SDK is installed one must be specified as the default.</p>
<div class="step">
<h4><a name="runSDK" id="runSDK"> </a>Installing an SDK</h4>
<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>
<ol>
  <li>Install at least one of the following SDKs using the install directions that accompany the SDK:
    <ul>
      <li>Nokia Symbian^3</li>
      <li>Nokia Qt for SDK 1.0</li>
      <li>S60 5th Edition v1.0</li>
      </ul>
  </li>
  <li>Set the default SDK to use for projects
    <ol type="A">
      <li>In Carbide.c++
        <ol type="i">
          <li>Click Window &gt; Preferences &gt; Carbide.c++ &gt; SDK Preferences to open the Symbian SDKs panel</li>
          <li>Select the SDK and click SDK Properties to open the SDK Properties dialog</li>
          <li>Set the Default SDK value to Yes</li>
          <li>Close all the dialogs</li>
        </ol>
      </li>
      <li>In a command-line prompt:
        <ol type="i">
          <li>Set the default device devkit by typing on the command line:<br>
            <br />
  &gt; <span class="code">devices &ndash;setdefault @device id: name</span></li>
          <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>
              <br />
            <span class="code">&gt; devices &ndash;setdefault @ SymbianOS_92_2006_wk40:com.symbian.techview</span></p>
          <li>Now ensure the default device is set by entering:<br>
            <br />
  &gt; <span class="code">devices</span></li>
          </ol>
      </li>
      <li>Make sure the correct SDK default is set.</li>
      </ol>
  </li>
  </ol>
</div>

<h5>Other references</h5>
<ul>
  <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>
</ul>
<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>
</body>
</html>