我知道这可能是有些问题可能重复。 但对于那些线程的答案不是我的帮助。
我试图编译使用Bambuser的ffmpeg的针对Android的ffmpeg库。
我下载的存档客户端版本1.3.7至1.6.0。 从bambuser。
我跟着REAME给定的指令。
在运行运行./build.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 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.
下面是的ffmpeg 的config.log的最后几行
mktemp is /bin/mktemp
check_ld
check_cc
BEGIN /tmp/ffconf.qflVj27Q.c
1 int main(void){ return 0; }
END /tmp/ffconf.qflVj27Q.c
arm-linux-androideabi-gcc --sysroot=/home/chaitanya/android/android-ndk-r5b/platforms/android-8/arch-arm -c -o /tmp/ffconf.gc6um0Ki.o /tmp/ffconf.qflVj27Q.c
arm-linux-androideabi-gcc: error trying to exec 'cc1': execvp: No such file or directory
C compiler test failed.
在TMP按照说的config.log“ffconf.qflVj27Q.c”我没有找到任何相关文件或文件夹。
我就这样做
1. Ubuntu的11.10
2. OpenJDK的6
3. Android的NDK-R5B
注意 :
我只有在日食API-10安装。 (如果它的事项:d)
可能是什么这个问题的解决?