Re: [Sablevm-developer] Porting SableVM to ARM: Questions
Brought to you by:
egagnon
From: Gunda D. <sab...@ho...> - 2002-12-06 00:05:15
|
Etienne, I think I found the problem. In files class_loader.c at line 305 you are checking for version number of the class file. The Object.class file under ...../java/lang on my machine has a major_version of 47 and a minor_version of 0. With these values the check in the code fails. Don't know the details of this version number. I built the class libraries using jikes 1.18 on a P4/Linux box. What can I do step around this problem ? Thanks. -Gunda >From: "Etienne M. Gagnon" <eti...@uq...> >To: Gunda Domlur <sab...@ho...> >CC: sab...@li... >Subject: Re: [Sablevm-developer] Porting SableVM to ARM: Questions >Date: Thu, 5 Dec 2002 12:17:39 -0500 > >On Thu, Dec 05, 2002 at 12:14:03PM -0500, Etienne M. Gagnon wrote: > > ./configure --enable-debuggin-features > >This should be: --enable_debugging_features > >Etienne >-- >Etienne M. Gagnon http://www.info.uqam.ca/~egagnon/ >SableVM: http://www.sablevm.org/ >SableCC: http://www.sablecc.org/ > > >------------------------------------------------------- >This sf.net email is sponsored by:ThinkGeek >Welcome to geek heaven. >http://thinkgeek.com/sf >_______________________________________________ >Sablevm-developer mailing list >Sab...@li... >https://lists.sourceforge.net/lists/listinfo/sablevm-developer _________________________________________________________________ STOP MORE SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail |