Hi Luigi, >I need to run the Kaffe VM on mine ML300 board (PPC405). I have cross compiled >the VM > >CC=powerpc-405-linux-gnu-gcc NM=powerpc-405-linux-gnu-nm >AR=powerpc-405-linux-gnu-ar >LD=powerpc-405-linux-gnu-ld ./configure --host=powerpc-linux --build=i686-linux >--prefix= ... --width-rt-jar= ... --without-x --enable-pure-java-math >--disable-sound >--with-staticbin --without-esd --with-jikes= ...
I am not so familiar with ppc arch, but I guess you shall first test interpreter works or not. Add '--with-engine=intrp' and proceed. Kiyo _______________________________________________ kaffe mailing list [email protected] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe
