Hi fadden, Now my setup is working without any error. The changes which I have done are.
1. Modified linux-arm.mk file as mentioned in my previous mail. 2. enabled HAVE_SHORT_ENUMS as mentioned by you. If I miss anything it give VM aborting. I am still not understanding the logic of enabling HAVE_SHORT_ENUMS. If you have some idea please share. Regards, MS On Tue, Apr 7, 2009 at 1:59 AM, fadden <[email protected]> wrote: > > On Apr 5, 9:21 pm, Manish Sharma <[email protected]> wrote: > > I have enabled HAVE_SHORT_ENUMS and now the logs are changed but still > > getting VM aborting. > [...] > > E/dalvikvm( 1554): Bad asm sizeof sizeofGlobal_debuggerActive (1), should > be > > 4 > > E/dalvikvm( 1554): Bad asm sizeof sizeofClassStatus (1), should be 4 > > E/dalvikvm( 1554): Bad asm sizeof sizeofClassStatus (1), should be 4 > > E/dalvikvm( 1554): Bad asm sizeof sizeofMethodType (1), should be 4 > > E/dalvikvm( 1554): Please correct the values in > mterp/common/asm-constants.h > > Previously, you had: > > > E/dalvikvm( 1554): Bad asm sizeof sizeofGlobal_debuggerActive (4), should > be > > 1 > > E/dalvikvm( 1554): Bad asm sizeof sizeofClassStatus (4), should be 1 > > E/dalvikvm( 1554): Bad asm sizeof sizeofClassStatus (4), should be 1 > > E/dalvikvm( 1554): Bad asm sizeof sizeofMethodType (4), should be 1 > > E/dalvikvm( 1554): Please correct the values in > mterp/common/asm-constants.h > > > It seems you've managed to change both the actual size and the > expected size. > > > > --~--~---------~--~----~------------~-------~--~----~ unsubscribe: [email protected] website: http://groups.google.com/group/android-porting -~----------~----~----~----~------~----~------~--~---
