I tried to build binutils version 2.17 on a Linux system with an Athlon 2000MHz CPU. During the make phase I got the problem, that gas/read.c contains several times the not initilialized variable char stopc;
The command was gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.17/gas -I. -D_GNU_SOURCE -I. -I../../binutils-2.17/gas -I.. /bfd -I../../binutils-2.17/gas/config -I../../binutils-2.17/gas/../include -I../../binutils-2.17/gas/. . -I../../binutils-2.17/gas/../bfd -I../../binutils-2.17/gas/../intl -I../intl -DLOCALEDIR="\"/usr/sha re/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O3 -march=athlon-xp -c ../. ./binutils-2.17/gas/read.c The error was binutils-2.17/gas/read.c:1810: warning: 'stopc' may be used uninitialized in this function -- Summary: make tooldir=/usr gives errors Product: binutils Version: 2.17 Status: NEW Severity: normal Priority: P2 Component: gas AssignedTo: unassigned at sources dot redhat dot com ReportedBy: w dot mess at freenet dot de CC: bug-binutils at gnu dot org GCC host triplet: Linux GCC target triplet: Linux http://sourceware.org/bugzilla/show_bug.cgi?id=6813 ------- 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