임동기 wrote: > Hi~ > I have cross compiled kaffe based on xscale board. > But, When I do kaffe execution file, I found error message. > What do I do about this error message? > Do I make an error in the cross compiling? > > ================================================ > [EMAIL PROTECTED] root]/mnt/kaffe/jre/bin/kaffe-bin > /mnt/kaffe/jre/bin/kaffe-bin: /lib/libc.so.6: version `GLIBC_2.3' not > found (required by /mnt/kaffe/jre/lib/arm/libkaffe) > /mnt/kaffe/jre/bin/kaffe-bin: /lib/libc.so.6: version `GLIBC_2.2.4' not > found (required by /lib/libgcc_s.so.1)
I assume that your cross compiler toolchain does not match the actual installation on the board. Try using the toolchain from the board vendor. If that fails, see if you can get a hello world application cross-comoiled. cheers, dalibor topic _______________________________________________ kaffe mailing list [email protected] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe
