crystax / android-platform-ndk

CrystaX NDK - Native Development Kit for Android
https://www.crystax.net/android/ndk
303 stars 52 forks source link

Linking failed for bionic missing methods #22

Open ogtc890215 opened 7 years ago

ogtc890215 commented 7 years ago

I want to build the samba4 project on Android with the crystax-ndk-10.3.2, but bionic missing methods such as 'swab', 'seekdir', 'telldir', 'quotactl' cause linking errors, although I find these methods in the header files. I search the 'libcrystatx.so' file with 'nm' tools, and it really does not contain any of these methods. So which library should I include in my build script? I'm not using an Android.mk file, but I try both standalone and packed ndk toolchains, is there anything wrong?