>is there any way to disable -fno-rtti in Android.mk for only this library. its not possible to be library specific,as this g++ dialect is set globally at build/core/definitions.mk
this error is probably due to a typecast failure, in your source., spot it and make the typecast explicit like below. A* a; int32 ptr; ptr = (int32) a; -- Regards, Deva www.bittoggler.com On Mon, Oct 18, 2010 at 1:05 PM, xmen <[email protected]> wrote: > when i compile for sharedlibrary i get error: 'dynamic_cast' not > permitted with -fno-rtti > is there any way to disable -fno-rtti in Android.mk for only this > library. > > -- > unsubscribe: > [email protected]<android-porting%[email protected]> > website: http://groups.google.com/group/android-porting > -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
