Re: [kaffe] Kaffe on XScale

2004-10-26 Thread Jari Korva
Hi, I checked out a fresh copy from cvs yesterday, and the things started rolling on my armv5b! Thanks for your help!! I run regression tests and the following tests failed (most notably floating point): BadFloatTest.failDoubleComp.fail DoubleNeg.failGCTest.fail DateFormatTest.fail

Re: [kaffe] Kaffe on XScale

2004-10-20 Thread Dalibor Topic
Hi Jari, Jari Korva wrote: Then I tried adding a debug call to static block of System.java. Even that doesn't work: /wrk/ipaq/u/jko/test/bin/java -cp test.jar hello Internal error: caught an unexpected exception. Please check your CLASSPATH and your installation. java/lang/NullPointerException

Re: [kaffe] Kaffe on XScale

2004-10-19 Thread Jari Korva
On Thu, 14 Oct 2004, Helmer [ISO-8859-15] Krämer wrote: On Tue, 12 Oct 2004 11:00:10 +0300 (EEST) Jari Korva [EMAIL PROTECTED] wrote: there was an additional f0 lurking (see below). Because my Assembly is pretty bad, I just removed it blindly - but it made Kaffe to compile! The resulting

Re: [kaffe] Kaffe on XScale

2004-10-14 Thread Helmer Krämer
On Tue, 12 Oct 2004 11:00:10 +0300 (EEST) Jari Korva [EMAIL PROTECTED] wrote: Hi, there was an additional f0 lurking (see below). Because my Assembly is pretty bad, I just removed it blindly - but it made Kaffe to compile! The resulting Kaffe does not quite work though (throws an NPE in

Re: [kaffe] Kaffe on XScale

2004-10-12 Thread Jari Korva
Hi, there was an additional f0 lurking (see below). Because my Assembly is pretty bad, I just removed it blindly - but it made Kaffe to compile! The resulting Kaffe does not quite work though (throws an NPE in System.initProperties, see bottom of this message). Cheers, Jari -

Re: [kaffe] Kaffe on XScale

2004-10-09 Thread Jari Korva
Hi! Our problems were related to Kaffe on XScale IXP (i.e. big endian / armv5b processors). I suppose that little endian XScale PXA (armv5l) is a different story, because they are much more common. The same applies to gcc as well as all other Java environments I've tried: in general

Re: [kaffe] Kaffe on XScale

2004-10-09 Thread Helmer Krämer
On Wed, 6 Oct 2004 12:55:19 +0200 Thomas Winkler [EMAIL PROTECTED] wrote: Hi, I'm currently trying to compile kaffe for the the intel XScale (ARM, Big Endian). I tried kaffe 1.1.4 as well as kaffe CVS HEAD (20041006). But I've run into problems I could not manage to resolve on my own and I

Re: [kaffe] Kaffe on XScale

2004-10-08 Thread Woloszynski, Charles
I am looking to use Java on an Xscale processor on Linux and I am looking at JamVM and Kaffe. You mentioned that Kaffe on an Xscale 'still has problems'. Can you describe the problems? Perhaps a couple of us can hammer out some of these issues and make Kaffe really solid for the Xscale

Re: [kaffe] Kaffe on XScale

2004-10-07 Thread Jari Korva
Hi, your problems sound very familiar to me :) As Dalibor suggested, you'd probably want to use libffi. I've had same success with this configuration: ./configure CFLAGS=-I/opt/cross/armv5b-linux/include --prefix=/wrk/moxa --build=i686-linux --host=armv5b-softfloat-linux --enable-xscale

[kaffe] Kaffe on XScale

2004-10-06 Thread Thomas Winkler
Hello, I'm currently trying to compile kaffe for the the intel XScale (ARM, Big Endian). I tried kaffe 1.1.4 as well as kaffe CVS HEAD (20041006). But I've run into problems I could not manage to resolve on my own and I hope that somebody on the list is able to help me. build environment:

Re: [kaffe] Kaffe on XScale

2004-10-06 Thread Dalibor Topic
Thomas Winkler wrote: Hello, Hallo Thomas, I'm currently trying to compile kaffe for the the intel XScale (ARM, Big Endian). Fun :) I tried kaffe 1.1.4 as well as kaffe CVS HEAD (20041006). But I've run into problems I could not manage to resolve on my own and I hope that somebody on the list