http://www.androidpub.com/index.php?mid=android_dev_info&category=127161&document_srl=1646144

의 ffmpeg 컴파일 강좌를 따라하고있습니다

처음부터에러가나는데 뭔에런지 한번 살펴봐주심 감사하겠습니다


$ ./config.sh
/cygdrive/c/android-toolchain/android9-toolchain/bin/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 Git.  If the latest version fails, report the problem to the
ffmpeg-user@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.



//////config.sh
export ANDROID_ROOT=/cygdrive/c/android-toolchain/android9-toolchain

./configure --target-os=linux \
--arch=arm \
--enable-cross-compile \
--cc=$ANDROID_ROOT/bin/arm-linux-androideabi-gcc \
--cross-prefix=$ANDROID_ROOT/bin/arm-linux-androideabi- \
--extra-cflags="-marm -march=armv7-a -mfloat-abi=softfp -mfpu=neon" \
--extra-ldflags="-Wl,--fix-cortex-a8" \
--disable-doc \
--disable-ffmpeg \
--disable-ffplay \
--disable-ffprobe \
--disable-ffserver \
--disable-avdevice \
--disable-network \
--disable-devices \
--disable-filters