Hi, I have a custom library in which I'm not sure if the code & data sections are being mapped correctly. I see that all the C++ methods are listed under the .rodata section. Don't they have to be under .text? The C functions however are properly listed under .text. Is there any compiler/linker option that needs to be enabled?
The problem I'm having is, once this library is loaded (by the caller using dlopen), there is a crash that manifests somewhere else. Thanks & will appreciate a response HV -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting