<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 07/27/2018 07:17 PM, ed wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:c4df7c33-ae98-ebfd-3d8c-850773ee57e5@aevee.com">
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
      <p><font color="#3333ff">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.<br>
        </font></p>
      <br>
      <div class="moz-cite-prefix">On 7/27/2018 2:58 PM, Larry Arnold
        wrote:<br>
      </div>
      <blockquote type="cite"
        cite="mid:15c16afc-2d59-5dd0-fc9d-b74969c29823@cox.net">On
        07/27/2018 06:45 PM, ed wrote: <br>
        <blockquote type="cite"># ./configure --enable-cross-compile
          --cc='C:\Program Files (x86)\GNU Tools ARM Embedded\7
          2018-q2-update\bin' --target-os=none arch=arm <br>
        </blockquote>
        <br>
        <br>
        try <br>
        <br>
        # ./configure --enable-cross-compile --cc="C:\Program Files
        (x86)\GNU Tools ARM Embedded\7 2018-q2-update\bin"
        --target-os=none arch=arm <br>
        <br>
        It being windows and all. I have much better success cross
        compiling ( even for windows native) on Linux. <br>
        <br>
        _______________________________________________ <br>
        Libav-user mailing list <br>
        <a class="moz-txt-link-abbreviated"
          href="mailto:Libav-user@ffmpeg.org" moz-do-not-send="true">Libav-user@ffmpeg.org</a>
        <br>
        <a class="moz-txt-link-freetext"
          href="http://ffmpeg.org/mailman/listinfo/libav-user"
          moz-do-not-send="true">http://ffmpeg.org/mailman/listinfo/libav-user</a>
        <br>
      </blockquote>
      <br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
    </blockquote>
    OK.  I just saw that the config.log said:<br>
    <br>
    "./configure: line 921: C:\Program: No such file or directory"<br>
    <br>
    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.<br>
    <br>
    You might still need a runtime engine (RTOS) that supports POSIX
    threads.  <a class="moz-txt-link-freetext" href="http://www.nuttx.org/">http://www.nuttx.org/</a> might help.<br>
  </body>
</html>