[kaffe] help, can't find kaffeh file

2004-08-17 Thread
I'm installing kaffe into my embedded linux on an XScale board. First, I set the environment variables: export CC=arm-linux-gccexport AS=arm-linux-asexport LD=arm-linux-ldexport CPP='arm-linux-gcc -E'export AR=arm-linux-arexport NM=arm-linux-nmexport

[kaffe] Server downtime

2004-08-17 Thread Jim Pick
Hi, I apologize for the server downtime - it's back up now after I drove to the colo. It appears it was a system administration problem - I think all the nameservers in /etc/resolv.conf had long since gone away. I also had a strange issue which was preventing console logins. I reinstalled a

[kaffe] CVS kaffe (dalibor): Resynced with GNU Classpath

2004-08-17 Thread Kaffe CVS
PatchSet 5072 Date: 2004/08/17 17:54:56 Author: dalibor Branch: HEAD Tag: (none) Log: Resynced with GNU Classpath 2004-08-15 Dalibor Topic [EMAIL PROTECTED] * libraries/javalib/java/text/AttributedString.java: Resynced with GNU Classpath. 2004-08-16 Tom Tromey

[kaffe] kjc on m68k/netbsd works.

2004-08-17 Thread Kiyo Inaba
Hi all, I am glad to report that m68k/netbsd can now make kjc to compile. As attached patch suggests, this is a revert patch against Tony submitted several years ago. This portion is to correctly setup saved registers area (usually for d2-d7/a2-a5) when exception was raised and I have no idea why

[kaffe] Re: [kaffe-siteadmin] Server downtime

2004-08-17 Thread Dalibor Topic
Jim Pick wrote: Hi, I apologize for the server downtime - it's back up now after I drove to the colo. Thanks you very much, Jim! The good news out of all of this is that I had an extra 512MB DDR SDRAM that I stuck in the server, so it now should be more responsive. Feels like it :) I'm planning

Re: [kaffe] java exception

2004-08-17 Thread Sze Huat
--- Dalibor Topic [EMAIL PROTECTED] wrote: Sze Huat wrote: hi, i've installed kaffe (1.1.3-1) on familiar linux running opie 1.0.3 on a compaq ipaq handheld problem: when i try to run a particular jar file, java -cp wajei.jar WaJEi i get: Internal error: caught

[kaffe] Re: kjc on m68k/netbsd works.

2004-08-17 Thread Dalibor Topic
Kiyo Inaba wrote: Hi all, I am glad to report that m68k/netbsd can now make kjc to compile. Great! Thank you very much, Kiyo! As attached patch suggests, this is a revert patch against Tony submitted several years ago. This portion is to correctly setup saved registers area (usually for

[kaffe] Using Kaffe with remote debugging via Eclipse

2004-08-17 Thread Woloszynski, Charles
I am looking to use Kaffe as the target VM for an embedded system. We would like to use Eclipse as the development IDE. Has anyone worked on supporting remote debugging (JPDA) under kaffe? I saw some old posts that this was partly done. Can anyone comment on its status? Thanks, Charlie

[kaffe] CVS kaffe (dalibor): Made kjc work again on m68k

2004-08-17 Thread Kaffe CVS
PatchSet 5073 Date: 2004/08/17 18:36:57 Author: dalibor Branch: HEAD Tag: (none) Log: Made kjc work again on m68k 2004-08-17 Kiyo Inaba [EMAIL PROTECTED] * config/m68k/jit3-m68k.def: Make kjc works. Members: ChangeLog:1.2631-1.2632

[kaffe] Re: kjc on m68k/netbsd works.

2004-08-17 Thread Tony Wyatt
Hi Dalibor and all, On 08/17/2004, you wrote: I am glad to report that m68k/netbsd can now make kjc to compile. Great! Thank you very much, Kiyo! As attached patch suggests, this is a revert patch against Tony submitted several years ago. This portion is to correctly setup saved

[kaffe] [RFC] Debian Bugs information: Bug list for package kaffe

2004-08-17 Thread Arnaud Vandyck
Hi Kaffe lovers, Here is a summary of bugs that has been reported to kaffe Debian package. I try to comment every bugs, but thanks to comment it also. Each bug is separated by a line. First, there is the bug number (you can find it if you point your browser to http://bugs.debian.org/XXX where

[kaffe] problem in kaffe compilation from CVS head on fbsd 5.2.1

2004-08-17 Thread Supreet Sethi
hi people, I am trying to compile kaffe for intel Pentium III with Fbsd 5.2.1 as the operating system. following error comes: BOOTCLASSPATH=lib:./Klasses.jar.bootstrap KAFFELIBRARYPATH=../../libraries/clib/native/:../../libraries/clib/io/:../../libraries/clib/zip/:../../libraries/clib/nio/

[kaffe] jit3 for m68k/linux

2004-08-17 Thread Kiyo Inaba
Hi all, As I told yesterday, attached patch makes jit3 work with m68k/linux. For the time being, I use self compilation for m68k/linux and it took longer than m68k/netbsd. At least HelloWorldApp.java can be compiled by kjc and executed properly. Test case report 'will' follow. (I mean, two days

Re: [kaffe] CVS kaffe (dalibor): Made kjc work again on m68k

2004-08-17 Thread Kiyo Inaba
To be precise, kjc keeps working with intrp or jit. The patch makes kjc works fine with jit3 for m68k/netbsd. Kiyo ___ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe