<!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.2600.0" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV>Hi, </DIV>
<DIV>I want to make a ARM Kaffe to put on StrongARM's machine.<BR>At first,I
make a X86's kaffeh successfully.<BR>Next i changed environment varables ,i
Configured it<BR>,it was successful. Next Step is the "make clean"
and<BR>moved executable kaffeh to "linux/jvm/kaffe/kaffeh",
and<BR>"make;make install",it looks like no problem.<BR><BR>Then
i tried it on arm-linux platform, so i used<BR>minicom connect to arm
that booted by flash rom.<BR>and used ethernet network mount my make results
for Linux OS of ARM.<BR><BR>ok ,when it done ,I compiled a very simple
java program "$javac<BR>HelloWorld.java",it takes about 10 minutes,</DIV>
<DIV>but it accomplished, I got the HelloWorld.class .<BR>When i executed the
result "$java HelloWorld", it<BR>would run for a long time , and return error
message:<BR><BR>java.lang.ClassNotFoundexception.......</DIV>
<DIV> </DIV>
<DIV><FONT size=2>i confused , because about this message my experience is
CLASSPATH not found.</FONT></DIV>
<DIV><FONT size=2>but when i modified /mnt/kaffe/bin/kaffe and
appended "echo $CLASSPATH",i can</FONT></DIV>
<DIV><FONT size=2>see all of the jar files in /mnt/kaffe/share/kaffe
showed.</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>second,why it so slowly even i tried "$/mnt/kaffe/bin/kaffe
HelloWorld" . </FONT></DIV>
<DIV><FONT size=2>what kind of issue cause this situation,OS memory,or Make
error.....???</FONT></DIV>
<DIV><FONT size=2></FONT><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>best regards</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>william</FONT></DIV>
<DIV><FONT size=2>----------platform
-----------------------------------------------------------------------</FONT></DIV>
<DIV><FONT size=2>StrongARM based machine : applieddata 's Graphic
Master</FONT></DIV>
<DIV><FONT size=2>RAM:16 MB</FONT></DIV>
<DIV><FONT size=2>flash ROM:32MB (kernel 2.2.</FONT><BR><BR>--------environment
variable setting of mine -------------------<BR><BR>My conifgure plateform is
X86 RedHat linux 2.2.17,<BR>configure command is ./configure
--prefix=/mnt/kaffe<BR>--build=i386-linux host=arm-linux --without-x<BR><BR>i
changed my environment variables for arm<BR>instruction,</DIV>
<DIV>...................................................<BR>./bash_profiel
changed to <BR>export CC=arm-linux<BR>export GCC='arm-linux-gcc -E'<BR>export
AR=arm-linux-ar<BR>export LD=arm-linux-ld<BR>export
STRIP=arm-linux-strip<BR>export OBJCOPY=arm-linux-objcopy<BR>export
OBJDUMP=arm-linux-objdump<BR>export
RANLIB=arm-linux-ranlib<BR>export<BR>PATH=/usr/local/arm/bin:/usr/loca/arm/arm-linux/bin:$PATH<BR>and
source ~root/.bash_profile<BR><BR></DIV></BODY></HTML>