[Sablevm-developer] Porting SableVM to ARM: Questions
Brought to you by:
egagnon
From: Gunda D. <sab...@ho...> - 2002-12-03 21:36:35
|
Hi, I am trying to port sableVM for ARM linux (netwinder). After looking thru the archives, I already made the following changes 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. Am I missing anything else ? Proabably a stupid question, where does the cpu type definitions (e.g. __ia64__) defined ? Is it part of the configure ? Is it in the generated Makefiles ? The reason is that after defining the new cpu type as __arm__ I get a error "unknown system" generated from the jni_system_specific.h file when I try to make. Is there a way to force the build to use a particular target type ? Thanks in advance. An early reply will be appreciated :-) Thanks. -Gunda _________________________________________________________________ STOP MORE SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail |