u hav to change cross-prefix=arm-none-linux-gnueabi....how can we compile with none..u should replace tat with ur compiler..definitely configuration problem only..
NDK=/home/android/android-ndk-r5b PLATFORM=$NDK/platforms/android-8/arch-arm/ PREBUILT=$NDK/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86 then in configure use this --cross-prefix=$PREBUILT/bin/arm-linux-androideabi- \ It will wok..This is for android development On Wed, Jan 16, 2013 at 3:38 PM, Navin Math <hinavinm...@gmail.com> wrote: > > Hi > I am trying build ffmpeg source and getting following error, could you > please let me know what is the problem: > > /ffmpeg$ ./configure --arch=arm --cross-prefix=arm-none-linux-gnueabi- > --extra-ldflags=-static --target-os=linux > error: > arm-none-linux-gnueabi-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-u...@ffmpeg.org 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. > > referred Link: > http://rxwen.blogspot.in/2010/05/use-ffmpeg-to-setup-streaming-server-on.html > > > Thanks > Navin > > > > _______________________________________________ > ffserver-user mailing list > ffserver-user@ffmpeg.org > http://ffmpeg.org/mailman/listinfo/ffserver-user > _______________________________________________ ffserver-user mailing list ffserver-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffserver-user