make lto-compress.o error & build recovery question

Chris Johns chrisj at rtems.org
Mon Feb 6 04:23:38 UTC 2017


On 25/01/2017 12:24, Alan Cudmore wrote:
> I’m not sure how hard it is to build a Mingw32 based toolchain these
> days, but that should be much faster.

Building the tools on Windows is still slow(ish) because the POSIX 
emulation layer is being used. The build systems the tools use have lots 
of shell execs for tests and other things and this slows things down.

The MinGW64 tools we build do not suffer from this and when combined 
with a native Windows build system tool like waf or cmake you get nice 
fast application builds.

Chris


More information about the users mailing list