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] Kaffe (ARM Cross-Compile using GNU EABI)

2008-02-05 Thread Leandro Galvez
, February 04, 2008 11:58 PM Subject: Re: [kaffe] Kaffe (ARM Cross-Compile using GNU EABI) Kiyo Inaba wrote: Hi Galvez, I am trying to cross compile my kaffe using ARM-Linux GNU EABI I know your problem does not come from this reason, but as FAQ.arm says, EABI is not supported right now. Yeah

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

2008-02-05 Thread Leandro Galvez
: Dalibor Topic [EMAIL PROTECTED] To: Kiyo Inaba [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; kaffe@kaffe.org Sent: Monday, February 04, 2008 11:58 PM Subject: Re: [kaffe] Kaffe (ARM Cross-Compile using GNU EABI) Kiyo Inaba wrote: Hi Galvez, I am trying to cross compile my kaffe using ARM-Linux

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

2008-02-04 Thread Kiyo Inaba
Hi Galvez, I am trying to cross compile my kaffe using ARM-Linux GNU EABI I know your problem does not come from this reason, but as FAQ.arm says, EABI is not supported right now. Kiyo ___ kaffe mailing list kaffe@kaffe.org

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

2008-02-04 Thread Kiyo Inaba
Hi Dalibor, For native builds in qemu, you can grab the armel debian image from http://www.kaffe.org/~robilad/qemu/ (user root pass debian, user test pass test), build classpath 0.96.1 using a prebuilt glibj.zip (i.e. http://www.kaffe.org/~robilad/glibj.zip) as the memory QEmu can simulate for

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

2008-02-04 Thread Kiyo Inaba
By the way, the reason why your build stops is The config completed successfully using the command line: KAFFEH=/usr/local/kaffe/bin/kaffe CC=3Darm-angstrom-linux-gnueabi-gcc ... You specify 'kaffe' rather than some 'javah' program to the variable KAFFEH. Kiyo

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

2008-02-04 Thread Dalibor Topic
Kiyo Inaba wrote: Hi Galvez, I am trying to cross compile my kaffe using ARM-Linux GNU EABI I know your problem does not come from this reason, but as FAQ.arm says, EABI is not supported right now. Yeah, I'd consider trying CVS head instead of 1.1.8. I've played with EABI and the

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

2008-02-04 Thread Dalibor Topic
Kiyo Inaba wrote: Hi Dalibor, For native builds in qemu, you can grab the armel debian image from http://www.kaffe.org/~robilad/qemu/ (user root pass debian, user test pass test), build classpath 0.96.1 using a prebuilt glibj.zip (i.e. http://www.kaffe.org/~robilad/glibj.zip) as the memory

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

2008-02-04 Thread Kiyo Inaba
Dalibor Topic wrote: Kiyo Inaba wrote: As far as NetBSD is concerned, the emulator 'gxemul' supports NetBSD to be booted (with which I tested for kaffe-1.1.7) but unfortunately the 'gdb' program in this environment causes illegal instruction. I am now considering to purchase real board which