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]

Egcs 1.0 failure for --target=powerpc-eabi


I have seen this one come across the list yet, so here it goes.

I've installed binutils 2.8.1 and am attempting to build Egcs 1.0 with
the following:

../egcs-1.0/configure --target=powerpc-eabi --with-gnu-as --with-gnu-ld
--nfp --prefix=/usr2/styx/comp/ppc/egcs-1.0 --with-newlib

After executing "make LANGUAGES=c", I eventually get the following:

make[3]: Entering directory `/usr2/styx/comp/src/obj/gcc'
rm -f tmplibgcc2.a
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
_op_new _op_vnew _new_handler _op_delete _op_vdel _bb _shtab
_clear_cache _trampoline __main _exit _ctors _eh  _pure; \
do \
  echo ${name}; \
  /usr2/styx/comp/src/obj/gcc/xgcc -B/usr2/styx/comp/src/obj/gcc/ -O2
-DCROSS_COMPILE -DIN_GCC  -DSVR4  -g -O2 -I./include   -g1 -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED -fexceptions -Dinhibit_libc   -mrelocatable-lib
-mno-eabi -mstrict-align -I. -I../../egcs-1.0/gcc
-I../../egcs-1.0/gcc/config -c -DL${name} \
      ../../egcs-1.0/gcc/libgcc2.c -o ${name}.o; \
  if [ $? -eq 0 ] ; then true; else exit 1; fi; \
  powerpc-eabi-ar rc tmplibgcc2.a ${name}.o; \
  rm -f ${name}.o; \
done
_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
_op_new
_op_vnew
_new_handler
_op_delete
_op_vdel
_bb
_shtab
_clear_cache
_trampoline
__main
_exit
_ctors
_eh
/tmp/cca002CJ.s: Assembler messages:
/tmp/cca002CJ.s:923: Internal error, aborting at
../../binutils-2.8.1/gas/config/tc-ppc.c line 4759 in md_apply_fix3
Please report this bug.
make[3]: *** [libgcc2.a] Error 1
make[3]: Leaving directory `/usr2/styx/comp/src/obj/gcc'




Anybody have any ideas?
Eric

begin:          vcard
fn:             Eric DeVolder
n:              DeVolder;Eric
org:            Motorola
email;internet: ra3677@email.sps.mot.com
title:          New Media
tel;work:       512-895-3455
x-mozilla-cpt:  ;0
x-mozilla-html: FALSE
version:        2.1
end:            vcard


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