This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gcc3.1.1-20020718 cygwin bug compiling binutils2.13


I tried to build binutils 2.13 on cygwin, using a fresh cygwin installation,
and ran into a compiler bug.  gcc --version reports
$ gcc --version
gcc (GCC) 3.1.1 20020718 (prerelease)
Bleh.  Guess I'll try finding a different gcc for cygwin.

The command that failed, and the error, were
gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.13/gas -I. -D_GNU_SOURCE -I. -I../../binutils-2.13/gas
-I../bfd -I../../binutils-2
.13/gas/config -I../../binutils-2.13/gas/../include -I../../binutils-2.13/gas/..
-I../../binutils-2.13/gas/../bfd -I../../bin
utils-2.13/gas/../intl -I../intl -DLOCALEDIR="\"/opt/hardhat/devkit/ppc/405/share/locale\""   -W
-Wall -Wstrict-prototypes -W
missing-prototypes -g -O2 -c ../../binutils-2.13/gas/config/tc-ppc.c
../../binutils-2.13/gas/config/tc-ppc.c: In function `md_assemble':
../../binutils-2.13/gas/config/tc-ppc.c:2172: warning: right shift count >= width of type
../../binutils-2.13/gas/config/tc-ppc.c:2174: warning: right shift count >= width of type
../../binutils-2.13/gas/config/tc-ppc.c:2179: warning: right shift count >= width of type
../../binutils-2.13/gas/config/tc-ppc.c:2181: warning: right shift count >= width of type
../../binutils-2.13/gas/config/tc-ppc.c:2186: warning: right shift count >= width of type
../../binutils-2.13/gas/config/tc-ppc.c:2188: warning: right shift count >= width of type
../../binutils-2.13/gas/config/tc-ppc.c:2193: warning: right shift count >= width of type
../../binutils-2.13/gas/config/tc-ppc.c:2195: warning: right shift count >= width of type
../../binutils-2.13/gas/config/tc-ppc.c: In function `md_apply_fix3':
../../binutils-2.13/gas/config/tc-ppc.c:5374: warning: right shift count >= width of type
../../binutils-2.13/gas/config/tc-ppc.c:5381: warning: right shift count >= width of type
../../binutils-2.13/gas/config/tc-ppc.c:5388: warning: right shift count >= width of type
../../binutils-2.13/gas/config/tc-ppc.c:5395: warning: right shift count >= width of type
../../binutils-2.13/gas/config/tc-ppc.c:5523: Internal compiler error in simplify_subreg, at
simplify-rtx.c:2452
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
make[3]: *** [tc-ppc.o] Error 1
make[3]: Leaving directory `/cygdrive/d/ixia/Source/linux/3rdParty/hhl-tools/build-binutils/gas'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/cygdrive/d/ixia/Source/linux/3rdParty/hhl-tools/build-binutils/gas'
make[1]: *** [all-recursive-am] Error 2
make[1]: Leaving directory `/cygdrive/d/ixia/Source/linux/3rdParty/hhl-tools/build-binutils/gas'
make: *** [all-gas] Error 2

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]