[kaffe] CVS kaffe-extras (dalibor): Use jikes during bootstrap, too.

2004-08-16 Thread Kaffe CVS
PatchSet 43 Date: 2004/08/16 21:18:41 Author: dalibor Branch: HEAD Tag: (none) Log: Use jikes during bootstrap, too. Use jikes for bootstrap and download and build it during the bootstrap phase. Use jikes to build targets in build.xml Removed jikes download and build from build.xml Total build t

Re: [kaffe] help, can't find kaffeh file

2004-08-16 Thread Dalibor Topic
王凯 wrote: > I'm installing kaffe into my embedded linux on an XScale board. > > First, I set the environment variables: > export CC=arm-linux-gcc > export AS=arm-linux-as > export LD=arm-linux-ld > export CPP='arm-linux-gcc -E' > export AR=arm-linux-ar > export NM=arm-linux-nm > export STRIP=arm-

Re: [kaffe] CVS kaffe (guilhem): sysdepCallMethod implemented for m68k/openbsd2.

2004-08-16 Thread Guilhem Lavaux
Kiyo Inaba wrote: I am so happy to see OpenBSD port comes back! I feel Guilhem's code is better than NetBSD's one, and I will update NetBSD's to be close to OpenBSD's later. Kiyo Actually, it is the same code. I have only reformatted by adding some quotes and translated exactly from Motorola sy

[kaffe] Triggering GC(thread assertion error)

2004-08-16 Thread sita
Hi,     I was trying to trigger GC(garbage collection) in kaffe. As a part of this I added these lines in gc-mem.c (/home/sita/kaffe-1.0.7/kaffe/kaffevm/mem/gc-mem.c)   size_t count;(global variable) /*added by sita*/   gc_heap_malloc(size_t sz) {   /*added by sita*/   count = count + sz;  if (coun

[kaffe] help, a problem about kaffeh

2004-08-16 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 STRIP=arm-linux-stripexport

[kaffe] help, can't find kaffeh file

2004-08-16 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 STRIP=arm-linux-stripexpor

[kaffe] CVS kaffe-extras (dalibor): Fixed bootstrap

2004-08-16 Thread Kaffe CVS
PatchSet 42 Date: 2004/08/16 14:15:55 Author: dalibor Branch: HEAD Tag: (none) Log: Fixed bootstrap The only reliable ant source code archive type seems to be zip, so use that. Removed possibly broken build.sysclasspath bit from build.xml Members: bootstrap-kaffe+ant.sh:1.10->1.11

Re: [kaffe] CVS kaffe (guilhem): sysdepCallMethod implemented for m68k/openbsd2.

2004-08-16 Thread Kiyo Inaba
I am so happy to see OpenBSD port comes back! I feel Guilhem's code is better than NetBSD's one, and I will update NetBSD's to be close to OpenBSD's later. Kiyo ___ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

[kaffe] CVS kaffe (guilhem): sysdepCallMethod implemented for m68k/openbsd2.

2004-08-16 Thread Kaffe CVS
PatchSet 5071 Date: 2004/08/16 10:33:34 Author: guilhem Branch: HEAD Tag: (none) Log: sysdepCallMethod implemented for m68k/openbsd2. Members: ChangeLog:1.2629->1.2630 config/m68k/openbsd2/md.h:1.7->1.8 Index: kaffe/ChangeLog diff -u kaffe/ChangeLog:1.2629 kaffe/ChangeLog:1.2

Re: [kaffe] To everyone use QT-bakend

2004-08-16 Thread embstudy
Hello Jari In your mail: >Hi, > >Could you please let me know which configuration, compiler and Kaffe >version you used for XScale. I've been trying to build Kaffe for both >armv5l and armv5b without success - for big endian XScale the build fails >and on a "regular" arm box HelloWorld gives a SIG

Re: [kaffe] To everyone use QT-bakend

2004-08-16 Thread Jari Korva
Hi, Could you please let me know which configuration, compiler and Kaffe version you used for XScale. I've been trying to build Kaffe for both armv5l and armv5b without success - for big endian XScale the build fails and on a "regular" arm box HelloWorld gives a SIGSEGV. Thanks, Jari On Sat, 1