https://sourceware.org/bugzilla/show_bug.cgi?id=28207
Bug ID: 28207 Summary: error: unknown type name 'uint' (78 | uint recursion;) avr-gcc mingw32 Windows Build Product: binutils Version: 2.37 Status: UNCONFIRMED Severity: critical Priority: P2 Component: binutils Assignee: unassigned at sourceware dot org Reporter: veit.friedrich at gmail dot com Target Milestone: --- 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. -- You are receiving this mail because: You are on the CC list for the bug.