我不能在Ubuntu9.10(或9.04)上使用NDK r5构建。出现以下错误(GLIBC 2.11未找到)。
$ /home/android-ndk-r5/ndk-build V=1
/home/android-ndk-r5/toolchains/arm-linux-androideabi-4.4.3/prebuilt/
linux-x86/bin/arm-linux-androideabi-gcc: /lib/tls/i686/cmov/libc.so.6:
version `GLIBC_2.11' not found (required by /home/android-ndk-r5/
toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-
linux-androideabi-gcc)
我需要安装什么-有人能告诉我相关的apt- get install命令吗?
发布于 2010-12-18 12:49:45
看看这个:http://codetrips.blogspot.com/2010/12/latest-update-for-android-sdk-breaks.html (我通过这个页面找到的:http://ubuntuforums.org/showthread.php?t=1640029)
https://stackoverflow.com/questions/4476578
复制相似问题