This is the mail archive of the gcc@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.1.1 on BSDI 3.1


Hi

I tried to compile egcs 1.1.1 on a system (i386-pc-bsdi3.1)

I ended up with this:

------------------------------------------------------------------------------------------------
gcc  -DIN_GCC    -g  -DHAVE_CONFIG_H -DHAIFA  -o collect2 collect2.o
tlink.o hash.o \
  cplus-dem.o underscore.o version.o choose-temp.o mkstemp.o
obstack.o     
./xgcc -B./ -dumpspecs > tmp-specs
mv tmp-specs specs
rm -f tmplibgcc1.a
for name in _mulsi3 _udivsi3 _divsi3 _umodsi3 _modsi3 _lshrsi3 _ashrsi3
_ashlsi3 _divdf3 _muldf3 _negdf2 _adddf3 _subdf3 _fixdfsi _fixsfsi
_floatsidf _floatsisf _truncdfsf2 _extendsfdf2 _addsf3 _negsf2 _subsf3
_mulsf3 _divsf3 _eqdf2 _nedf2 _gtdf2 _gedf2 _ltdf2 _ledf2 _eqsf2 _nesf2
_gtsf2 _gesf2 _ltsf2 _lesf2; \
do \
  echo ${name}; \
  rm -f ${name}.o; \
  cc -DIN_LIBGCC1 -O -I. -I../../gcc -I../../gcc/config -c -DL${name}
../../gcc/libgcc1.c; \
  if [ $? -eq 0 ] ; then true; else exit 1; fi; \
  mv libgcc1.o ${name}.o; \
  ` if [ -f /usr/home/jonas/pkg/egcs-1.1.1/obj/gcc/../binutils/ar ] ;
then echo /usr/home/jonas/pkg/egcs-1.1.1/obj/gcc/../binutils/ar ; else
if [ "i386-pc-bsdi3.1" = "i386-pc-bsdi3.1" ] ; then echo ar; else
t='s,x,x,'; echo ar | sed -e $t ; fi; fi` rc tmplibgcc1.a ${name}.o; \
  rm -f ${name}.o; \
done
_mulsi3
_udivsi3
/tmp/cc011487.s: Assembler messages:
/tmp/cc011487.s:11: Error: Rest of line ignored. First ignored character
is `#'.
/tmp/cc011487.s:13: Error: Rest of line ignored. First ignored character
is `#'.
make[2]: *** [libgcc1.a] Error 1
make[2]: Leaving directory `/usr/home/jonas/pkg/egcs-1.1.1/obj/gcc'
make[1]: *** [bootstrap] Error 2
make[1]: Leaving directory `/usr/home/jonas/pkg/egcs-1.1.1/obj/gcc'
make: *** [bootstrap] Error 2
------------------------------------------------------------------------------------------------

as -v gives
GNU assembler version 2.9.1 (i386-pc-bsdi3.1)




Maybe you can help me fins a solutions to this problem or tell me what
I'm missing.

Regards
	Jonas


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