El 27/07/2018 a las 20:17, ed escribió:

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.


Try forward slashes, backward slashes for weird character, and no colon.   That is:

/C/Program\ Files\  \(x86\)/..etc..

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

--
Gonzalo Garramuño

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

Reply via email to