我知道這可能是重複的一些問題。但這些線索的答案並不能幫助我。Bambuser ffmpeg - 「arm-linux-androideabi-gcc無法創建可執行文件。」
我想使用Bambuser的ffmpeg爲android編譯ffmpeg庫。
我從bambuser下載了Archive for client versions 1.3.7 to 1.6.0.。
我遵循REAME中給出的指令。 的config.log的
在運行運行./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
[email protected] 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.
這裏是最後幾行中TMP FFmpeg的
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.
我沒有找到任何的相關文件夾或文件按照config.log說「ffconf.qflVj27Q.c」。
我對
1.這樣做的Ubuntu 11.10
2的OpenJDK 6
3. Android的NDK-R5B
注意:
我只有API-10安裝Eclipse。 (如果它很重要:D)
有什麼可以解決這個問題?
找到解決方案了嗎? – Pramod
在Windows中面臨同樣的問題 – DeltaCap
@AZone您是否在Windows中找到解決方案? –