This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


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

sh-coff build error with gcc-3.5-20040704


Hi,
In the latest GCC (gcc-3.5-20040704), binutils (binutils-040628) snapshots and newlib-1.12.0, while building toolchain for target sh-coff I am getting error as mention below at the stage of gcc make. Kindly suggest how to remove this error.

************************************ Error Text starts ***************************************************

/bin/sh /home/kpit/fsfsrc/downloads/gcc-3.5-20040704/gcc/../move-if-change tmp-emit.c insn-emit.c
echo timestamp > s-emit
gcc   -O2 -DCOFFPATCH -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes  -fno-common   -DHAVE_CONFIG_H    -I. -I. -I/home/kpit/fsfsrc/downloads/gcc-3.5-20040704/gcc -I/home/kpit/fsfsrc/downloads/gcc-3.5-20040704/gcc/. -I/home/kpit/fsfsrc/downloads/gcc-3.5-20040704/gcc/../include -I/home/kpit/fsfsrc/downloads/gcc-3.5-20040704/gcc/../libcpp/include -I/home/kpit/fsfsrc/downloads/gcc-3.5-20040704/gcc/../libbanshee/libcompat -I/home/kpit/fsfsrc/downloads/gcc-3.5-20040704/gcc/../libbanshee -I/home/kpit/fsfsrc/downloads/gcc-3.5-20040704/gcc/../libbanshee/points-to  -c insn-emit.c \
  -o insn-emit.o
insn-emit.c: In function `gen_mshfhi_l_di':
insn-emit.c:4719: warning: decimal constant is so large that it is unsigned
insn-emit.c: In function `gen_split_400':
insn-emit.c:6377: warning: comparison between signed and unsigned
insn-emit.c: In function `gen_split_459':
insn-emit.c:8208: warning: right shift count >= width of type
insn-emit.c:8209: warning: right shift count >= width of type
insn-emit.c:8211: warning: right shift count >= width of type
insn-emit.c:8217: warning: right shift count >= width of type
insn-emit.c:8218: warning: comparison between signed and unsigned
insn-emit.c:8225: warning: left shift count >= width of type
insn-emit.c:8249: 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://bugzilla.redhat.com/bugzilla/> for instructions.
make[1]: *** [insn-emit.o] Error 1
make[1]: Leaving directory `/home/nitins2/intmdt_build/sh-coffbld3.5-20040704/build-gcc-3.5-20040704/gcc'
make: *** [all-gcc] Error 2

************************************ Error Text Ends ******************************************************************

Thanks in advance

Nitin Shah,
KPIT Cummins InfoSystems Ltd.
Pune, India

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Free download of GNU based tool-chains for Renesas' SH and H8 Series.
The following site also offers free technical support to its users. 
Visit http://www.kpitgnutools.com for details. 
Latest versions of KPIT GNU tools are released on June 1, 2004.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 


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