[kaffe] SH3 problem

Kiyo Inaba inaba at src.ricoh.co.jp
Tue Jun 3 08:06:01 PDT 2003


Hi,

Since I can not play with Kaffe tomorrow (I hope 'only'), if someone
can give me some hints for current problem for sh3-linux.

If I use, 
------------------------------------------------------------
Engine: Interpreter   Version: 1.1.x-cvs   Java Version: 1.1
Configuration/Compilation options:
  Compile date  : Tue Jun 3 01:27:10 JST 2003
  Compile host  : marshall
  Install prefix: /usr/local/kaffe
  Thread system : unix-jthreads
  CC            : sh3-linux-gcc
  CFLAGS        : -g
  LDFLAGS       : 
  ChangeLog head: 2003-05-17 Benja Fallenstein <b.fallenstein at gmx.de>
------------------------------------------------------------
regression test works, but if I use
------------------------------------------------------------
Engine: Interpreter   Version: 1.1.x-cvs   Java Version: 1.1
Configuration/Compilation options:
  Compile date  : Tue Jun 3 11:47:36 JST 2003
  Compile host  : marshall
  Install prefix: /usr/local/kaffe
  Thread system : unix-jthreads
  CC            : sh3-linux-gcc
  CFLAGS        : -g
  LDFLAGS       : 
  ChangeLog head: 2003-05-19  Helmer Kraemer  <hkraemer at freenet.de>
------------------------------------------------------------
then regression test produces,

------------------------------------------------------------
error compiling:
java.lang.ClassNotFoundException: at/dms/kjc/Main
        at kaffe.lang.SystemClassLoader.findClass0(SystemClassLoader.java:native)
        at kaffe.lang.SystemClassLoader.findClass(SystemClassLoader.java:150)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:149)
        at java.lang.Class.forName(Class.java:74)
        at java.lang.Class.forName(Class.java:43)
Caused by: <null cause>
FAIL: HelloWorldApp.java
------------------------------------------------------------

There are so many changes in these two days, and I can not point out
which mod introduces this problem.

Kiyo




More information about the kaffe mailing list