[kaffe] Problem running kaffe on a new RISC processor

Sivaramakrishnan KC kaycee.srk at gmail.com
Sun Mar 30 21:49:53 PDT 2008


Hi,

I am porting kaffe to a new RISC processor. I have built kaffe with
the following configuration options.

KAFFEH=/home/jvm/kaffe-1.0.7_native/kaffe/kaffeh/kaffeh
CFLAGS=-D__abacus__
CC=/usr/abacus/bin/abacus-anurag-linux-gcc
STRIP=/usr/abacus/bin/abacus-anurag-linux-strip
NM=/usr/abacus/bin/abacus-anurag-linux-nm
AR=/usr/abacus/bin/abacus-anurag-linux-ar
AS=/usr/abacus/bin/abacus-anurag-linux-as
RANLIB=/usr/abacus/bin/abacus-anurag-linux-ranlib
LD=/usr/abacus/bin/abacus-anurag-linux-ld
./configure --with-engine=intrp --disable-gtk-peer
--disable-gconf-peer --with-jikes --disable-plugins
--prefix=/home/jvm/kaffe-abacus --exec-prefix=/home/jvm/kaffe-abacus
--host=abacus-unknown-linux --build=i386-linux
--with-includes="/usr/abacus/zlib/include /usr/abacus/include"
--with-libraries="/usr/abacus/zlib/lib /usr/abacus/lib"
--disable-native-awt --disable-shared --with-threads=unix-pthreads
--with-staticvm --with-staticbin

I run kaffe with kaffe -vmdebug INIT helloworld.java.. The output i get
....
....
initTypes()
initTypes() done
finishTypes()
finishTypes() done
initBaseClasses() done
kaffe-bin: exception.c: 125: vmExcept_setPC: Assertion 'eh->meth !=
((void*)0)' failed
Aborted.

What might be the problem?




More information about the kaffe mailing list