参考 http://blog.youkuaiyun.com/gobitan/article/details/22750719
执行./build_android.sh时报错
arm-linux-androideabi-gcc is unable to create an executable file.
C compiler test failed.
If you think configure made a mistake, make sure you are using the latest
version from Git. If the latest version fails, report the problem to the
ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net.

在尝试使用NDK编译FFmpeg时遇到了配置错误,报错表明arm-linux-androideabi-gcc无法创建可执行文件。问题通常由于NDK支持的平台不匹配引起。解决方法是检查操作系统类型,如i686对应32位系统,x86_64对应64位系统。确保下载与系统匹配的NDK版本,例如对于64位系统使用android-ndk64-r10b-linux-x86_64.tar.bz2。
最低0.47元/天 解锁文章
1198





