Re: [kaffe] how can i integrate kaffe run time in my device

2008-03-06 Thread Dalibor Topic
a.kristou wrote: I want to use kaffe in my device which have features as given bellow : - intel pxa255 400MHZ 32 MB architecture ARM. - 62 Mb de RAM Could you give the steps to follow it . Assuming you want to cross compile kaffe for your device, you should look

[kaffe] How can I enable gcj support?

2008-03-06 Thread Libo Jiao
Hi all, I want to use the kaffe/gcj integrate, but I don't enable gcj support. I dit it as following: ./configuer --enable-gcj then I check the config.h the file show : /* Enable GCJ support. */ /* #undef HAVE_GCJ_SUPPORT */ My linux is Ubuntu 7.10 - Gutsy Gibbon. What do I next?

[kaffe] CVS kaffe (robilad): _GNU_SOURCE cleanup

2008-03-06 Thread Kaffe CVS
PatchSet 7780 Date: 2008/03/06 18:25:21 Author: robilad Branch: HEAD Tag: (none) Log: _GNU_SOURCE cleanup 2008-03-06 Dalibor Topic [EMAIL PROTECTED] * kaffe/kaffevm/systems/unix-pthreads/Makefile.am (libkthread_la_CFLAGS): Define _GNU_SOURCE. * kaffe/kaffevm/systems/unix-pthreads/signal.c,