public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Compile fails for 19971207 on mips-sgi-irix6.2
@ 1997-12-09 12:42 Ross Alexander
  1997-12-21 22:17 ` Jeffrey A Law
  0 siblings, 1 reply; 2+ messages in thread
From: Ross Alexander @ 1997-12-09 12:42 UTC (permalink / raw)
  To: egcs

09:38:17 stat16$ gcc -v
Reading specs from /usr/local/lib/gcc-lib/mips-sgi-irix6.2/egcs-2.90.21/specs
gcc version egcs-2.90.21 971202 (egcs-1.00 release)

09:38:20 stat16$ pwd
/usr/local/src/egcs-971207

09:38:25 stat16$ make
make[1]: Entering directory `/usr/local/src/egcs-971207/libiberty'
make[2]: Entering directory `/usr/local/src/egcs-971207/libiberty'
make[2]: Leaving directory `/usr/local/src/egcs-971207/libiberty'
make[1]: Leaving directory `/usr/local/src/egcs-971207/libiberty'
make[1]: Entering directory `/usr/local/src/egcs-971207/texinfo'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/usr/local/src/egcs-971207/texinfo'
make[1]: Entering directory `/usr/local/src/egcs-971207/etc'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/usr/local/src/egcs-971207/etc'
make[1]: Entering directory `/usr/local/src/egcs-971207/gcc'
for i in `/usr/local/src/egcs-971207/gcc/xgcc -B/usr/local/src/egcs-971207/gcc/ --print-multi-lib`; do \
  dir=`echo $i | sed -e 's/;.*$//'`; \
  flags=`echo $i | sed -e 's/^[^;]*;//' -e 's/@/ -/g'`; \
  make GCC_FOR_TARGET="/usr/local/src/egcs-971207/gcc/xgcc -B/usr/local/src/egcs-971207/gcc/" \
    AR="ar" AR_FLAGS="rc" CC="gcc" CFLAGS="-g -O2" \
    RANLIB="true" RANLIB_TEST="[ -f /usr/bin/ranlib -o -f /bin/ranlib ]" \
    LANGUAGES="c proto gcov  c++ f77 objc" \
    HOST_PREFIX="" HOST_PREFIX_1="loser-" \
    LIBGCC2_CFLAGS="-O2   -DIN_GCC    -g -O2 -I./include   -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fexceptions   ${flags}" \
    MULTILIB_CFLAGS="${flags}" \
    LIBGCC1="" LIBGCC2="libgcc2.a" \
    dir="${dir}" stmp-multilib-sub; \
  if [ $? -eq 0 ] ; then true; else exit 1; fi; \
done
make[2]: Entering directory `/usr/local/src/egcs-971207/gcc'
rm -f libgcc2.a
if [ -d . ]; then \
  cd .; \
  rm -f libgcc.a crtbegin.o crtend.o; \
else true; \
fi
make GCC_FOR_TARGET="/usr/local/src/egcs-971207/gcc/xgcc -B/usr/local/src/egcs-971207/gcc/" \
  AR="ar" AR_FLAGS="rc" CC="gcc" CFLAGS="-g -O2" \
  HOST_PREFIX="" HOST_PREFIX_1="loser-" \
  LANGUAGES="c proto gcov  c++ f77 objc" \
  LIBGCC2_CFLAGS="-O2   -DIN_GCC    -g -O2 -I./include   -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fexceptions   " libgcc2.a
make[3]: Entering directory `/usr/local/src/egcs-971207/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 _bb _shtab _clear_cache _trampoline __main _exit _ctors _eh  _pure; \
do \
  echo ${name}; \
  /usr/local/src/egcs-971207/gcc/xgcc -B/usr/local/src/egcs-971207/gcc/ -O2   -DIN_GCC    -g -O2 -I./include   -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fexceptions    -I. -I. -I./config -c -DL${name} \
      ./libgcc2.c -o ${name}.o; \
  if [ $? -eq 0 ] ; then true; else exit 1; fi; \
  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
