[kaffe] now what?

2004-03-09 Thread Mark and Janice Juszczec
Hi folks Well, my kaffe port to the Helio pda (mipsel, r3912 cpu) has hit a stumbling block and I'm a little stumped. When trying to execute a class file, findInJar.c (I think) does a readdir() on some directory. readdir() is crashing with a signal 10. I can't figure out why ;-( I've tried

[kaffe] re:CVS kaffe (dalibor): Moved compiler regression tests into their own directory

2004-01-29 Thread Mark and Janice Juszczec
Hi folks Are these tests for kjc or the build environment used to create kaffe? Mark _ Scope out the new MSN Plus Internet Software — optimizes dial-up to the max! http://join.msn.com/?pgmarket=en-uspage=byoa/plusST=1

Re: [kaffe] dynamically linked kaffe on mipsel

2004-01-10 Thread Mark and Janice Juszczec
kaffe on mipsel Date: Sat, 10 Jan 2004 23:10:08 +0900 (JST) On Thu, 08 Jan 2004 20:53:56 +, Mark and Janice Juszczec [EMAIL PROTECTED] said: juszczec Does anyone know if the mipsel kaffe can run with shared juszczec objects? A few months ago it couldn't, but I don't remember juszczec

[kaffe] dynamically linked kaffe on mipsel

2004-01-08 Thread Mark and Janice Juszczec
Hi folks Does anyone know if the mipsel kaffe can run with shared objects? A few months ago it couldn't, but I don't remember if that was changed. Mark _ ___ kaffe mailing list

[kaffe] kaffe debug output

2004-01-04 Thread Mark and Janice Juszczec
Hi folks A few days ago I sent the output of running kaffe with -vmdebug ALL to the list. Dalibor wondered why calls to initCollector() were missing and suggested I use the CVS snapshot. Below is the output from -vmdebug ALL with CVS code from 01/02/04. initCollector() calls are present.

[kaffe] SIGSEGV running kaffe

2003-12-29 Thread Mark and Janice Juszczec
Hi folks A little update on my tracking down the cause of the SIGSEGV when kaffe tries to run a class on my mipsel-linux pda. I've temporarily ruled out using gdbserver. I've only got 1 serial port and its running a shell. I've got to research how to start gdbserver after boot with no

Re: [kaffe] SIGSEGV running kaffe

2003-12-29 Thread Mark and Janice Juszczec
Kevin, et al Are you trying to use the JIT? So far as I know, the JIT3 engine is still broken for MIPS/mipsel, and generates code which ends up dereferencing uninitialized pointers embedded in internal data structures. No. I configured kaffe using --with-engine=intrp Mark

[kaffe] debugging kaffe on mipsel

2003-12-12 Thread Mark and Janice Juszczec
Hi folks This question is directed at all of you folks who've used gdb and gdbserver. Its kaffe related-I'm still trying to track down my SIGSEGV. If I tell gdb/gdbserver to talk to each other over the serial port, I can't debug with gdb and be connected to my pda via minicom. Or can

RE: MIPS remote debugging support (Was: Re: [kaffe] mipsel SIGSEGV)

2003-12-09 Thread Mark and Janice Juszczec
Dalibor and all Greetings from frosty NE Ohio. Dalibor wrote: Its odd that the html doc you reference says I should be able to do: target r3900 dev to use Densan DVE-R3900 ROM monitor for Toshiba R3900 Mips. because when I do help targets from gdb (configured with --target=mips-idt-ecoff)

Re: [kaffe] mipsel SIGSEGV

2003-12-07 Thread Mark and Janice Juszczec
I'm not familiar with uisng gdb over wire, but judging by http://sources.redhat.com/gdb/onlinedocs/gdb_19.html#SEC174 you need to make sure your GDB on the PC was configured and built with `--target=mips-idt-ecoff'. Yes, it was. Its odd that the html doc you reference says I should be able

[kaffe] SIGSEGV on kaffe mipsel

2003-11-30 Thread Mark and Janice Juszczec
Hi folks In an effort to track down my SIGSEGV, I recompiled kaffe for mipsel with --enable-debug. When I run on my Helio pda, I get the output at the end of the email. Its late on Sunday and I wanted to post it before I signed off and forgot. I'll do some analysis on it tomorrow. On a

[kaffe] good initial stack/heap size in embedded environment

2003-11-18 Thread Mark and Janice Juszczec
Hi folks I've gotten kaffe compiled and installed on my Helio. I'm getting a SIGSEGV when I try to use kaffe to execute a class file. I've tracked it down to kaffe/kaffevm/itypes.c It happens among the calls to initPrimClass in initTypes(). I don't get the signal in the same place-each time

[kaffe] libnative error

2003-11-11 Thread Mark and Janice Juszczec
Hi folks I'm trying to shrink my 1.8Mb libnative.a so I can fit it on a pda. I fooled with the Makefile and did a strip on all the .o files. Everything links up fine but when I try to run a little sample program I get: $ java FirstClass Internal error: caught an unexpected exception. Please

[kaffe] Sun's javac and compiling rt.jar without debugging symbols

2003-08-14 Thread Mark and Janice Juszczec
Hi folks I made kaffe-1.1.0 for i386. Now I'm making kaffe-1.1.0 for mipsel (still playing with that Helio) Per the FAQ.embedded, I do: export -n JAVA export -n JAVAC export -n CLASSPATH export JAVAC=/usr/java/jdk1.3.1_08/bin/javac -g:none make Klasses I get a bunch of errors (41 to be exact)

[kaffe] static vm on mipsel

2003-08-14 Thread Mark and Janice Juszczec
Hi folks I've compiled kaffe for mipsel and wound up with a dynamically linked kaffe-bin. One of the FAQs says to give configure --with-staticvm and it will link statically. I did, but got a dynamically linked kaffa-bin again. Is there any way to force it to build statically? Mark

Re: [kaffe] Sun's javac and compiling rt.jar without debugging symbols

2003-08-11 Thread Mark and Janice Juszczec
PROTECTED] To: Mark and Janice Juszczec [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: Re: [kaffe] Sun's javac and compiling rt.jar without debugging symbols Date: Fri, 08 Aug 2003 21:46:51 -0400 (EDT) Hi Mark, Try using KJC (kjc.jar is included in kaffe 1.1.x) or jikes 1.18 instead of Sun's javac

Re: [kaffe] static vm on mipsel

2003-08-07 Thread Mark and Janice Juszczec
Tim I tried this. Sorry, I should have been more clear. From: Timothy Stack [EMAIL PROTECTED] Is there any way to force it to build statically? Try --with-staticvm AND --with-statclib Mark tim Mark _ The new MSN 8: advanced

[kaffe] Re: Kaffe and MIPS CPUs

2003-07-08 Thread Mark and Janice Juszczec
Hello all Since there have been some posts about Kaffe and MIPS, I thought I'd let everyone know what I'm up to. A side project a work has me trying to compile Kaffe v1.0.7 to run on a Helio pda. It runs a 75MHz Philips R3912 little endian mips processor. In order to get the hang of cross

[kaffe] Re: GNU Classpath java.util.zip patch - To Merge Or Not To Merge

2002-12-28 Thread Mark and Janice Juszczec
Hello all, Dalibor wrote: What conclusions should we draw? Here are mine: * pro: - fixes large bunch of cygwin problems - works without much slowdown on i386-linux-jit3 * contra: - delays program startup on arm-linux-jit by at least 30 seconds. - delays program startup on arm-linux-intrp by

Re: [kaffe] Embedded use (Zip libs, Qt etc.)

2002-12-16 Thread Mark and Janice Juszczec
Pocketlinux' Kaffe was and still is one of the most complete and best embedded solutions. For that reason I'd like to see Kaffe.org's version try to reach its full potential in this avenue. Pocketlinux Kaffe is still, AFAIK, the only Java virtual machine for the Helio with its little endian