Re: [kaffe] Re: ARM: unable to load .class files - Help required

2004-10-21 Thread Thomas Winkler
Hello, Wow, cool. So the kaffe now works for you with libffi? I'm a colleague of Markus. Yes - kaffe now works with the fixed libffi on our (BE) XScale. But we've ran into other problems which seem to be related to threads. We have a custom application that makes heavy use of threads. It is

Re: [kaffe] Re: ARM: unable to load .class files - Help required

2004-10-21 Thread Quaritsch Markus
On Thursday 21 October 2004 10:53, Thomas Winkler wrote: Markus is currently working on a bug report. He'll crosspost it here. I wanted to avoid crossposting to many lists and since it is not directly related to kaffe i just post the link to the entry of our bugreport in the archive:

Re: [kaffe] Re: ARM: unable to load .class files - Help required

2004-10-20 Thread Quaritsch Markus
On Tuesday 12 October 2004 13:21, Dalibor Topic wrote: You could check out http://www.cs.pdx.edu/~sanseri/kaffe/k2.html#Section%203.1 for an older (but still pretty much intact, afaict) overview of how things break down, assuming you're debugging the arm jit. Thanks for your help. I've

[kaffe] Re: ARM: unable to load .class files - Help required

2004-10-20 Thread Tom Tromey
Quaritsch == Quaritsch Markus [EMAIL PROTECTED] writes: Quaritsch Thanks for your help. I've already fixed the problem. It Quaritsch was not directly related to kaffe. There is a bug in an Quaritsch assembler-routine in libffi when returning a jlong... Quaritsch PS: Can you tell me, where i

Re: [kaffe] Re: ARM: unable to load .class files - Help required

2004-10-20 Thread Dalibor Topic
Quaritsch Markus wrote: On Tuesday 12 October 2004 13:21, Dalibor Topic wrote: Hallo Markus, Thanks for your help. I've already fixed the problem. It was not directly related to kaffe. There is a bug in an assembler-routine in libffi when returning a jlong... Wow, cool. So the kaffe now works

[kaffe] Re: ARM: unable to load .class files - Help required

2004-10-12 Thread Quaritsch Markus
Hi, I'm a colleague of Winkler Thomas. Dalibor Topic wrote 'Re: ARM: unable to load .class files - Help required': The File code has changed quite a bit in CVS, it's merged with GNU Classpath now. Could you give it a spin and see if that works better for you? We will give it a try. But I

Re: [kaffe] Re: ARM: unable to load .class files - Help required

2004-10-12 Thread Dalibor Topic
Quaritsch Markus wrote: Hi, I'm a colleague of Winkler Thomas. Hallo Markus, , | [EMAIL PROTECTED]:/mnt/quaritsch# java -cp CTest.jar CTest | Trying to call c-function... | int: 1234 | long: 1074450732 ` So I asume that there might be something wrong related to JNI. But I didn't manage to