[Problem] Compile KVM on Windows using Cygwin

Elfyn McBratney emcb_exposure@hotmail.com
Thu Nov 28 00:04:00 GMT 2002


Hi,

Im not sure exactly what your compiling (a java compiler maybe? if so you 
could use gcj as an alternative).

>Can anybody help to solve this problem?
>Or somebody has similiar experiences?
>Any reply will be appreciated.
>
>My environment:
>1. Windows 2000
>2. Cygwin 2.249.2.5 with gcc 3.2.2
>3. Java 2 SDK 1.3.1_06
>4. j2me_cldc-1_0_3-fcs-src-b17-winunix-14_sep_2001.zip
>     downloaded from sun

BTW, 2.249.2.5 is the cygwin installer AKA setup.exe version number. You can 
get the version number (of the cygwin1.dll) from uname:

$ uname -a
CYGWIN_NT-5.0 WEBDEV (the version of the cygwin1.dll---->)1.3.17(0.67/3/2) 
2002-11-27 18:54 i686 unknown

>The compiling process fails on "tools/jcc"
>The debugging messages are as follows.
>
>make[1]: Entering directory `/home/USER/j2me_cldc_103/api'
>make[1]: Leaving directory `/home/USER/j2me_cldc_103/api'
>... classes.zip
>make[1]: Entering directory `/home/USER/j2me_cldc_103/tools/jcc'
>... nativeFunctionTableWin.c
>make[1]: Leaving directory `/home/USER/j2me_cldc_103/tools/jcc'
>make[1]: Entering directory `/home/USER/j2me_cldc_103/tools/jcc'
>... ROMjavaWin.c
>Failed on com/sun/cldc/i18n/Helper.class
>Failed on com/sun/cldc/i18n/j2me/ISO8859_1_Reader.class
>Failed on com/sun/cldc/i18n/j2me/ISO8859_1_Writer.class
>Failed on com/sun/cldc/i18n/StreamReader.class
>Failed on com/sun/cldc/i18n/StreamWriter.class
>Failed on com/sun/cldc/i18n/uclc/DefaultCaseConverter.class
>Failed on com/sun/cldc/io/ConnectionBase.class
>Failed on com/sun/cldc/io/ConnectionBaseInterface.class
>Failed on com/sun/cldc/io/connections/HttpConnection.class
>...
>...
>Failed on javax/microedition/io/OutputConnection.class
>Failed on javax/microedition/io/StreamConnectionNotifier.class
>Class javax/microedition/io/StreamConnection is missing parent
>java/lang/Object
>Class java/util/Enumeration is missing parent java/lang/Object
>Class java/lang/Runnable is missing parent java/lang/Object
>make[1]: *** [ROMjavaWin.c] Error 1
>make[1]: Leaving directory `/home/USER/j2me_cldc_103/tools/jcc'
>make: *** [ROMjavaWin.c] Error 2

Were there any other errors? Im not that into java so i don't know what 
parent in this means (class thing?) but it sounds as though something is 
missing in the source tree or in the jsdk.

What are the installation requirements of ...j2me_cldc...? Does your cygwin 
install meet those requirements?

Elfyn
elfyn@exposure.org.uk


_________________________________________________________________
The new MSN 8: advanced junk mail protection and 2 months FREE* 
http://join.msn.com/?page=features/junkmail


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list