I have tried double/single/no quotes, around compiler pathname.  Same result.  I am hoping to get this working on Windows first.  If that can't happen, then I will move over to Linux.

On 7/27/2018 2:58 PM, Larry Arnold wrote:
On 07/27/2018 06:45 PM, ed wrote:
# ./configure --enable-cross-compile --cc='C:\Program Files (x86)\GNU Tools ARM Embedded\7 2018-q2-update\bin' --target-os=none arch=arm


try

# ./configure --enable-cross-compile --cc="C:\Program Files (x86)\GNU Tools ARM Embedded\7 2018-q2-update\bin" --target-os=none arch=arm

It being windows and all. I have much better success cross compiling ( even for windows native) on Linux.

_______________________________________________
Libav-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/libav-user

_______________________________________________
Libav-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/libav-user

Reply via email to