2016-06-18, 16:15
Hello.
I am trying to build android apk from sources and have this linking error:
This is strange, because 'nm /opt/android-toolchain-arm/android-17/sysroot/usr/lib/libc.so | grep endpwent' return nothing.
I am using android-ndk-r11c from official site and latest sdk version: https://dl.google.com/android/android-sd...-linux.tgz
Must I use previous version of ndk?
My build machine: Linux 4.4.0-24-generic #43-Ubuntu SMP x86_64 GNU/Linux
I am trying to build android apk from sources and have this linking error:
Quote:CPP xbmc/CompileInfo.o
AR xbmc/xbmc.a
LD libkodi.so
/opt/xbmc-depends/arm-linux-androideabi-android-17/lib/mysql/libmysqlclient.a(mf_pack.o):mf_pack.c:function unpack_dirname: error: undefined reference to 'endpwent'
collect2: error: ld returned 1 exit status
Makefile:429: recipe for target 'libkodi.so' failed
make: *** [libkodi.so] Error 1
This is strange, because 'nm /opt/android-toolchain-arm/android-17/sysroot/usr/lib/libc.so | grep endpwent' return nothing.
I am using android-ndk-r11c from official site and latest sdk version: https://dl.google.com/android/android-sd...-linux.tgz
Must I use previous version of ndk?
My build machine: Linux 4.4.0-24-generic #43-Ubuntu SMP x86_64 GNU/Linux