Re: [kaffe] Compiling Kaffe on Arm for Windows Mobile

2008-03-18 Thread Mario Latronico
2008/3/18, Dalibor Topic [EMAIL PROTECTED]: In order to make the work more useable, I'd suggest using libffi, rather then writing a Kaffe-specific system call method implementation. Libffi itself does not have a CeGCC port, but there is a patch for libffi for arm-wince by theller, see

Re: [kaffe] Compiling Kaffe on Arm for Windows Mobile

2008-03-18 Thread Dalibor Topic
Mario Latronico wrote: i will look also at these. If i will make any progress i will report on the list. great, and good luck! cheers, dalibor topic ___ kaffe mailing list kaffe@kaffe.org http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

[kaffe] Compiling Kaffe on Arm for Windows Mobile

2008-03-17 Thread Mario Latronico
Hello, i would like to compile Kaffe for a Windows Mobile PDA (to be specific, it is a QTek 9000, called also HTC Universal). This PDA has an Intel Bulverde (PXA270) XScale CPU, which is (if i'm not wrong) an ARM architecture. My ./configure line is : AR=arm-wince-cegcc-ar.exe

Re: [kaffe] Compiling Kaffe on Arm for Windows Mobile

2008-03-17 Thread Dalibor Topic
Mario Latronico wrote: I work on cygwin and i'm using CeGCC, a cross-development tools for Windows CE Has anyone a suggestion on how to compile Kaffe for Arm / Windows Mobile 5.0 ? the configuration is not supported yet. I've done some work to make GNU Classpath build using CeGCC, but I