Hi aulty, I have ported ICS dalvik to a new arch also but have not met the problem you mentioned. So you mean your allstub version cannot pass compiling?
Could you please paste some of the compile error log? On 04/17/2012 10:18 PM, aulty wrote: > bump. > Anyone? > > On Tuesday, March 6, 2012 4:54:37 PM UTC, aulty wrote: > > Hi group, > > I'm trying to port ics dalvik interpreter to a new architecture. > There are some instructions on how to do this in > dalvik/docs/porting-guide.html in the aosp. > However the "fast" allstubs configuration that Dvm.mk falls back > on if it doesn't know the dvm_arch (where MTERP_ARCH_KNOWN=true) > will not compile properly. > It seems that cstubs/stubdefs.cpp is missing some macro > definitions such as FINISH_BKPT, which is referenced in > c/OP_BREAKPOINT.cpp, which is referenced in allstubs but not > defined in stubdefs.cpp. > > This isn't a problem if you use your own assembly implementation > for everything such as arm. > However it becomes a problem during development and debugging if > you want to be able to switch individual operations between C and > assembly. > > Can anyone help? > > Thankyou, > Matt > > -- > unsubscribe: [email protected] > website: http://groups.google.com/group/android-porting -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
