Hi!<br><br>I have cross compiled kaffe-1.1.7 for ARM11 with the following configure options:<br><br><font style="font-family: arial,sans-serif;" size="2"># 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
</font><br clear="all"><br>Then I compiled a simple piece of code which prints &quot;HelloWorld!&quot; on the screen.<br><br>But when I try to run it I get a segmentation fault:<br><pre style="font-family: arial,sans-serif;">
<font size="2"># java -v Hello<br><br>...<br><br>Loading java/util/Comparator.class(/opt/kaffe/arm/jre/lib/glibj.zip) [compressed]<br><br>Segmentation Fault</font></pre>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?
<br><br>Thanks and regards,<br><br>Arun<br>