<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    I have downloaded MingGW, including  msys package.  Because I was
    unsure of how to<br>
    locate windows arm compiler, I downloaded and installed Pre-build
    GNU toolchain for<br>
    Arm Cortex-M  from Arm<font color="#000099">:
      <a class="moz-txt-link-freetext" href="https://developer.arm.com/open-source/gnu-toolchain/gnu-rm">https://developer.arm.com/open-source/gnu-toolchain/gnu-rm</a><br>
    </font><br>
    I than ran msys.bat to launch shell and  Iset working dir to ffmpeg
    source folder.  I then <br>
    ran configure script as follows:<br>
    <font color="#3333ff">./configure                                                                                                        
      \<br>
--enable-cross-compile                                                                                   
      \<br>
      --cc="C:\GNU Tools ARM Embedded\7 2018-q2-update\bin"
                       \<br>
--target-os=none                                                                                               
      \<br>
      arch=arm</font><br>
    <br>
    <div class="moz-cite-prefix">It looks like the compiler test fails. 
      I have attached the log file.  any thoughts on what<br>
      I am doing wrong?<br>
      <br>
      Thanks,<br>
      Ed<br>
      <br>
---------------------------------------------------------------------<br>
      On 7/26/2018 5:02 PM, Carl Eugen Hoyos wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CAB0OVGoi8UzsvKm6Z0cDN55eYE7DoeQ9cvY00O3s3dF8OqTdyg@mail.gmail.com">
      <pre wrap="">2018-07-27 0:40 GMT+02:00, ed <a class="moz-txt-link-rfc2396E" href="mailto:emcmurray@aevee.com"><emcmurray@aevee.com></a>:
</pre>
      <blockquote type="cite">
        <pre wrap="">hello,

We are developing a product to do VP8/VP9 decoding, on an NXP RT1050
(low power ARM Cortex M7 microcontroller).  No OS, the project will be
bare metal.   I would like to use the VP8 decoder in FFmpeg libavcodec.
I would like to build the complete FFmpeg library package, using NXP's
MCUXpresso eclipse based IDE, running on Windows 8.
I think it should be pretty straight forward, once I get some clarity on
the
details of starting this effort. This is what I believe needs to be done.
------------------------------------------------------------------------------------------
  1: Download FFmpeg source and decompress.
</pre>
      </blockquote>
      <pre wrap="">
</pre>
      <blockquote type="cite">
        <pre wrap="">2: Run configure script with correct flags, to setup config file(s)
     correctly for project requirements.
</pre>
      </blockquote>
      <pre wrap="">
Your compiler needs to run from a posix-compatible shell (msys),
if this doesn't work (for whatever reason), you have an uphill
battle to fight.
The necessary options are --enable-cross-compile and
--cc=/path/to/the/compiler/binary arch=arm
I fear that this won't be all, the error messages in ffbuild/config.log
should help you.
Not sure how to set --target-os which is absolutely required, try "none".

There is a point 2b missing: Build the libraries, this has to be done
with make in the shell and should be independent of an ide, you
should be able to import the resulting library binaries into the ide
after building.

Do I understand correctly that you cannot use the MS arm
compiler?

Carl Eugen
_______________________________________________
Libav-user mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Libav-user@ffmpeg.org">Libav-user@ffmpeg.org</a>
<a class="moz-txt-link-freetext" href="http://ffmpeg.org/mailman/listinfo/libav-user">http://ffmpeg.org/mailman/listinfo/libav-user</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>