_bb
_shtab
_clear_cache
_trampoline
__main
_exit
_ctors
_eh
_pure
for file in ./frame.c  cplib2.txt  ; do \
  name=`echo ${file} | sed -e 's/[.][cSo]$//' -e 's/[.]asm$//' -e 's/[.]txt$//'`; \
  oname=` echo ${name} | sed -e 's,.*/,,'`; \
  if [ ${name}.txt = ${file} ]; then \
    for f in .. `cat ${file}`; do if [ x${f} != x.. ]; then \
      make GCC_FOR_TARGET="/usr/local/src/egcs-971207/gcc/xgcc -B/usr/local/src/egcs-971207/gcc/" \
	AR="ar" AR_FLAGS="rc" CC="gcc" \
	CFLAGS="-g -O2" HOST_PREFIX="" \
	HOST_PREFIX_1="loser-" \
	LANGUAGES="c proto gcov  c++ f77 objc" \
	LIBGCC2_CFLAGS="-O2   -DIN_GCC    -g -O2 -I./include   -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fexceptions   " ${f}; \
      if [ $? -eq 0 ] ; then true; else exit 1; fi; \
      ar rc tmplibgcc2.a ${f}; \
      rm -f ${f}; \
    else true; \
    fi; done; \
  else \
    echo ${name}; \
    if [ ${name}.asm = ${file} ]; then \
      cp ${file} ${name}.s || exit 1; file=${name}.s; \
    else true; fi; \
    /usr/local/src/egcs-971207/gcc/xgcc -B/usr/local/src/egcs-971207/gcc/ -O2   -DIN_GCC    -g -O2 -I./include   -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fexceptions    -I. -I. -I./config -c ${file}; \
    if [ $? -eq 0 ] ; then true; else exit 1; fi; \
    ar rc tmplibgcc2.a ${oname}.o; \
    rm -f ${name}.s ${oname}.o; \
  fi; \
done
./frame
make[4]: Entering directory `/usr/local/src/egcs-971207/gcc'
/usr/local/src/egcs-971207/gcc/xgcc -B/usr/local/src/egcs-971207/gcc/ -O2   -DIN_GCC    -g -O2 -I./include   -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fexceptions    -I. -I. -I./config \
  -c ./cp/tinfo.cc
make[4]: Leaving directory `/usr/local/src/egcs-971207/gcc'
make[4]: Entering directory `/usr/local/src/egcs-971207/gcc'
/usr/local/src/egcs-971207/gcc/xgcc -B/usr/local/src/egcs-971207/gcc/ -O2   -DIN_GCC    -g -O2 -I./include   -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fexceptions    -I. -I. -I./config \
  -c ./cp/tinfo2.cc
make[4]: Leaving directory `/usr/local/src/egcs-971207/gcc'
make[4]: Entering directory `/usr/local/src/egcs-971207/gcc'
/usr/local/src/egcs-971207/gcc/xgcc -B/usr/local/src/egcs-971207/gcc/ -O2   -DIN_GCC    -g -O2 -I./include   -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fexceptions    -I. -I. -I./config \
  -c ./cp/new.cc
make[4]: Leaving directory `/usr/local/src/egcs-971207/gcc'
make[4]: Entering directory `/usr/local/src/egcs-971207/gcc'
/usr/local/src/egcs-971207/gcc/xgcc -B/usr/local/src/egcs-971207/gcc/ -O2   -DIN_GCC    -g -O2 -I./include   -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fexceptions    -I. -I. -I./config \
  -c ./cp/new1.cc -DL_op_new -o opnew.o
make[4]: Leaving directory `/usr/local/src/egcs-971207/gcc'
make[4]: Entering directory `/usr/local/src/egcs-971207/gcc'
/usr/local/src/egcs-971207/gcc/xgcc -B/usr/local/src/egcs-971207/gcc/ -O2   -DIN_GCC    -g -O2 -I./include   -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fexceptions    -I. -I. -I./config \
  -c ./cp/new1.cc -DL_op_newnt -o opnewnt.o
make[4]: Leaving directory `/usr/local/src/egcs-971207/gcc'
make[4]: Entering directory `/usr/local/src/egcs-971207/gcc'
/usr/local/src/egcs-971207/gcc/xgcc -B/usr/local/src/egcs-971207/gcc/ -O2   -DIN_GCC    -g -O2 -I./include   -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fexceptions    -I. -I. -I./config \
  -c ./cp/new2.cc -DL_op_vnew -o opvnew.o
make[4]: Leaving directory `/usr/local/src/egcs-971207/gcc'
make[4]: Entering directory `/usr/local/src/egcs-971207/gcc'
/usr/local/src/egcs-971207/gcc/xgcc -B/usr/local/src/egcs-971207/gcc/ -O2   -DIN_GCC    -g -O2 -I./include   -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fexceptions    -I. -I. -I./config \
  -c ./cp/new2.cc -DL_op_vnewnt -o opvnewnt.o
make[4]: Leaving directory `/usr/local/src/egcs-971207/gcc'
make[4]: Entering directory `/usr/local/src/egcs-971207/gcc'
/usr/local/src/egcs-971207/gcc/xgcc -B/usr/local/src/egcs-971207/gcc/ -O2   -DIN_GCC    -g -O2 -I./include   -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fexceptions    -I. -I. -I./config \
  -c ./cp/new2.cc -DL_op_delete -o opdel.o
make[4]: Leaving directory `/usr/local/src/egcs-971207/gcc'
make[4]: Entering directory `/usr/local/src/egcs-971207/gcc'
/usr/local/src/egcs-971207/gcc/xgcc -B/usr/local/src/egcs-971207/gcc/ -O2   -DIN_GCC    -g -O2 -I./include   -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fexceptions    -I. -I. -I./config \
  -c ./cp/new2.cc -DL_op_delnt -o opdelnt.o
make[4]: Leaving directory `/usr/local/src/egcs-971207/gcc'
make[4]: Entering directory `/usr/local/src/egcs-971207/gcc'
/usr/local/src/egcs-971207/gcc/xgcc -B/usr/local/src/egcs-971207/gcc/ -O2   -DIN_GCC    -g -O2 -I./include   -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fexceptions    -I. -I. -I./config \
  -c ./cp/new2.cc -DL_op_vdel -o opvdel.o
make[4]: Leaving directory `/usr/local/src/egcs-971207/gcc'
make[4]: Entering directory `/usr/local/src/egcs-971207/gcc'
/usr/local/src/egcs-971207/gcc/xgcc -B/usr/local/src/egcs-971207/gcc/ -O2   -DIN_GCC    -g -O2 -I./include   -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fexceptions    -I. -I. -I./config \
  -c ./cp/new2.cc -DL_op_vdelnt -o opvdelnt.o
make[4]: Leaving directory `/usr/local/src/egcs-971207/gcc'
make[4]: Entering directory `/usr/local/src/egcs-971207/gcc'
/usr/local/src/egcs-971207/gcc/xgcc -B/usr/local/src/egcs-971207/gcc/ -O2   -DIN_GCC    -g -O2 -I./include   -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fexceptions    -I. -I. -I./config \
  -c -fexceptions ./cp/exception.cc
make[4]: Leaving directory `/usr/local/src/egcs-971207/gcc'
mv tmplibgcc2.a libgcc2.a
make[3]: Leaving directory `/usr/local/src/egcs-971207/gcc'
if [ x != xlibgcc1-asm.a ]; \
then true; \
else rm -f ; \
fi
if [ x != xlibgcc1-asm.a ]; \
then true; \
else \
  make GCC_FOR_TARGET="/usr/local/src/egcs-971207/gcc/xgcc -B/usr/local/src/egcs-971207/gcc/" \
    AR="ar" AR_FLAGS="rc" CC="gcc" CFLAGS="-g -O2" \
    HOST_PREFIX="" HOST_PREFIX_1="loser-" \
    LANGUAGES="c proto gcov  c++ f77 objc" \
    LIBGCC2_CFLAGS="-O2   -DIN_GCC    -g -O2 -I./include   -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fexceptions   " ; \
fi
rm -rf tmplibgcc.a tmpcopy
mkdir tmpcopy
if [ x != x ]; \
then (cd tmpcopy; ar x ../); \
else true; \
fi
(cd tmpcopy; ar x ../libgcc2.a)
(cd tmpcopy; ar rc ../tmplibgcc.a *.o)
rm -rf libgcc2.a tmpcopy
if [ -f /usr/bin/ranlib -o -f /bin/ranlib ] ; then true tmplibgcc.a; else true; fi
if [ -d . ]; then true; else mkdir .; fi
mv tmplibgcc.a ./libgcc.a
for f in .. crtbegin.o crtend.o; do if [ x${f} != x.. ]; then \
  make GCC_FOR_TARGET="/usr/local/src/egcs-971207/gcc/xgcc -B/usr/local/src/egcs-971207/gcc/" \
    AR="ar" AR_FLAGS="rc" CC="gcc" CFLAGS="-g -O2" \
    HOST_PREFIX="" HOST_PREFIX_1="loser-" \
    LANGUAGES="c proto gcov  c++ f77 objc" \
    MULTILIB_CFLAGS="" T="t" t${f}; \
  mv t${f} ./${f}; \
else true; \
fi; done
make[3]: Entering directory `/usr/local/src/egcs-971207/gcc'
/usr/local/src/egcs-971207/gcc/xgcc -B/usr/local/src/egcs-971207/gcc/  -DIN_GCC    -g -O2 -I./include  -I. -I. -I./config  -g0 \
  -finhibit-size-directive -fno-inline-functions -fno-exceptions -g1 \
  -c ./crtstuff.c -DCRT_BEGIN -o tcrtbegin.o
make[3]: Leaving directory `/usr/local/src/egcs-971207/gcc'
make[3]: Entering directory `/usr/local/src/egcs-971207/gcc'
/usr/local/src/egcs-971207/gcc/xgcc -B/usr/local/src/egcs-971207/gcc/  -DIN_GCC    -g -O2 -I./include  -I. -I. -I./config  -g0 \
  -finhibit-size-directive -fno-inline-functions -fno-exceptions -g1 \
  -c ./crtstuff.c -DCRT_END -o tcrtend.o
./crtstuff.c: In function `__do_global_ctors':
./crtstuff.c:397: storage size of `object' isn't known
make[3]: *** [tcrtend.o] Error 1
make[3]: Leaving directory `/usr/local/src/egcs-971207/gcc'
tcrtend.o - No such file or directory
make[2]: *** [stmp-multilib-sub] Error 2
make[2]: Leaving directory `/usr/local/src/egcs-971207/gcc'
make[1]: *** [stmp-multilib] Error 1
make[1]: Leaving directory `/usr/local/src/egcs-971207/gcc'
make: *** [all-gcc] Error 2
09:39:48 stat16$ 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Compile fails for 19971207 on mips-sgi-irix6.2
  1997-12-09 12:42 Compile fails for 19971207 on mips-sgi-irix6.2 Ross Alexander
@ 1997-12-21 22:17 ` Jeffrey A Law
  0 siblings, 0 replies; 2+ messages in thread
From: Jeffrey A Law @ 1997-12-21 22:17 UTC (permalink / raw)
  To: Ross Alexander; +Cc: egcs

  In message < 199712092042.JAA08658@ccu1.auckland.ac.nz >you write:
  > /usr/local/src/egcs-971207/gcc/xgcc -B/usr/local/src/egcs-971207/gcc/  -DIN
  > _GCC    -g -O2 -I./include  -I. -I. -I./config  -g0 \
  >   -finhibit-size-directive -fno-inline-functions -fno-exceptions -g1 \
  >   -c ./crtstuff.c -DCRT_END -o tcrtend.o
  > ./crtstuff.c: In function `__do_global_ctors':
  > ./crtstuff.c:397: storage size of `object' isn't known
I believe this was fixed in the 971215 snapshot.

Thanks,
jeff

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1997-12-21 22:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-12-09 12:42 Compile fails for 19971207 on mips-sgi-irix6.2 Ross Alexander
1997-12-21 22:17 ` Jeffrey A Law

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).