Hi! I have cross compiled kaffe-1.1.7 for ARM11 with the following configure options:
# CC=arm-linux-gcc NM=arm-linux-nm AR=arm-linux-ar ../kaffe-1.1.7/configure --disable-gtk-peer --host=arm-linux --disable-threads --prefix=/opt/kaffe Then I compiled a simple piece of code which prints "HelloWorld!" on the screen. But when I try to run it I get a segmentation fault: # java -v Hello ... Loading java/util/Comparator.class(/opt/kaffe/arm/jre/lib/glibj.zip) [compressed] Segmentation Fault I tried to search the mailing list for similar problem and got some questions which seemed alike. But there is no clear solution for this except an indication it may be related to threads. Can anyone please help with this? Thanks and regards, Arun
_______________________________________________ kaffe mailing list [email protected] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe
