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

2008-02-04 Thread Leandro Galvez
Hi All, I am trying to cross compile my kaffe using ARM-Linux GNU EABI Toolchain. The config completed successfully using the command line: KAFFEH=/usr/local/kaffe/bin/kaffe CC=arm-angstrom-linux-gnueabi-gcc NM=arm-angstrom-linux-gnueabi-nm AR=arm-angstrom-linux-gnueabi-ar

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

[kaffe] javanio error

2008-02-04 Thread Sivaramakrishnan KC
Hi, I compiled kaffe with the following configuration options ./configure --disable-gtk-peer --disable-gconf-peer --disable-plugin --with-jikes When I tried to run kaffe, I get the follwing error:

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] javanio error

2008-02-04 Thread Dalibor Topic
Sivaramakrishnan KC wrote: Hi, I compiled kaffe with the following configuration options ./configure --disable-gtk-peer --disable-gconf-peer --disable-plugin --with-jikes When I tried to run kaffe, I get the follwing error:

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

[kaffe] kaffe - javanio error

2008-02-04 Thread Sivaramakrishnan KC
Hi, I compiled kaffe with the following configuration options ./configure --disable-gtk-peer --disable-gconf-peer --disable-plugin --with-jikes When I tried to run kaffe, I get the follwing error:

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