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
_
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
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 on
Leandro Galvez wrote:
Hi Kiyo Inaba, hi Dalibor Topic,
So I could just download from CVS and this one should readily
compile and build using gcc412-i686-arm-linux-gnueabi-toolchain? Ok,
I'll try this suggestion.
Sure. Make sure you pick the interpreter engine in configure, and try
using