hello.

 

i had downloaded kaffe1.1.4 from org site and installed at my linux pc(redhat 9)

It was complete finished then could compile and run.

 

Atter that,

i wish run kaffe in my embedded machine( with cpu mips)

so create cross-compiler for mipsel and do.

But i had make error.

like this.

===========================================================

../../libraries/clib/native/.libs/libnative.a: could not read symbols: Archive has no index; run ranlib to add one
collect2: ld returned 1 exit status

===========================================================

 

 

this is my-config

===========================================================

#!/bin/sh
MIPSEL=/home/yuzibosu/crosstool/gcc-3.3.6-glibc-2.3.5/mipsel-unknown-linux-gnu
head=mipsel-unknown-linux-gnu
export KAFFEH=/usr/local/kaffe/bin/kaffeh
export CC=$head-gcc
export CPP=$head-cpp
export CXX=$head-c++
export LD=$head-ld
export NM=$head-nm
export AR=$head-ar
export AS=$head-as
export STRIP=$head-strip

 

./configure --prefix=/root/kaffe-mipsel

--exec-prefix=/root/kaffe-mipsel

--build=i386-redhat-linux

--host=mipsel-linux

--target=mipsel-linux

--with-gnu-ld=$MIPSEL/mipsel-unknown-linux-gnu-ld

--with-staticlib

--with-libraries=$MIPSEL/lib

--with-include=$MIPSEL/include

--with-rt-jar=/root/test/tmp/rt.jar

--enable-pure-java-math

--disable-debug

--without-esd

--without-x

--without-awt
===========================================================

 

How i fix my config option ?

 

thanks.



_________________________________________

wonki - Bae, NEMOSOFT, INC.

[EMAIL PROTECTED]; [EMAIL PROTECTED]

Tel) 082-02-2175-8600

Cel) 016-467-8756

_______________________________________________

_______________________________________________
kaffe mailing list
[email protected]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Reply via email to