https://sourceware.org/bugzilla/show_bug.cgi?id=18269
Bug ID: 18269 Summary: avr-binutils fail to build Product: binutils Version: 2.26 (HEAD) Status: NEW Severity: normal Priority: P2 Component: binutils Assignee: unassigned at sourceware dot org Reporter: gjl at gcc dot gnu.org The current avr-Binutils fail to build because of a build warning which actually rises an erreor. This blocks the build robot from producing usable results, c.f. the results for avr at http://toolchain.lug-owl.de/buildbot/#job436509 binutils configures as ./../source/binutils-master/configure --target=avr --prefix=/local/gnu/install/gcc-5.0 --disable-nls Build message: gcc -DHAVE_CONFIG_H -I. -I../../../source/binutils-master/gas -I. -I../../../source/binutils-master/gas -I../bfd -I../../../source/binutils-master/gas/config -I../../../source/binutils-master/gas/../include -I../../../source/binutils-master/gas/.. -I../../../source/binutils-master/gas/../bfd -DLOCALEDIR="\"/local/gnu/install/gcc-5.0/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I../../../source/binutils-master/gas/../zlib -g -O2 -MT tc-avr.o -MD -MP - MF .deps/tc-avr.Tpo -c -o tc-avr.o `test -f 'config/tc-avr.c' || echo '../../../source/binutils-master/gas/'`config/tc-avr.c ../../../source/binutils-master/gas/config/tc-avr.c: In function ‘create_record_for_frag’: ../../../source/binutils-master/gas/config/tc-avr.c:2063:36: error: declara tion of ‘link’ shadows a global declaration [-Werror=shadow] cc1: all warnings being treated as errors make[4]: *** [tc-avr.o] Error 1 make[4]: Leaving directory `/local/gnu/build/binutils-master-avr/gas' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/local/gnu/build/binutils-master-avr/gas' make[2]: *** [all] Error 2 make[2]: Leaving directory `/local/gnu/build/binutils-master-avr/gas' make[1]: *** [all-gas] Error 2 make[1]: Leaving directory `/local/gnu/build/binutils-master-avr' make: *** [all] Error 2 -- 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