Re: gdb on cobalt

2000-06-23 Thread Kiyo Inaba
I can only find kernel related issues in linux mips or linux-vr pages. Where did you get (non kernel) debugger info? Please specify URL. Thanks in advance. You might check linux-vr.org. They are porting mips linux to vr41xx processors. Kiyo Inaba wrote: Does someone know where I can get gdb

Re: Kaffe running on NetBSD on top of a MIPS VR4102

2000-02-20 Thread Kiyo Inaba
I've tried Kaffe on several varieties of MIPS CPU's on NetBSD. Are there any specific problems for VR4102? Kiyo

Re: Size Performance

2000-02-09 Thread Kiyo Inaba
Adding to the Godmar's comment, About size, I have identified these files to be in the built-in Since you specified 'with-staticlib' and 'with-staticvm', libio or libnative are included in the final Kaffe executable. Or, are these two libraries support libraries needed by Kaffe's libio or

MIPS/NetBSD patches against 1.0.5

1999-12-03 Thread Kiyo Inaba
Please update the repository with the patches attached to this message. This makes 1.0.5 can be used on MIPS/NetBSD1.x. I've not yet reviewed bugs reported by the regression tests of 1.0.5. JIT port for this platform is another issue :-) Kiyo diff -ur kaffe-1.0.5.orig/config/mips/netbsd1/md.c

Kaffe BOF

1999-05-27 Thread Kiyo Inaba
Has the date of BOF for Kaffe fixed? If so, I may forget about that... Kiyo

Re: static linking

1999-04-11 Thread Kiyo Inaba
Do you *still* have to do it? I have fixed the libtool problem that caused it to think it could create shared libraries when it did not know how to do it, so if you update your CVS tree or get release 1.0b4, the problem should be fixed. Please let me know if this is not the case. Sure, I will

-fPIC for m68k/netbsd

1999-04-04 Thread Kiyo Inaba
I've been back to cross compiling for m68k/netbsd. At least today's snap incorrectly specify -fPIC to ltdl.lo. And (as you may know), it generates undefined reference to '_GLOBAL_OFFSET_TABLE_' on this machine. What I specify for configure is m68k-sun-netbsd1.3.1 --with-staticvm

Re: -fPIC for m68k/netbsd

1999-04-04 Thread Kiyo Inaba
I made mistake. The creation of ltdl.lo itself should be OK. Because I also found ltdl.o (which is not compiled with -fPIC flag), but libkaffevm.a includes ltdl.lo rather than ltdl.o, and it is the problem. If I use configuration option with --disable-shared, linking correctly. But I think, even

Re: Kaffe for m68k/netbsd

1999-03-30 Thread Kiyo Inaba
Please remove ../kaffevm/libkaffevm.la, run `make' in the top-level directory and, if it still fails, please send a log of the build to me Same. I will send Alex the log separately. Kiyo

Re: Compiling kaffe-1_0_b3 for ARM

1999-03-30 Thread Kiyo Inaba
Dirk wrote: You need to set other parameters as well. this is what I use setenv ac_cv_prog_cc_cross yes setenv ac_cv_prog_gcc yes These two are detected by configure automatically, if my understanding is correct. setenv ac_cv_func_mmap_fixed_mapped yes SNIP setenv ac_cv_c_char_unsigned no Uum...

Re: m68k: getting there - slowly

1999-03-29 Thread Kiyo Inaba
It also assumes that the arguments are located at a well-known offset from the top of the stack. This is not true if you save and restore d2-d7/a2-a5 as I mention above. Yes, of course. The other minor problem is current jit code does not construct proper frame, and when I was in trampoline,

Patches to the m68k ports.

1999-03-28 Thread Kiyo Inaba
terms" for information on usage and redistribution * of this file. * ! * Written by Kiyo Inaba [EMAIL PROTECTED], 1998; * Based on the ports * by Remi Perrot [EMAIL PROTECTED] to m68k/linux * and * by Alexandre Oliva [EMAIL PROTECTED] to sparc */

www.kaffe.org

1999-03-26 Thread Kiyo Inaba
The 'http://cheap.cs.uta.edu:8080/kaffe/dump-ports.cgi' page is broken for the last 24 hours at least. Kiyo

m68k/{linux,netbsd} integration

1999-03-25 Thread Kiyo Inaba
--- 1,20 + Wed Mar 25 16:40:00 1999 Kiyo Inaba [EMAIL PROTECTED] + + * config/m68k/linux/md.h: define SP_OFFSET. + * config/alpha/jit.h, config/m68k/jit.h, config/m68k/openbsd2/jit.h + remove obsolete macros as THREAD_CTX, RETURN_INT, etc. + * config/m68k/netbsd1/jit-md.h

Re: [Kaffe] ChangeLog entry added twice

1999-03-25 Thread Kiyo Inaba
*** kaffe-snap-0326/ChangeLog Fri Mar 26 07:43:55 1999 --- kaffe-temp/ChangeLogFri Mar 26 09:34:52 1999 *** *** 39,69 * configure.in: enhance help message re --with-engine option * configure: regen ! Wed Mar 25 16:40:00 1999 Kiyo Inaba [EMAIL PROTECTED

kaffeh incompatibility for cross environment

1999-03-04 Thread Kiyo Inaba
I have no idea for the time being how to fix this problem, but anyway, I report this... When I use cross compilation, error occurs as below. /usr/bin/kaffeh -classpath ../../kaffe-snap/libraries/javalib/Klasses.jar -o java_lang_Throwable.h java/lang/Throwable Bad magic 7554db56 in class Oh! I