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.
___
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils