Hi Carl, I have tested the following way but getting the same error i.e. arm-linux-androideabi-gcc is unable to create an executable file.
Please test the following: $ mkdir FFMPEG $ cd FFMPEG $ wget http://ffmpeg.org/releases/ffmpeg-snapshot.tar.bz2 $ tar xf ffmpeg-snapshot.tar.bz2 $ wget http://dl.google.com/android/repository/android-ndk-r12b- linux-x86_64.zip $ unzip android-ndk-r12b-linux-x86_64.zip $ mkdir build $ cd build $ ../ffmpeg/configure --cross-prefix=../android-ndk-r12b/toolchains/arm-linux- androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi- --arch=arm --target-os=android --sysroot=../android-ndk-r12b/platforms/android-24/arch-arm --enable-gpl --cpu=cortex-a8 && make ffmpeg -- Thanks and regards, Maroti Mulange Software Engineer | Mindbowser Info Solutions Mobile: +91 9130608079 Skype: mm.mindbowser Website: www.mindbowser.com _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
