I am trying to build the custom tool chain that I built in the past such that the Ada tool chain uses UCRT. I was able to accomplish this with x86_64, but now I am trying my hand at i686.
The build script I am using builds the GCC dependencies (gmp, mpfr, mpc) first, builds binutils, builds mingw-w64-headers, then builds the compilers. After that, mingw-w64-crt is built with UCRT support, then the GCC runtimes are built with the new UCRT enable MinGW-w64 runtime. Everything builds as it should except for gnatdll. The odd thing is I do not see a build failure for gnatdll. IN fact, I don't see anything that even builds gnatdll. Any ideas? I can pass along the script I am using, which was originally written by Martin for me. Tom _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
