binutils will fail to compile for triplet bfin-unknown-elf (or just bfin-elf for
short) because gas is compiled with -Werror and a warning in the code.

A diff to fix the problem: (file ./binutils-2.19.51/gas/bfin-parse.c)

565c565
<     as_bad (buffer);
---
>     as_bad ("%s", buffer);

-- 
           Summary: Failed compilation at bfin-parse.c
           Product: binutils
           Version: 2.19
            Status: NEW
          Severity: minor
          Priority: P2
         Component: gas
        AssignedTo: unassigned at sources dot redhat dot com
        ReportedBy: LiraNuna at gmail dot com
                CC: bug-binutils at gnu dot org
 GCC build triplet: x86_64-unknown-linux-gnu
  GCC host triplet: x86_64-unknown-linux-gnu
GCC target triplet: bfin-unknown-elf


http://sourceware.org/bugzilla/show_bug.cgi?id=10143

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to