<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-2022-jp">
<META content="MSHTML 6.00.2800.1498" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial>This may have nothing to do with your problem,
but</FONT></DIV>
<DIV><FONT face=Arial>note that the Lexra processors aren't really
100%</FONT></DIV>
<DIV><FONT face=Arial>MIPS compatible - they don't implement the
"load</FONT></DIV>
<DIV><FONT face=Arial>left" and "load right" instructions used to
handle</FONT></DIV>
<DIV><FONT face=Arial>unaligned (typically, packed) data. Unless the
OS</FONT></DIV>
<DIV><FONT face=Arial>knows to emulate those instructions, or the
compiler</FONT></DIV>
<DIV><FONT face=Arial>is told to avoid emitting them, you could get the sort
</FONT></DIV>
<DIV><FONT face=Arial>of behavior </FONT><FONT face=Arial>you
describe.</FONT></DIV>
<DIV><FONT face=Arial></FONT> </DIV>
<DIV><FONT face=Arial>
Regards,</FONT></DIV>
<DIV><FONT face=Arial></FONT> </DIV>
<DIV><FONT face=Arial> Kevin
K.</FONT></DIV>
<BLOCKQUOTE
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
<DIV
style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B>
<A title=qualcomm_cdma_tech@yahoo.co.jp
href="mailto:qualcomm_cdma_tech@yahoo.co.jp">HIRO</A> </DIV>
<DIV style="FONT: 10pt arial"><B>To:</B> <A title=kaffe@kaffe.org
href="mailto:kaffe@kaffe.org">kaffe@kaffe.org</A> </DIV>
<DIV style="FONT: 10pt arial"><B>Sent:</B> Saturday, June 11, 2005 14:21</DIV>
<DIV style="FONT: 10pt arial"><B>Subject:</B> [kaffe] Porting Kaffe-1.1.4 on
mips lx4189</DIV>
<DIV><BR></DIV>
<TABLE width="100%">
<TBODY>
<TR>
<TD>
<P>Hi everyone,</P>
<P>I'm always trying to use Kaffe 1.1.4 but it's seems to be impossible
to run <BR>it on a Lexra Mips lx4189 processor.</P>
<P>kaffe compile ok with:</P>
<P>./configure --target=mips-linux --host=mips-linux
--build=i386<BR>--prefix=/usr/local/kaffe
--program-prefix=mips-kaffe-<BR>--enable-shared --disable-static
--disable-gcj --enable-debug<BR>--disable-mips2 --disable-alsatest
--disable-esdtest --disable-sound<BR>--disable-xprofiling
--disable-xdebugging --disable-feedback<BR>--disable-nls --without-jikes
--without-profiling --without-stats<BR>--without-x --without-awt
--without-alsa
--without-esd<BR>--with-threads=unix-jthreads<BR>--with-engine=intrp
--enable-pure-java-math</P>
<P>I would like to run OSGI but if a simple class doesn't work...<BR>It
gives me the following error at the rate once every about five times.
<BR>It tries to execute the instruction not supported in lx4189.</P>
<P># java Test01<BR>unknown instruction executed at 2ad9eff8<BR>unknown
instruction executed at 2ad9eff8<BR>unknown instruction executed at
2ad9eff8<BR>unknown instruction executed at 2ad9eff8<BR>unknown
instruction executed at 2ad9eff8<BR> :<BR> :<BR>The message
displays it continuously.</P>
<P>It failed as shown the following occasionally. </P>
<P># java Test01<BR>Internal error: caught an unexpected
exception.<BR>Please check your CLASSPATH and your
installation.<BR>java/lang/Error: Unexpected problems with default
encoder<BR> at
java.lang.VMThrowable.fillInStackTrace(VMThrowable.java:native)<BR>
at
java.lang.VMThrowable.fillInStackTrace(VMThrowable.java:76)<BR>
at
java.lang.Throwable.fillInStackTrace(Throwable.java:492)<BR>
at
java.lang.Throwable.<init>(Throwable.java:161)<BR>
at
java.lang.Error.<init>(Error.java:81)<BR>
at
gnu.java.io.EncodingManager.getEncoder(EncodingManager.java:387)<BR>
at
java.io.OutputStreamWriter.<init>(OutputStreamWriter.java:114)<BR>
at
java.io.PrintWriter.<init>(PrintWriter.java:121)<BR>
at
java.io.PrintWriter.<init>(PrintWriter.java:137)<BR>
at
java.io.PrintStream.<init>(PrintStream.java:111)<BR>
at
java.lang.System.<clinit>(System.java:49)<BR>
at
java.lang.ClassLoader.<init>(ClassLoader.java:114)<BR>
at
java.lang.ClassLoader.<init>(ClassLoader.java:110)<BR>
at
java.security.SecureClassLoader.<init>(SecureClassLoader.java:23)<BR>
at
java.net.URLClassLoader.<init>(URLClassLoader.java:541)<BR>
at
kaffe.lang.AppClassLoader.<init>(AppClassLoader.java:239)<BR>
at
kaffe.lang.AppClassLoader.<clinit>(AppClassLoader.java:38)<BR>Aborted</P>
<P>does any body have an idea about it?</P>
<P> </P></TD></TR></TBODY></TABLE>
<P>
<P>
<P><BR>
<HR SIZE=1>
<A href="http://pr.mail.yahoo.co.jp/ondanka/" target=_blank>Save the earth</A>
<P>
<HR>
<P></P>_______________________________________________<BR>kaffe mailing
list<BR>kaffe@kaffe.org<BR>http://kaffe.org/cgi-bin/mailman/listinfo/kaffe<BR></BLOCKQUOTE></BODY></HTML>