私はこれがいくつかの質問の重複である可能性があることを知っています。しかし、それらのスレッドに対する答えは私を助けていません。
Bambuserのffmpegを使用してAndroid用のffmpegライブラリをコンパイルしようとしています。クライアントバージョン1.3.7から1.6.0のアーカイブ
をダウンロードしました。バンブザーから。
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.Ubuntu11.10 2. OpenJDK 63.android-ndk-r5bで行っ
て
い
ます
注:
私はAPI-10のみをEclipseにインストールしています。(重要な場合:D)
これに対する解決策は何でしょうか?