If you look in InterpC-allstubs.cpp there is a reference to FINISH_BKPT but 
no definition meaning that it won't compile


On Tuesday, April 17, 2012 3:18:40 PM UTC+1, 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

Reply via email to