S60 5th Edition SDK Installation Guide
S60 5th Edition SDK Installation Guide
S60 5th Edition SDK Installation Guide
S60
S60 5th Edition SDK Installation Guide | 2
Legal Notices
Copyright © 2008 Nokia Corporation. All rights reserved.
Nokia and Nokia Connecting People are trademarks or registered trademarks of Nokia
Corporation. Java and all Java-based marks are trademarks or registered trademarks of Sun
Microsystems, Inc. Other product and company names mentioned herein may be trademarks
or trade names of their respective owners.
Disclaimer
The information in this document is provided “as is,” with no warranties whatsoever, including
any warranty of merchantability, fitness for any particular purpose, or any warranty otherwise
arising out of any proposal, specification, or sample. This document is provided for informational
purposes only.
Nokia Corporation disclaims all liability, including liability for infringement of any proprietary
rights, relating to implementation of information presented in this document. Nokia Corporation
does not warrant or represent that such use will not infringe such rights.
Nokia Corporation retains the right to make changes to this document at any time, without notice.
License
A license is hereby granted to download and print a copy of this document for personal use only.
No other license to any other intellectual property rights is granted herein.
Contents
1 Introduction............................................................................................................................ 4
1.1 About this Installation Guide.......................................................................................... 4
1.2 Who Should Read this Guide? ...................................................................................... 4
1.3 Typographical Conventions........................................................................................... 4
2 System Requirements ........................................................................................................... 5
2.1 Hardware Requirements ............................................................................................... 5
2.2 Software Requirements................................................................................................. 5
2.3 Additional Installation Requirements ............................................................................. 5
3 Installing the SDK .................................................................................................................. 6
3.1 Prerequisites ................................................................................................................. 6
3.1.1 ActivePerl installation ............................................................................................ 6
3.1.2 Java Run-Time installation .................................................................................... 6
3.2 Running the SDK Installer ............................................................................................. 6
4 Verifying SDK Installation .................................................................................................... 14
4.1 Verifying command line tools ...................................................................................... 14
4.2 Verifying IDE configuration.......................................................................................... 14
5 Configuring the Emulator..................................................................................................... 16
6 Uninstalling the SDK ........................................................................................................... 17
7 Multiple SDKs on the Same Computer................................................................................ 18
7.1 Multiple SDK instances on the same computer........................................................... 18
7.2 Devices basics ............................................................................................................ 18
8 Further Information .............................................................................................................. 20
Appendix A Supported IDEs................................................................................................... 21
Appendix B Supported accessories ....................................................................................... 22
1 Introduction
Notation Explanation
Courier • Text that you enter (as opposed to system prompts and
responses)
• File paths
• Commands
• Program code
Italic • Names of books and documents
• New terminology
Bold Names of Microsoft Windows menus, commands, buttons, and
icons.
URL link Active link to an external URL.
2 System Requirements
Before installing the SDK, check that you have the minimum hardware and software
requirements listed in this section. With these minimum requirements, you can run the SDK as
a standalone application. If you plan to use the SDK with an integrated development
environment (IDE), please make sure you have the requirements mandated by the IDE in
question.
3.1 Prerequisites
Before installing the SDK you should have installed and configured:
• Perl (see Section 3.1.1 "ActivePerl installation" for details)
• Java (see Section 3.1.2 "Java Run-Time installation" for details)
• All peripherals you are going to use (see Appendix B: Supported Accessories
on page 22)
All installations should be performed with an account that belongs to local administrators group.
You should close all other applications before starting the installer.
S60 5th Edition SDK v0.9 can be uninstalled in the Add-Remove Programs. S60 5th
Edition SDK v1.0 cannot be installed until S60 5th Edition SDK v0.9 is uninstalled
The below InstallShield Wizard panel appears if S60 5th Edition SDK v0.9 is not installed
Note: If you do not accept the license agreement, installation of the SDK is
aborted.
• Compact: Installs a restricted set of features. These include emulator and development
tools.
• Custom: Allows you to select which features to include in the SDK (see step 4 below
for a list of installation options).
Select the type of installation that you want by clicking the appropriate radio button.
If you do not want to install the SDK to the proposed default directory (C:\S60
\devices) you can browse the installation directory by clicking the Browse button.
Note: As the installation directory must be same as the name of the device,
the installer always creates an S60\devices
\S60_5th_Edition_SDK_v1.0 directory under the selected directory.
Once you have selected the installation type and (possibly) defined the installation
directory, click Next.
• If you selected the Typical installation option, proceed to step 5.
• If you selected the Compact installation option, proceed to step 6.
• If you selected the Custom installation option, proceed to step 4.
4 If you selected the Custom installation option, the Select Features dialog is displayed:
Define your Eclipse installation directory by clicking Browse and then Next
C++ users may skip this stage by clicking NEXT button, as JAVA documentation is not
relevant for C++ developers
Note: This dialog is only displayed if you selected the Typical installation
option or selected IDE integration in the Custom installation.
6 The Ready to Copy Files dialog is displayed. Click Next to start the SDK installation. (If
you want to modify the installation settings, click Back and modify them as needed.)
The SDK installation status is displayed in the Setup Status dialog:
7 The Start Copying Files dialog is displayed. Click Next to start the SDK installation.
The SDK installation status is displayed in the Setup Status dialog:
As the CSL ARM Toolchain contains for example the GCCE compiler needed to build S60
applications for real devices, click Yes to the question and follow the instructions of the
CSL ARM Toolchain installation wizard.
Once the CSL ARM Toolchain has been installed, proceed to step 10.
10 To complete the installation, click Finish in the Installation complete dialog.
The SDK is now fully installed on your PC. You can verify this through the Windows Start
menu by, for example, opening the SDK Help by selecting Start > All Programs > S60
Developer Tools > 5th Edition SDK > v1.0> SDK Documentation.
More detailed instructions on how to verify the SDK installation that you have just
performed are provided in Chapter 4 "Verifying SDK Installation".
2 Once the Carbide.c++ IDE is opened, it should display a message informing you that the
Carbide.c++ documentation plug-in has been discovered. Click Restart.
3 Once the Carbide.c++ IDE is restarted, go to Help > Help Contents and verify that the SDK
Help is included in the Carbide.c++ Help system.
4 In the Carbide.c++ IDE, go to Window > Preferences... > Carbide.c++ > SDK
Preferences and verify that the SDK is listed in Available Symbian OS SDKs.
Note: Always uninstall the SDK through the Add/Remove Programs application,
as described above. Do not attempt to remove the SDK contents manually. For
example, in the Windows Explorer.
However, if you have used the emulator prior to uninstalling the SDK there may
remain some SDK-related files and folders in the C:\S60\devices
\S60_5th_Edition_SDK_v1.0 directory even after removing the SDK through
the Add/Remove Programs application. These files and folders need to be
removed manually by, for example, deleting them in the Windows Explorer.
This information is utilized by Symbian commands. When, for example, the epoc command is
executed, a stub command is launched at C:\Program Files\Common Files\Symbian
\tools. The command uses the path information stored by the devices command to launch
the actual emulator at <Tools_path>\Epoc32\release\winscw\udeb\epoc.exe.
Note: When building a software project with multiple SDKs, please note the
following. After you have changed the device, remember to regenerate your IDE
project and/or makefiles by using the bldmake bldfiles and makmake
project.mmp <type> commands. See documentation for makmake and abld
makefile in the SDK Help > Symbian Developer Library for more information
If you wish to use Symbian OS 6.1 based SDKs, you may manually add it to devices using the
-add command line option. See devices command documentation for details. Note that SDKs
based on Symbian OS 6.0 are not fully compatible with devices as both the GCC target compiler
and resource compiler implementation have changed since Symbian OS version 6.0.
8 Further Information
Once you have installed the SDK, you can find information on how to use the SDK from the
SDK Help. You can open the SDK Help from the Windows Start menu by selecting Start > All
Programs > S60 Developer Tools > 5th Edition SDK > v1.0> SDK Documentation.
For late-breaking information, please refer to the Release Notes, which you can open directly
from the Installation Package (ReleaseNotes.txt).
Note: S60 5th Edition SDK supports usage of SUN's Universal Emulator Interface
(UEI) interfaces (OTA and D-flags are not supported by the SDK). Consequently,
you can use any IDE supporting the UEI together with the S60 SDK to develop
Java MIDP applications.
Infrared devices
Extended Systems ESI-9680 RS-232 IR pod (or compatible)
Network cards
Ethernet cards that comply with IEEE 802.3 standards (Ndismedium802_3)
USB versions
• version 1.0
• version 1.1
• version 2.0