Re: [kaffe] kaffe awt and thread management on MIPS

2005-10-03 Thread Gianluca Moro
Recently, I am working on JIT and XScale series, and I have commited some Nano-X related fixes into cvs repository. Could you please take it a try with cvs head? However, thank you for sending and sharing the previous information about Nano-X AWT backend and threading on MIPS, which is

[kaffe] kaffe awt and thread management

2005-09-30 Thread Gianluca Moro
I'm testing kaffe in MIPS platform with Nano-X: my test program open a windows, but do not show anything in it (while the same program on Pc show the inner objects) Tracing the code, I see that the function kaffe-1.1.5/libraries/javalib/java/lang/VMThread.java:sleep() is calling the function

Re: [kaffe] kaffe awt and thread management on MIPS

2005-09-30 Thread Gianluca Moro
Hi, I compiled my kaffe on mips with the following ./configure --with-jikes=no --with-engine=intrp --enable-pure-java-math --without-esd --without-kaffe-x-awt --with-kaffe-nanox-awt --with-rt-jar=/home/AMDgiammy/kaffe-1.1.5/libraries/javalib/rt.jar --without-classpath-gtk-awt --enable-debug

Re: [kaffe] kaffe awt and thread management (and libffi)

2005-09-30 Thread Gianluca Moro
You can try bulding Kaffe with libffi, which comes from gcc, and is just looking, but it seems that libffi has not been ported to mips architecture :-( anyway, thanks giammy -- Gianluca Moro Visit http://ilpinguino.altervista.org/ [EMAIL PROTECTED] MyBlog

Re: [kaffe] kaffe awt and thread management on MIPS

2005-09-30 Thread jserv
On Fri, Sep 30, 2005 at 08:15:48AM -0700, Gianluca Moro wrote: Hi, I compiled my kaffe on mips with the following [...] Is there someone who compiled a more recent version of kaffe (I'm working on 1.1.5), and have a working configuration? (I doubt to be able to find a bug on the