Hi, when building avr-gcc mingw32 toolchain for windows with gcc 11.2.0 and binutils 2.37 an error occurs during the build process of windows binutils. error: unknown type name 'uint' 78 | uint recursion; A solution is to replace both "uint" with "unsigned" in the rust-demangle.c or to replace the file with the one of binutils 2.36.1. If you continue building despite the error, files in /bin/ are missing later in the Windows build. In /avr/bin/ some files are missing. And the folder /avr/lib/ldscripts is missing completely. Can you please fix this error? Thanks.
Created attachment 13598 [details] Windows binutils make see line from 124
Created attachment 13599 [details] if this is still helpful if this is still helpful what runs after make with make install
This bug was fixed on the binutils-2.37 branch with commit 999566402e3.
Thanks for this information.