core/com.nokia.carbide.cpp.doc.user/html/tasks/sdks/sdk_add_custkits.htm
author dan.podwall@nokia.com
Mon, 06 Apr 2009 14:56:28 -0500
changeset 56 887bd61e1328
parent 2 d760517a8095
child 302 8ad872e05db4
permissions -rw-r--r--
merge from RCL_2_0 to default
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
cawthron
parents:
diff changeset
     1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
cawthron
parents:
diff changeset
     2
<html>
cawthron
parents:
diff changeset
     3
<head>
cawthron
parents:
diff changeset
     4
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
cawthron
parents:
diff changeset
     5
<meta http-equiv="Content-Style-Type" content="text/css" />
cawthron
parents:
diff changeset
     6
<meta name="LASTUPDATED" content="06/17/05 11:09:43" />
cawthron
parents:
diff changeset
     7
<title>Adding Symbian Custom Kits</title>
cawthron
parents:
diff changeset
     8
<link rel="StyleSheet" href="../../../book.css" type="text/css"/>
cawthron
parents:
diff changeset
     9
</head>
cawthron
parents:
diff changeset
    10
<body bgcolor="#FFFFFF">
cawthron
parents:
diff changeset
    11
<h2>Adding Symbian Custom Kits</h2>
cawthron
parents:
diff changeset
    12
<p>The <span class="note">Carbide.c++ Developer Edition</span> and higher level products includes  functionality to work with Symbian CustKits or any arbitrary SDK source base. This enables you to work with evolving SDKs as they are released. </p>
cawthron
parents:
diff changeset
    13
<p class="note"><b>NOTE</b> The features that enable build support with CustKits are only available for Carbide.c++ Developer Edition and higher level products. </p>
cawthron
parents:
diff changeset
    14
<ul>
cawthron
parents:
diff changeset
    15
  <li><b>Adding a CustKit without a devices.xml entry</b></li>
cawthron
parents:
diff changeset
    16
Use the <b>Add SDK</b> dialog to <a href="sdk_add.htm">add</a> an SDK entry for the CustKit that you want to use with the project. You may want to add a Symbian source base that Carbide.c++ can recognize if you do not plan to build from the command line. Once you've added the CustKit, you can now import projects against the newly added SDK.
cawthron
parents:
diff changeset
    17
<li><b>Mapping a CustKit</b><b> SDK to a known SDK release <br />
cawthron
parents:
diff changeset
    18
    <br />
cawthron
parents:
diff changeset
    19
  </b>Use the <a href="sdk_view_properties.htm">SDK Properties</a> window to map  an unrecognized SDK (S60_3rd_Ed_FP2) to a known version of  a similar SDK (S60_3rd_Ed) . This should enable you to import projects against the CustKit SDK. </li>
cawthron
parents:
diff changeset
    20
</ul>
cawthron
parents:
diff changeset
    21
<p align="center"><img src="images/sdk_info_errors_shown.png" width="373" height="192"></p>
cawthron
parents:
diff changeset
    22
<p align="center" class="figure">Figure 1 - SDK Information group showing SDK errors </p>
cawthron
parents:
diff changeset
    23
<blockquote>
cawthron
parents:
diff changeset
    24
  <p>Some issues to look for in the SDK Properties dialog include:
cawthron
parents:
diff changeset
    25
  </p>
cawthron
parents:
diff changeset
    26
</blockquote>
cawthron
parents:
diff changeset
    27
<ul>
cawthron
parents:
diff changeset
    28
  <ul>
cawthron
parents:
diff changeset
    29
    <li><b>SDK Name</b> &#8212; templates and UI designs  may not display if the name used is not a known default  (e.g. com.nokia.s60) as defined under the SDK properties</li>
cawthron
parents:
diff changeset
    30
    <li><b>OS version</b> &#8212; ensure the correct OS version is assigned to the CustKit tells Carbide what platforms the SDK supports </li>
cawthron
parents:
diff changeset
    31
    <li><b>SDK version</b> &#8212;    used to filter which template projects and/or UI Designer projects are available and the UI components displayed </li>
cawthron
parents:
diff changeset
    32
  </ul>
cawthron
parents:
diff changeset
    33
</ul>
cawthron
parents:
diff changeset
    34
<h5>Related concepts</h5>
cawthron
parents:
diff changeset
    35
<ul>
cawthron
parents:
diff changeset
    36
  <li><a href="../../concepts/SDKSupport.html">SDK Support </a></li>
cawthron
parents:
diff changeset
    37
</ul>
cawthron
parents:
diff changeset
    38
<h5>Related tasks </h5>
cawthron
parents:
diff changeset
    39
<ul>
cawthron
parents:
diff changeset
    40
  <li><a href="sdk_search.htm">Searching SDKs</a></li>
cawthron
parents:
diff changeset
    41
  <li><a href="sdk_view_properties.htm">View SDK Properties</a> </li>
cawthron
parents:
diff changeset
    42
</ul>
cawthron
parents:
diff changeset
    43
<h5>Related references </h5>
cawthron
parents:
diff changeset
    44
<ul>
cawthron
parents:
diff changeset
    45
  <li><a href="../../reference/SDKPreferences.html">SDK Preferences Panel</a></li>
cawthron
parents:
diff changeset
    46
</ul>
cawthron
parents:
diff changeset
    47
<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>
cawthron
parents:
diff changeset
    48
cawthron
parents:
diff changeset
    49
</body>
cawthron
parents:
diff changeset
    50
</html>