| TWiki . Mobileandembedded . PhoneMEAdvancedPlatformsWindowsMobile |
eMbedded Visual C++ 4.0 SP3
Pocket PC 2003 SDK
2. Download Cygwin installer
http://sources.redhat.com/cygwin/setup.exe
3. Click on cygwin setup icon to install cygwin packages. Make sure to get
http://java.sun.com/j2se/1.4.2/download.html
5. Checkout the PhoneME Advanced CDC source code:
svn co https://phoneme.dev.java.net/svn/phoneme/components/cdc/trunk/ cdc svn co https://phoneme.dev.java.net/svn/phoneme/components/tools/trunk/ tool6. Start cygwin shell 7. Inside the cygwin shell, run "make" with a simliar command to this:
cd build/<build-dir> make JDK_HOME=/cygdrive/c/j2sdk1.4.2 J2ME_CLASSLIB=foundationwhere build-dir is win32-arm-pocketpc for Pocket PC 2002, and win32-arm-ppc03 for Pocket PC 2003. The default SDK location can be overriden by adding SDK_DIR=<windows path>, and the default compiler location by adding VC_PATH=<cygwin path>.
----- Revision r6 - 26 Apr 2008 - 13:44:47 - ChrisPlummer
|