[kaffe] Help me !!! I porting the kaffe on mpis cpu, but I had error of execution
Kevin D. Kissell
kevink at mips.com
Tue Nov 11 01:20:03 PST 2003
No one seems to have replied to this message a month ago. I missed it at the time.
First of all, I'm really suprised to see that you're running on an MIPS R6000. That's
an multi-chip ECL CPU from the 1980s that was mostly installed in CDC servers.
Is that really correct? The R6000 was the original "MIPS II" CPU, and there could
easily be code in Linux and Kaffe that lumps the R6000 in with other, not-quite-compatible
processors.
That having been said, if you search the Kaffe mailing list archives, you will
see that I observed the same problem months ago. First of all, you need to know
that Kaffe 1.0.7 will not build and run correctly on MIPS unless you apply a patch.
Kaffe 1.1.0 will build as distributed but you must not build it with the JIT, which
was unfortunately still the default MIPS build as of 1.1.0. When you configure,
you need to specify ".configure --with-engine=intrp".
Regards,
Kevin K.
----- Original Message -----
From: 유홍식
To: robilad at kaffe.org ; tkeane at cs.may.ie ; Kaffe Mailing List
Sent: Tuesday, October 07, 2003 4:21 AM
Subject: [kaffe] Help me !!! I porting the kaffe on mpis cpu, but I had error of execution
Hi Dear~~
I working the porting of kaffe
My platform is
CPU: MIPS R6000
OS: Redhat linux 2.4.17
Graphics: QT
JVM : Kaffe 1.1.1 or Kaffe 1.1.0 or Kaffe 1.0.7
I following the ~~~~
bash-2.04# pwd
/data/kaffe-1.1.0
bash-2.04# ./configure
~~~~~~~~~~~~~~~~~~~~~~~~....
bash-2.04# make
~~~~~~~~~~~~~~~~~~~~~~~~....
bash-2.04# make install
~~~~~~~~~~~~~~~~~~~~~~~~....
I builded executiion file (java,javac,kaffe....)
bash-2.04# pwd
/usr/local/kaffe/bin
bash-2.04# ls
HelloWorld.class appletviewer java javah jdb kjc rmic
install-jar javac javakey kaffe kopi rmiregistry
jar javadoc javap kaffeh native2ascii serialver
but don't execute java
bash-2.04# ./java HelloWorld
Internal error: caught an unexpected exception.
Please check your CLASSPATH and your installation.
java/lang/OutOfMemoryError
at java.util.HashMap.rehash(HashMap.java:236)
at java.util.HashMap.put(HashMap.java:136)
at java.util.Hashtable.put(Hashtable.java:109)
at java.lang.System.initProperties(System.java:native)
at java.lang.System.<clinit>(System.java:43)
at java.lang.ClassLoader.<init>(ClassLoader.java:114)
at java.security.SecureClassLoader.<init>(SecureClassLoader.java:20)
at kaffe.lang.AppClassLoader.<init>(AppClassLoader.java:238)
&! nbsp; at kaffe.lang.AppClassLoader.<clinit>(AppClassLoader.java:37)
Aborted (core dumped)
What is a problem~~~~????
I want to your advice !!!!!!!!
Have nice day !!!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://kaffe.org/pipermail/kaffe/attachments/20031111/fddf6c72/attachment-0007.htm
More information about the kaffe
mailing list