bug-binutils
[Top][All Lists]
Advanced

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

[Bug gas/16434] New: Failed to build for z80-unknown-coff


From: atsidaev+bfd at gmail dot com
Subject: [Bug gas/16434] New: Failed to build for z80-unknown-coff
Date: Sat, 11 Jan 2014 10:13:48 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=16434



            Bug ID: 16434

           Summary: Failed to build for z80-unknown-coff

           Product: binutils

           Version: 2.24

            Status: NEW

          Severity: normal

          Priority: P2

         Component: gas

          Assignee: unassigned at sourceware dot org

          Reporter: atsidaev+bfd at gmail dot com



When trying to build binutils for z80-unknown-coff target, the error is occ
ured

on gas build:

$ ./configure --target=z80-unknown-coff && make

[...skipped...]

config/tc-z80.c: In function ‘wrong_mach’:

config/tc-z80.c:470:5: error: format not a string literal and no format

arguments [-Werror=format-security]

     as_warn (_(p));

     ^

config/tc-z80.c: In function ‘parse_exp_not_indexed’:

config/tc-z80.c:547:8: error: variable ‘dummy’ set but not 
used

[-Werror=unused-but-set-variable]

   segT dummy;

        ^

config/tc-z80.c: In function ‘emit_byte’:

config/tc-z80.c:708:10: error: variable ‘fixp’ set but not 
used

[-Werror=unused-but-set-variable]

   fixS * fixp;

          ^

cc1: all warnings being treated as errors



-- 

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]