niXman / mingw-builds

Scripts for building the 32 and 64-bit MinGW-W64 compilers for Windows
Other
282 stars 107 forks source link

any way to chnage 'msvcrt' to 'ucrt' using script? #646

Closed coder-debankur closed 12 months ago

starg2 commented 1 year ago

What do you mean by "change 'msvcrt' to 'ucrt'"?

coder-debankur commented 1 year ago

nvm, i figured it out, but now another problem rise. Error while making mingw build in MSYS2 at "building gcc-13.1.0" i used command,

./build --mode=gcc-13.1.0 --arch=x86_64 --with-default-msvcrt=ucrt --rt-version=v11 --threads=win32 --exceptions=seh --bin-compress --enable-languages=c,c++

this gives error when building gcc-13.1.0

starg2 commented 1 year ago

Please share the log file.