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] |
Hello,
I am attempting to install gcc-2.95.2 on a DG-UX system. During the 'make bootstrap-lean' portion of the build, I received the following internal error:
===============================================================================
dgdcc # make bootstrap-lean
......
After about 1 hour of building various components of the compiler........
.......
for name in _muldi3 _divdi3 _moddi3 _udivdi3 _umoddi3 _negdi2 _lshrdi3 _ashldi3 _ashrdi3 _ffsdi2 _udiv_w_sdiv _udivmoddi4 _cmpdi2 _ucmpdi2 _floatdidf _floatdisf _fixunsdfsi _fixunssfsi _fixunsdfdi _fixdfdi _fixunssfdi _fixsfdi _fixxfdi _fixunsxfdi _floatdixf _fixunsxfsi _fixtfdi _fixunstfdi _floatditf __gcc_bcmp _varargs __dummy _eprintf _bb _shtab _clear_cache _trampoline __main _exit _ctors _pure; \
do \
echo ${name}; \
PATH=/usr/sde/m88kbcs/usr/bin/:/usr/bin TARGET_BINARY_INTERFACE=m88kbcs ./xgcc -B./ -msvr3 -D_M88KBCS_TARGET -mno-ocs-debug-info -O2 -DIN_GCC -O -mstandard -mlegend -g -I./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I../../gcc-2.95.2/gcc -I../../gcc-2.95.2/gcc/config -I../../gcc-2.95.2/gcc/../include -c -DL${name} \
../../gcc-2.95.2/gcc/libgcc2.c -o ${name}.o; \
if [ $? -eq 0 ] ; then true; else exit 1; fi; \
` if [ -f /data/gcc/obj/gcc/../binutils/ar ] ; then echo /data/gcc/obj/gcc/../binutils/ar ; else if [ "m88k-dg-dguxR4.11MU04" = "m88k-dg-dguxR4.11MU04" ] ; then echo ar; else t='s,x,x,'; echo ar | sed -e $t ; fi; fi` rc tmplibgcc2.a ${name}.o; \
rm -f ${name}.o; \
done
_muldi3
_divdi3
../../gcc-2.95.2/gcc/libgcc2.c: In function `__divdi3':
../../gcc-2.95.2/gcc/libgcc2.c:684: internal error--unrecognizable insn:
(insn 935 444 936 (set (reg:CCEVEN 7 r7)
(rotate:CC (reg:CC 9 r9)
(const_int 2 [0x2]))) -1 (nil)
(nil))
make[2]: *** [libgcc2.a] Error 1
make[2]: Leaving directory `/data/gcc/obj/gcc'
make[1]: *** [bootstrap-lean] Error 2
make[1]: Leaving directory `/data/gcc/obj/gcc'
make: *** [bootstrap-lean] Error 2
================================================================================
My current compiler:
# gcc -v
Reading specs from /usr/local/lib/gcc-lib/m88k-dg-dguxR4.11MU04/2.8.1/specs
gcc version 2.8.1
My current OS:
uname -a
dgux dgdcc R4.11MU04 generic AViiON mc88100
My first attempt to build this was with gcc 2.6, I received the same error. Then I upgraded to gcc 2.8.1 and received the same error. (Along the way I up graded to gnumake 3.79 in order to successfully configure.)
This same error occurrs if I make with 'bootstrap' and if I choose the 'LANGUAGE=c' only.
If this is not enough information, please let me know, I'll send what you need, asap. Thanks in advance for any information that you can provide.
Sincerely,
Bruce Becker
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |