bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/28207] New: error: unknown type name 'uint' (78 | uint rec


From: veit.friedrich at gmail dot com
Subject: [Bug binutils/28207] New: error: unknown type name 'uint' (78 | uint recursion;) avr-gcc mingw32 Windows Build
Date: Sat, 07 Aug 2021 22:09:31 +0000

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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]