Code Wiget
2018-12-07 00:19:23 UTC
Hi. Iâm having trouble cross compiling for a Mangoh RedâŠ
 I found a post here: https://ffmpeg.org/pipermail/ffmpeg-user/2015-July/027612.html where someone else had a similar issue, but this command doesnât work. For some reason, it is saying that my c compiler "is unable to create an executable fileâ. Iâve built many programs with this CC, it came straight from linaro so that is not the issue.
Here is my command
Thanks!
 I found a post here: https://ffmpeg.org/pipermail/ffmpeg-user/2015-July/027612.html where someone else had a similar issue, but this command doesnât work. For some reason, it is saying that my c compiler "is unable to create an executable fileâ. Iâve built many programs with this CC, it came straight from linaro so that is not the issue.
Here is my command
./configure --enable-cross-compile --cross-prefix=/home/codewiget/repos/tools/linaro/gcc-linaro-4.9-2015.02-3-x86_64_arm-linux-gnueabi/bin/arm-linux-gnueabi- --arch=armel --target-os=linux --enable-gpl --enable-libx264 --enable-nonfree  --extra-libs=-ldl --enable-gpl
What else do I need to include to compile ffmpeg? I included the config.logThanks!