> On 22 Sep 2015, at 03:00, Mike Ladouceur <[email protected]> wrote:
>
> Sorry, at this point, I've moved to compiling from Ubuntu as you suggested
> earlier.
another option, suitable for production environments, where repeatability is
important, is to use Docker images.
you can take a look at how GNU ARM Eclipse QEMU is build, for Windows, Linux
and OS X:
https://github.com/gnuarmeclipse/build-scripts/blob/master/scripts/build-qemu.sh
it is almost entirely build from sources, and all required dynamic libraries
are packed in the output file.
the Windows files (32/64-bits) are build with MinGW-w64, in my opinion the best
build environment for Windows. highly recommended.
regards,
Liviu