public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Bootstrap egcs 980923 on linux/alpha failed.
@ 1998-09-23 11:33 H.J. Lu
  0 siblings, 0 replies; only message in thread
From: H.J. Lu @ 1998-09-23 11:33 UTC (permalink / raw)
  To: rth; +Cc: egcs

Hi,

Has anyone tried to bootstrap egcs 980923 7am PDT on linux/alpha?
Mine failed during building libgcc2.a.


-- 
H.J. Lu (hjl@gnu.org)
-----
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}; \
  ./xgcc -B./ -O2   -DIN_GCC    -I./include  -g -W -Wall -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I/home/work/gnu/src/egcs/gcc -I/home/work/gnu/src/egcs/gcc/config -I/home/work/gnu/src/egcs/gcc/../include -c -DL${name} \
      /home/work/gnu/src/egcs/gcc/libgcc2.c -o ${name}.o; \
  if [ $? -eq 0 ] ; then true; else exit 1; fi; \
  ` if [ -f /home/work/alpha/bin/egcs/gcc/../binutils/ar ] ; then echo /home/work/alpha/bin/egcs/gcc/../binutils/ar ; else if [ "alpha-redhat-linux-gnu" = "alpha-redhat-linux-gnu" ] ; 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
/home/work/gnu/src/egcs/gcc/libgcc2.c: In function `__divdi3':
/home/work/gnu/src/egcs/gcc/libgcc2.c:680: virtual memory exhausted
make[3]: *** [libgcc2.a] Error 1
make[3]: Leaving directory `/home/work/alpha/bin/egcs/gcc'
make[2]: *** [bootstrap-ultralean] Error 2
make[2]: Leaving directory `/home/work/alpha/bin/egcs/gcc'
make[1]: *** [bootstrap-ultralean] Error 2
make[1]: Leaving directory `/home/work/alpha/bin/egcs'
Command exited with non-zero status 2
463.52user 50.45system 10:13.47elapsed 83%CPU (0avgtext+0avgdata 0maxresident)k
0inputs+0outputs (155684major+172721minor)pagefaults 6819swaps
make: *** [bootstrap-ultralean] Error 2

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1998-09-23 11:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-09-23 11:33 Bootstrap egcs 980923 on linux/alpha failed H.J. Lu

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).