Configure the Symbian Development Environment

Source: Internet
Author: User

The Symbian development environment is now more and more easy to configure. I think that the second version of s60 was difficult to install, and the installation sequence was software version, so I had to come back accidentally.

Now the peasants are turning over as masters ~! To configure the development environment of the Fifth edition, you only need to configure the environment one by one. Now let's configure the environment with me.

 

Take s60 version 5 SDK as an example. The operating system Windows XP SP3.

 

1. Download active Perl. URLHttp://www.activestate.com

, Install it after download, pay attention to the C drive (important)

 

2. Download j2re. j2re can go to www.sun.com.
Download.Pay attention to C disk installation (important)

 

3. Download sdks to Nokia, such as s60_5th_edition_sdk_v1_0_en.zip. The URL is http://www.forum.nokia.com/info/sw.nokia.com/id/ec866fab-4b76-49f6-b5a5-af0631419e9c/S60_All_in_One_SDKs.html.
, Select 5th edition (662 MB), install it,Pay attention to installing drive C (important ),

 

4. Download carbide, Latest Version 2.3, for http://www.forum.nokia.com/info/sw.nokia.com/id/dbb8841d-832c-43a6-be13-f78119a2b4cb.html
224 MB. Pay attention to the C drive...

 

You can install other disks, but there are a lot of extra steps to do, there may be a lot of problems, novice cainiao or honestly install C disks.

 

After installation, you can use it. Start Carbide to create a helloworld.ProgramTry it. If you have a program before, you can import the project. If you want to debug, select project> active build configuration> emalator debug (winscw.

 

 

The following is a reprinted part:

1. Development tools and software required to build a Development Environment

1. jdk-6u14-windows-i586.exe under
Load

2. Under ActivePerl-5.6.1.635-MSWin32-x86.msi
Load

3. s60_5th_edition_sdk_v1_0_en.zip
Load

4. Under carbide_cpp_v2_0_en.exe
Load

Ii. Several precautions during installation

1. The operating system is Windows XP SP2 and later, or Windows Vista Bussiness

2. You must be the administrator of the operating system.

3. You must install the software in sequence as listed above (the sequence cannot be messy; otherwise, problems may occur in subsequent debugging)

4. You must install the above software on the same logical disk. For example, all the software must be installed under the D:/Symbian directory.

5. Installation of each directory name cannot contain any space

6. For the installation process, refer to the s60 5th edition SDK installation guide.pdf installation document in the SDK.

7. After the installation is complete, you must set the temp and TMP environment variables to the C:/TEMP directory. Otherwise, the simulation will fail to start.

8.
After the installation, You need to modify something. Otherwise, the command cannot be executed during subsequent debugging. The main reason is that the system installs the Tool Set directory in Symbian by default.
Installed in C:/program files/common
Files directory, but according to the 5th principle, no space is allowed, so it is best to cut the entire Symbian directory to the C root directory, and modify the path in the system environment variable accordingly
The value "C:/program files/common files/Symbian/tools" is changed to "C:/Symbian/tools"
(1)

9. The value of path in the system environment variable is: Path =
"D:/Symbian/carbide/x86build/symbian_tools/command_line_tools; D:/Symbian/perl/bin/; D:/Symbian/ARM/bin; C:/Symbian/tools; d:/Symbian/Java/bin ;"

3. test whether the preceding running environment is correctly installed in the command line.
(1) Run [start]-> [carbide. c ++ V2.0]
-> [Configure environment for winscwcommand line] or
Run the run_env_update.bat batch processing program in the configuration directory under the installation directory of carbide. c ++ V2.0.

(2) Open the command line prompt: [start]-> [run]-> cmd.exe

(3). Use the command line to set s60 5th edition SDK V1.0 as the default device:
Devices
-Setdefault @ s60_5th_edition_sdk_v1.0: COM. Nokia. s60

Note: If the s60 5th edition SDK is not installed by default, You need to modify
"C:/Symbian/devices. xml" configuration

Set


<Epocroot> D:/Symbian/s60/s60_5th_edition_sdk_v1.0/</epocroot>

<Toolsroot> D:/Symbian/s60/s60_5th_edition_sdk_v1.0 </toolsroot>

To the actual directory installed by the user. Otherwise, an unsupported error will be reported in subsequent operations (1)

(4) use the menu command to convert the path to the directory containing the helloworldbasic example program:

CD
<S60_sdk_installation_directory>/s60cppexamples/helloworldbasic/group

This directory contains the bld. inf and helloworldbasic. MMP files.

(5). Type bldmake at the command line prompt
Bldfiles. This command will generate a batch processing program named abld. bat in the group directory.

(6) At the command line prompt, type: abld build winscw udeb
This command is used to program this project to generate executable files. After this command is run successfully
In the <s60_sdk_installation_directory>/epoc32/release/winscw/udeb directory, generate
The executable file helloworldbasic.exe indicates that the project has been compiled successfully.

(7 ).
Run the command in the <s60_sdk_installation_directory>/epoc32/release/winscw/udeb directory.
Helloworldbasic.exe program, this program will

You can call the simulator to execute this mobile app, or directly press the EPOC command in the group directory of the command line to achieve the same effect.

So far, the C ++ development environment of Symbian s60 5th has been installed successfully.

 

 

 

 

Appendix:

Many children's shoes are used to the vs development environment. Symbian also provides the vs plug-in to provide the possibility of development under vs2005.

The following links are links to the favorite shoes:

Http://www.360doc.com/content/07/0510/08/13049_491498.shtml
Build the environment of Symbian and vs2003

 

 

A tutorial on s60 Second Edition and vc6 environment configuration is attached.

Http://tech.ddvip.com/2008-06/121353677045783.html

 

Have you tried installing Symbian under vista ????

The following is a challenge for XP. Let's see how to configure it under Vista.

Http://tech.ddvip.com/2008-09/122083912561515.html

 

 

In general, configuring the previous Symbian development environment is a torment for beginners.

However, after a successful installation once or twice, you may know where the problem may occur again. The novice will be successfully promoted to the veteran.

There are several new website shoes that can be found in many documents above to speed up understanding Symbian development.

Http://tech.ddvip.com/ OS /mobile/symbian/

Http://www.sf.org.cn/Article/Index.html
This is old and there are no new ones.ArticleBut some of them are helpful. At the beginning, he wrote more articles, but now he has fallen.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.