Added support for Symbian GCCE compiler

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3067 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
gewlitys
2008-08-31 21:27:02 +00:00
parent 4790be9ae4
commit 934b3ad08c
11 changed files with 142 additions and 42 deletions
+14 -14
View File
@@ -1,5 +1,5 @@
UQM for Symbian S60 3rd ed.
===========================
UQM for Symbian S60 3rd edition
===============================
First some general notes. These instructions might be somewhat incomplete or
unclear. If you encounter any problems or have suggestions how to improve this
@@ -18,9 +18,9 @@ Known problems:
Prerequisites:
--------------
- Platform SDK for S60 3rd ed. (MR) / 3rd ed. FP1 / 3rd ed. FP2, depending on
target hardware
- Platform SDK for S60 3rd ed.
* Download from http://www.forum.nokia.com/
* 3rd ed. MR was used for development, FP1 and FP2 have not been tested
- Open C plugins (if SDK is other than FP2; in FP2 those should be included already)
* Download from http://www.forum.nokia.com/main/resources/tools_and_sdks/openc_cpp/
@@ -28,9 +28,9 @@ Prerequisites:
- Carbide.c++ (if building for emulator)
* Download from http://www.forum.nokia.com/
* Command line compiling must be enabled
- ARM RealView compiler (if building for hardware)
* Commercial, see http://www.arm.com/products/DevTools/
- CSL ARM Toolchain or RVCT v2.2 (if building for hardware)
* GCCE included with SDK
- MinGW and MSYS (for build scripts)
* Download from http://www.mingw.org/
@@ -69,18 +69,18 @@ Building:
Set BUILD_EPOCROOT to point to the substed drive:
export BUILD_EPOCROOT=/z
Set BUILD_HOST to either WINSCW (emulator) or ARMV5 (hardware), depending
Set BUILD_HOST to WINSCW (emulator) or GCCE / ARMV5 (hardware), depending
for which target you want to build:
export BUILD_HOST=ARMV5
export BUILD_HOST=GCCE
8) Compile (you don't need to change any options from the interactive menu):
./build.sh uqm
9) Install. It builds the content zip and puts everything to proper
place (WINSCW) or creates a self-signed SIS package (ARMV5):
place (WINSCW) or creates a self-signed SIS package (GCCE / ARMV5):
./build.sh uqm install
10) If you built for ARMV5, you should now have uqm.sisx in the same directory
from where you did the build. Remember to also install SDL SIS package and
if not using FP2 SDK, Open C plugins before attempting to run UQM on actual
device.
10) If you built for GCCE or ARMV5, you should now have uqm.sisx in the same
directory from where you did the build. Remember to also install SDL SIS
package and if not using FP2 SDK, Open C plugins before attempting to run
UQM on actual device.