<!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>&nbsp;</DIV>
<DIV><FONT face=Arial>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
Regards,</FONT></DIV>
<DIV><FONT face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 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>&nbsp; :<BR>&nbsp; :<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>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at 
        java.lang.VMThrowable.fillInStackTrace(VMThrowable.java:native)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
        at 
        java.lang.VMThrowable.fillInStackTrace(VMThrowable.java:76)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
        at 
        java.lang.Throwable.fillInStackTrace(Throwable.java:492)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
        at 
        java.lang.Throwable.&lt;init&gt;(Throwable.java:161)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
        at 
        java.lang.Error.&lt;init&gt;(Error.java:81)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
        at 
        gnu.java.io.EncodingManager.getEncoder(EncodingManager.java:387)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
        at 
        java.io.OutputStreamWriter.&lt;init&gt;(OutputStreamWriter.java:114)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
        at 
        java.io.PrintWriter.&lt;init&gt;(PrintWriter.java:121)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
        at 
        java.io.PrintWriter.&lt;init&gt;(PrintWriter.java:137)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
        at 
        java.io.PrintStream.&lt;init&gt;(PrintStream.java:111)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
        at 
        java.lang.System.&lt;clinit&gt;(System.java:49)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
        at 
        java.lang.ClassLoader.&lt;init&gt;(ClassLoader.java:114)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
        at 
        java.lang.ClassLoader.&lt;init&gt;(ClassLoader.java:110)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
        at 
        java.security.SecureClassLoader.&lt;init&gt;(SecureClassLoader.java:23)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
        at 
        java.net.URLClassLoader.&lt;init&gt;(URLClassLoader.java:541)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
        at 
        kaffe.lang.AppClassLoader.&lt;init&gt;(AppClassLoader.java:239)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
        at 
        kaffe.lang.AppClassLoader.&lt;clinit&gt;(AppClassLoader.java:38)<BR>Aborted</P>
        <P>does any body have an idea about it?</P>
        <P>&nbsp;</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>