<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=big5">
<META content="MSHTML 6.00.2800.1170" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#a6caf0>
<DIV><FONT size=2>Hi...I am a student ...</FONT></DIV>
<DIV><FONT size=2>Now I am cross-compiling Kaffe1.1.0&nbsp; to ARM-linux 
platform.</FONT></DIV>
<DIV><FONT size=2>I set the configure option below, it can work, but I cannot 
make it</FONT></DIV>
<DIV><FONT size=2>If someone had sloved it , please tell me , thank 
you!!</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>1.</FONT></DIV>
<DIV><FONT size=2>CC=arm-linux-gcc </FONT><FONT size=2>NM=arm-linux-nm 
AR=arm-linux-ar</FONT></DIV>
<DIV><FONT size=2>../kaffe-1.1.0/configure --host=arm-linux --build=i686-linux 
\<BR>&nbsp;--with-rt-jar=/tmp/rt.jar (according the FAQ.Cross-compiling&nbsp;on 
<A href="http://www.kaffe.org">www.kaffe.org</A>)</FONT></DIV>
<DIV><FONT size=2>2.</FONT></DIV>
<DIV><FONT size=2>make</FONT></DIV>
<DIV><FONT size=2>================================================</FONT></DIV>
<DIV><FONT size=2>.............</FONT></DIV>
<DIV><FONT size=2>generating symbol list for 
`libnative.la'<BR>arm-linux-nm&nbsp; .libs/ByteToCharDefault.o 
.libs/ByteToCharIconv.o .libs/CharToByteDefault.o .libs/CharToByteIconv.o 
.libs/ObjectStreamClassImpl.o .libs/Application.o .libs/Class.o 
.libs/ClassLoader.o .libs/Compiler.o .libs/Double.o .libs/Float.o .libs/Math.o 
.libs/MemoryAdvice.o .libs/NativeLibrary.o .libs/Object.o 
.libs/PrimordialClassLoader.o .libs/RMIHashes.o .libs/Runtime.o .libs/String.o 
.libs/System.o .libs/Thread.o .libs/ThreadStack.o .libs/Throwable.o 
.libs/UNIXProcess.o .libs/ZipFile.o .libs/Array.o .libs/Constructor.o 
.libs/Field.o .libs/Method.o .libs/DateFormat.o .libs/TestNative.o 
.libs/Arrays.o&nbsp; | sed -n -e 's/^.*[&nbsp;&nbsp;&nbsp; 
]\([ABCDGISTW][ABCDGISTW]*\)[&nbsp;&nbsp; ][&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' | /bin/sed 's/.* //' | sort | 
uniq &gt; .libs/libnative.exp<BR>grep -E -e "^([Jj]ava|kaffe)_" 
".libs/libnative.exp" &gt; ".libs/libnative.expT"<BR>mv -f 
".libs/libnative.expT" ".libs/libnative.exp"<BR>arm-linux-gcc -shared&nbsp; 
.libs/ByteToCharDefault.o .libs/ByteToCharIconv.o .libs/CharToByteDefault.o 
.libs/CharToByteIconv.o .libs/ObjectStreamClassImpl.o .libs/Application.o 
.libs/Class.o .libs/ClassLoader.o .libs/Compiler.o .libs/Double.o .libs/Float.o 
.libs/Math.o .libs/MemoryAdvice.o .libs/NativeLibrary.o .libs/Object.o 
.libs/PrimordialClassLoader.o .libs/RMIHashes.o .libs/Runtime.o .libs/String.o 
.libs/System.o .libs/Thread.o .libs/ThreadStack.o .libs/Throwable.o 
.libs/UNIXProcess.o .libs/ZipFile.o .libs/Array.o .libs/Constructor.o 
.libs/Field.o .libs/Method.o .libs/DateFormat.o .libs/TestNative.o 
.libs/Arrays.o&nbsp; -lm&nbsp; -Wl,-soname -Wl,libnative-1.1.0.so 
-Wl,-retain-symbols-file -Wl,.libs/libnative.exp -o 
.libs/libnative-1.1.0.so<BR>collect2: ld terminated with signal 11 [Segmentation 
fault], core dumped<BR>make[2]: *** [libnative.la] Error 1<BR>make[2]: Leaving 
directory `/home/mode/kaffe-1.1.0/libraries/clib/native'<BR>make[1]: *** 
[all-recursive] Error 1<BR>make[1]: Leaving directory 
`/home/mode/kaffe-1.1.0/libraries/clib'<BR>make: *** [all-recursive] Error 
1<BR>=================================================</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV></BODY></HTML>