Re: [kaffe] Kaffe (ARM Cross-Compile using GNU EABI)

2008-02-06 Thread Dalibor Topic
Leandro Galvez wrote: Hi again, Tried using Kaffe from CVS today, but this time I was not even able to complete configuration stage. It game me the error below: checking for ltdl.h... no configure: error: Can't find the ltdl.h header file from the libltdl library The required libraries

Re: [kaffe] porting to a custom built embedded system

2008-02-06 Thread Dalibor Topic
Sivaramakrishnan KC wrote: Hi, I am planning to port kaffe to a system with 32-bit microprocessor based on RISC architecture. It runs at 25Mhz. How do i go about porting kaffe to this system? Check out http://kaffe.org/doc/port-kaffe/port-kaffe-0.2.html cheers, dalibor topic

Re: [kaffe] cross-compile error

2008-02-06 Thread Dalibor Topic
Dalibor Topic wrote: My plan would be to look at making the interpreter pass on arm-oabi and arm-eabi without failures, and then to move on to the jits. I'd also like to see if I can rip out all the atomic* code in Kaffe's config dirs by using glib's atomic functions instead, as that would be