Hi, I am trying to install ffmpeg for cross compilation platform on arm v6 architecture. I used to following command -
./configure --enable-cross-compile --cross-prefix=/opt/FriendlyARM/toolchain/4.5.1/arm-none-linux-gnueabi/bin/arm-linux- --arch=v6 --target-os=linux --prefix=/opt/FriendlyARM/toolchain/4.5.1/arm-none-linux-gnueabi/ The error is- "arm-linux-gcc failed to create an executable file. C compile test failed. " I have used arm-linux-gcc before and it works fine with other c programs. Why does it fail to create an executable with the test c file in the ffmpeg directory? Please help. Thank you. Regards, Shriya Nair _______________________________________________ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user