Re: [Sablevm-developer] Porting SableVM to ARM: Questions
Brought to you by:
egagnon
From: Grzegorz P. <ga...@de...> - 2002-12-03 23:01:03
|
W li=B6cie z wto, 03-12-2002, godz. 22:36, Gunda Domlur pisze:=20 > Hi, >=20 > I am trying to port sableVM for ARM linux (netwinder). After looking thru= =20 > the archives, I already made the following changes >=20 > system.c: iflush and compare_and_swap ported to ARM > system.h: The correct typedefs are in place > jni_system_specific.h: Necessary changes are done. Great! Could you please send the diff? > Am I missing anything else ? If it doesn't work by now - I can't say not looking at your changes. > Proabably a stupid question, where does the cpu type definitions (e.g. =20 > __ia64__) defined ? Is it part of the configure ? Is it in the generated=20 > Makefiles ? The reason is that after defining the new cpu type as __arm__= I=20 > get a error "unknown system" generated from the jni_system_specific.h fil= e=20 > when I try to make. Is there a way to force the build to use a particular= =20 > target type ? Hmm... I belive that these defines are set by build environment and we shouldn't need to wory about who exactly is responsible for setting them. The mechanism is probably a bit complicated - just imagine crosscompilations and the like. But getting back to your problem - AFAIK __arm__ should be defined while you're doing build for arm. > An early reply will be appreciated :-) Usually You can try to catch me at #debian-devel at irc.debian.org I am interested in helping you even _now_. You're welcomed Grzegorz B. Prokopski |