public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: hjl@lucon.org (H.J. Lu)
To: rth@cygnus.com
Cc: egcs@cygnus.com
Subject: Bootstrap egcs 980923 on linux/alpha failed.
Date: Wed, 23 Sep 1998 11:33:00 -0000	[thread overview]
Message-ID: <m0zLqZJ-000mJEC@creek.lucon.org> (raw)

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

                 reply	other threads:[~1998-09-23 11:33 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m0zLqZJ-000mJEC@creek.lucon.org \
    --to=hjl@lucon.org \
    --cc=egcs@cygnus.com \
    --cc=rth@cygnus.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).