【问题标题】:Error while executing build.sh in ffmpeg-android在 ffmpeg-android 中执行 build.sh 时出错
【发布时间】:2011-11-20 03:33:10
【问题描述】:

我从链接下载了 ffmpeg-android:http://bambuser.com/opensource

我按照该下载文件夹中的自述文件中给出的步骤进行操作。

我尝试使用 android NDK r5 和 r6 编译 ffmpeg,但得到了相同的错误,如下所示:

 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 SVN.  If the latest version fails, report the problem to the
ffmpeg-user@mplayerhq.hu mailing list or IRC #ffmpeg on irc.freenode.net.
Include the log file "config.log" produced by configure as this will help
solving the problem.

Cygwin 版本: 1.7.9

请有人帮我解决它。

【问题讨论】:

  • 你可能也应该添加你的构建环境(你说的是 Cygwin?哪个版本?哪个版本的 make,等等)

标签: android android-ndk ffmpeg cygwin


【解决方案1】:

我收到了相同的错误消息,但在 Ubuntu 64 位上。 NDK 是为 32 位编译的,所以我必须安装 ia32-libs。 通过安装让它工作:

sudo apt-get install ia32-libs

如果这没有帮助,您还可以尝试确保已安装 Android SDK 和 Java。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2016-03-25
    • 2015-11-21
    相关资源
    最近更新 更多