 |
phoneME Advanced supports Linux/x86 with both an interpreter loop and a JIT, but since it has not been tested the JIT is disabled by default.
Linux/x86
- Devices Supported
- Requires i686 or higher (no dual core support)
- Works with 2.4 and 2.6 kernels
- Linux Platforms Tested
- Known Limitations
- Dual core not supported
- JIT is unstable
- has had very little testing
- Hardware Floating Point not supported
- Need to build with CVM_JIT=true to include JIT.
- TCK Failures (interpreted)
- Build Instructions
- Install Ubuntu 6.x, SuSE 9.1, SuSE 10.1 or OpenSuSE, including developer tools
- cd build/linux-x86-generic
- make -r J2ME_CLASSLIB=foundation
- GUI Support
- PBP/QT and PP/QT
- Requires installation of QT 3.3 (QT 3.4 probably will also work)
- Build with J2ME_CLASSLIB=personal or J2ME_CLASSLIB=basis
-- Main.cjplummer - 10 Jan 2007
|