Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "ERCP/build/HowToBuildeSWTforS60"

(Steps)
Line 8: Line 8:
  
 
=== Steps ===  
 
=== Steps ===  
# Copy jni.h from the Series 80 Personal Profile SDK
+
# Install the latest S60 SDK (Example: S60 3rd Edition SDK for Symbian OS, Feature Pack 2 v1.1)
 +
# Mount the SDK to a virtual drive (Example: ''D:\SDK\S60_3rd_FP2_SDK_v1.1\subst S: .'')
 +
# Copy ''jni.h'' and ''jniport.h'' from the Series 80 Personal Profile SDK into S60 SDK's ''\epoc32\include''
 +
# Download latest eSWT sources from the Eclipse repository into the root of the S60 SDK (Example: ''S:\eswt'')
 +
# ''S:\eswt\org.eclipse.ercp.swt.s60\build\bldmake bldfiles''
 +
# ''S:\eswt\org.eclipse.ercp.swt.s60\build\abld build winscw udeb''

Revision as of 07:32, 10 September 2008

Required software

  • Carbide C++
  • ActivePearl
  • S60 3.2 SDK
  • Java SDK
  • Series 80 Personal Profile SDK


Steps

  1. Install the latest S60 SDK (Example: S60 3rd Edition SDK for Symbian OS, Feature Pack 2 v1.1)
  2. Mount the SDK to a virtual drive (Example: D:\SDK\S60_3rd_FP2_SDK_v1.1\subst S: .)
  3. Copy jni.h and jniport.h from the Series 80 Personal Profile SDK into S60 SDK's \epoc32\include
  4. Download latest eSWT sources from the Eclipse repository into the root of the S60 SDK (Example: S:\eswt)
  5. S:\eswt\org.eclipse.ercp.swt.s60\build\bldmake bldfiles
  6. S:\eswt\org.eclipse.ercp.swt.s60\build\abld build winscw udeb

Back to the top