Can you send me the binaries for the libraries in question? It would be easier to debug this issue this way. If not, then please do the following:
1. cd bionic/linker 2. edit linker_debug.h, setting the following macros to 1: #define LINKER_DEBUG 1 #define TRACE_DEBUG 1 3. cd $TOP; make linker 4. adb remount && adb sync 5. rerun your test, as follows: adb shell "DEBUG=3 libtest" | tee log.txt and email me the file. Thanks Iliyan On Tue, Mar 17, 2009 at 10:35 PM, Girish <[email protected]> wrote: > > Hi lliyan Malchev, > > Thanks for the i/ps.I searched for R_ARM_NONE in the .so file using > command arm-eabi-readelf -a libtest1.so as told by you. But i DIDNOT > find R_ARM_NONE. > > Although i found R_ARM_RELATIVE and R_ARM_JUMP_SLOT. Can you clarify > some more on this issue. and how to fix the same. > > Regards > Girish > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "android-framework" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-framework?hl=en -~----------~----~----~----~------~----~------~--~---
