Re: [kaffe] problem on arm/linux with todays CVS

2002-05-31 Thread Alexander Popov
Great... I've updated yesterday at about 6pm GMT+2 but that source tree didn't even compiled... I'll update again, thanks... Jim Pick wrote: > I just tried a fresh checkout on my Netwinder (using the jit engine, > which is the default), and it sort of works (18 out of 114 tests fail > when doin

Re: [kaffe] problem on arm/linux with todays CVS

2002-05-30 Thread Jim Pick
I just tried a fresh checkout on my Netwinder (using the jit engine, which is the default), and it sort of works (18 out of 114 tests fail when doing "make check"). A simple "hello world" style program definitely works. Here's a dump of where it seems to diverge... Loading java/util/Map$Entry.c

Re: [kaffe] problem on arm/linux with todays CVS

2002-05-30 Thread Alexander Popov
Here is what I get when I try to cross it for arm: configure: error: Configuration arm-linux does not support the jit3 engine Regards, Dalibor Topic wrote: > Hi alexander, > > --- Alexander Popov <[EMAIL PROTECTED]> wrote: > >>There is no support for jit3 for arm as much as I >>can see... >>

Re: [kaffe] problem on arm/linux with todays CVS

2002-05-30 Thread Alexander Popov
Yes I see them but configure with --with-engine=jit3 says that There is no support for arm and jit3 Dalibor Topic wrote: > Hi alexander, > > --- Alexander Popov <[EMAIL PROTECTED]> wrote: > >>There is no support for jit3 for arm as much as I >>can see... >>Or am I wrong? > > > I don't have a

Re: [kaffe] problem on arm/linux with todays CVS

2002-05-30 Thread Jukka Santala
On Thu, 30 May 2002, Alexander Popov wrote: > There is no support for jit3 for arm as much as I can see... > Or am I wrong? jit3-arm.def is included, so I would say it is itnended to work. There are a couple of register-management changes in the jit-def for PocketLinux, though. I just noticed tha

Re: [kaffe] problem on arm/linux with todays CVS

2002-05-30 Thread Dalibor Topic
Hi alexander, --- Alexander Popov <[EMAIL PROTECTED]> wrote: > There is no support for jit3 for arm as much as I > can see... > Or am I wrong? I don't have access to an arm platform, but looking in the config/arm directory I found: config/arm/jit3-arm.def config/arm/jit3-icode.h so there seem

Re: [kaffe] problem on arm/linux with todays CVS

2002-05-30 Thread Alexander Popov
There is no support for jit3 for arm as much as I can see... Or am I wrong? Dalibor Topic wrote: > Hi alexander, > > --- Alexander Popov <[EMAIL PROTECTED]> wrote: > >>Just for the protocol: >> >>The problem seams to exist with jit engine, but not >>with the intrp... > > > Does the problem t

Re: [kaffe] problem on arm/linux with todays CVS

2002-05-29 Thread Godmar Back
Make sure your ARM platform implements D-cache flushing properly, and that configure detects how to do it, see config/arm*/*. - Godmar > > Hi, > > I've just crossed the CVS code from 29 05 2002 for arm but the VM > doesn't seem to work at all. Here is the starting string and the outp

Re: [kaffe] problem on arm/linux with todays CVS

2002-05-29 Thread Dalibor Topic
Hi alexander, --- Alexander Popov <[EMAIL PROTECTED]> wrote: > Just for the protocol: > > The problem seams to exist with jit engine, but not > with the intrp... Does the problem turn up with both jit and jit3? regards, dalibor topic __ Do You

Re: [kaffe] problem on arm/linux with todays CVS

2002-05-29 Thread Alexander Popov
Just for the protocol: The problem seams to exist with jit engine, but not with the intrp... Regards, Alexander Popov wrote: > Hi, > > I've just crossed the CVS code from 29 05 2002 for arm but the VM > doesn't seem to work at all. Here is the starting string and the output > that I get: >

[kaffe] problem on arm/linux with todays CVS

2002-05-29 Thread Alexander Popov
Hi, I've just crossed the CVS code from 29 05 2002 for arm but the VM doesn't seem to work at all. Here is the starting string and the output that I get: ./kaffe -v -verbosegc -verbosejit -verbosecall -classpath /home/kaffe2/jre/lib/rt.jar:/mnt/local Hello Loading java/lang/ClassNotFoundEx