I think that you will find rt.jar at /opt/vmkaffe-1.1.7/jre/lib It must also be a link to glibj.zip Make sure that you have zlib for arm and that you compile against that library when crosscompiling
Best regards, Ioannis Liverezas On Thursday 20 April 2006 14:56, Frederic Kwiatkowski wrote: > Hi all > > i'm currently trying to compile Kaffe 1.1.7 for Arm926. > So as said in the FAQ about crosscompiling, i've first configure; > make; make install to have a default kaffe and kaffeh on my i386 and > next, i've configure the arm target with this command line: > KAFFEH=/usr/local/kaffe/bin/kaffeh CC=arm-linux-gcc NM=arm-linux-nm > AR=arm-linux-ar AS=arm-linux-as ./configure --target=arm > --host=arm-linux --build=i686-linux --disable-debug > --disable-xprofiling --disable-feedback --disable-gcj > --disable-alsatest --disable-esdtest --disable-sound --disable-static > --disable-native-awt --without-profiling --without-stats --without-gmp > --without-suncompat --without-alsa --without-esd --without-x > --without-classpath-gtk-awt --prefix=/opt/vmkaffe-1.1.7 > --exec-prefix=/opt/vmkaffe-1.1.7 --with-engine=intrp > --with-staticlib=no --with-staticbin=no --with-staticvm=no > --with-stats --with-includes=/home/katolecho/LxNetes_9750/LxNETES/include > --with-libraries=/home/katolecho/LxNetes_9750/LxNETES/lib > --enable-pure-java-math --disable-gtk-peer --with-jikes > --with-kaffe-nanox-awt > > nice, isn't it... > so after executing make and make install, i've checked > /opt/vmkaffe-1.1.7 and i've seen that the classpath directory is a > little bit small: > 353K /opt/vmkaffe-1.1.7/bin > 163K /opt/vmkaffe-1.1.7/info > 18K /opt/vmkaffe-1.1.7/man/man1 > 22K /opt/vmkaffe-1.1.7/man > 3,4M /opt/vmkaffe-1.1.7/jre/lib/arm > 4,3K /opt/vmkaffe-1.1.7/jre/lib/security > 13M /opt/vmkaffe-1.1.7/jre/lib > 62K /opt/vmkaffe-1.1.7/jre/bin > 13M /opt/vmkaffe-1.1.7/jre > 11K /opt/vmkaffe-1.1.7/include/kaffe > 121K /opt/vmkaffe-1.1.7/include > 6,0K /opt/vmkaffe-1.1.7/lib/security > 45K /opt/vmkaffe-1.1.7/lib > 50K /opt/vmkaffe-1.1.7/share/classpath > 54K /opt/vmkaffe-1.1.7/share > 14M /opt/vmkaffe-1.1.7/ > > rt.jar does not exist anymore? must i use GNU classpath? > if anyone can help me in this way... > > > With regards > Frederic > > _______________________________________________ > kaffe mailing list > [email protected] > http://kaffe.org/cgi-bin/mailman/listinfo/kaffe _______________________________________________ kaffe mailing list [email protected] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe
