On 07/27/2018 07:17 PM, ed wrote:

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


OK.  I just saw that the config.log said:

"./configure: line 921: C:\Program: No such file or directory"

Which looked like windows nonsense to me. But honestly, I spent three days trying to compile against decklink on a stable windows 7 box.  I finally punted, and built a windows binary on my Debian laptop in 2 hours. Runs fine. YMMV. You can probably download an arm x-compiler from the repos.

You might still need a runtime engine (RTOS) that supports POSIX threads.  http://www.nuttx.org/ might help.
_______________________________________________
Libav-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/libav-user

Reply via email to