IN my endeavors to get UCRT versions of the GCC tool chain building,
I ran into a problem building binutils 2.37.  The particular problem was
that rust-demangle.c used uint, and that type is not defined.  So what
I did to work around the problem is changes uint to unsigned int.  I've
bounded this off the binutils developers, and they said it was fixed in
the 2.27 branch, commit 999566402e3d.  Did anyone cherry pick that
commit when building the official binutils?

Thanks,

Tom

_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to