compiled xbmc apk crash in android platform
#1
Hi all,
I try to fix some bug, so I compile one myself, however it crash in loading some symbols "_gmp_binvert_limb_table"

( 3576): 05:10:39 T:1247794768 ERROR: Unable to load /data/app-lib/org.xbmc.xbmc-2/libavformat-54-arm.so, reason: Cannot load library: soinfo_relocate(linker.cpp:975): cannot locate symbol "__gmp_binvert_limb_table" referenced by "libavformat-54-arm.so"...

Compile process:
1. ubuntu 12.04 x86-64
2. ndk: android-ndk-r9 android-14
3. sdk: android-17

I grep the symbol "_gmp_binvert_limb_table", it has one, so I was confused, anyone can give some clue?

thanks
Wei Chen
Reply
#2
I removed the internl "_gmp_binvert_limb_table" defination symbols, it shows, I use the gmp-5.1.2.tar.bz2

ERROR: Unable to load /data/app-lib/org.xbmc.xbmc-1/libavformat-54-arm.so, reason: Cannot load library: soinfo_relocate(linker.cpp:975): cannot locate symbol "binvert_limb_table" referenced by "libavformat-54-arm.so"
Reply

Logout Mark Read Team Forum Stats Members Help
compiled xbmc apk crash in android platform0