public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: Dave Love <d.love@dl.ac.uk>
To: egcs@cygnus.com
Subject: Re: bootstrapping problems with native compiler
Date: Mon, 18 Aug 1997 17:16:24 -0000	[thread overview]
Message-ID: <199708181534.QAA12459@oval.algor.co.uk> (raw)
Message-ID: <19970818171624.GLmHb1QVKs2ALSg5CZiolOlHkIGtGORU4L-3DnCyH4c@z> (raw)
In-Reply-To: Mon, 18 Aug 1997 10:35:45 -0600"

>>>>> "Jeffrey" == Jeffrey A Law <law@hurl.cygnus.com> writes:

 Jeffrey> Did this happen during the stage2 build?  

I think so, but I lost the log.

 Jeffrey> There's still some kind of circular dependency with
 Jeffrey> cplib2.txt that nobody's tracked down yet.

Yes.  With gmake (and LANGUAGES passed down) I see:

[...]
if [ -f libgcc2.ready ] ; then \
	true; \
else \
	touch libgcc2.ready; \
fi
gmake[1]: Circular cplib2.ready <- f77 dependency dropped.
stage1/xgcc -Bstage1/  -DIN_GCC    -O -g  -DHAVE_CONFIG_H     -I. -I. -I./config -I./objc \

[...]

if [ -f libgcc2.ready ] ; then \
	true; \
else \
	touch libgcc2.ready; \
fi
gmake[3]: Circular stmp-multilib <- cplib2.txt dependency dropped.
top=`pwd`; \
src=`cd .; pwd`; \
  cd f/runtime; \
  CC="`case './xgcc -B./' in \
[...]

Then it dies after configuring the g77 runtime:

checking for getrusage... yes
updating cache ./config.cache
creating ./config.status
creating Makefile
creating config.h
config.h is unchanged
./xgcc -B./  -DIN_GCC    -O -g -I./include     -DNO_MEM -DNO_LONG_DOUBLE_IO -O0 -I. -c ./enquire.c
./enquire.c: In function `cprop':
./enquire.c:1387: warning: comparison is always 0 due to limited range of data type
./xgcc -B./  -DIN_GCC    -O -g -I./include   enquire.o -o enquire
ld: FATAL 9: I/O error (crtbegin.o): No such file or directory
collect2: ld returned 32 exit status
gmake[3]: *** [enquire] Error 1
gmake[3]: Leaving directory `/data1/scr1/fx/egcs-ss-970814'
gmake[2]: *** [stmp-multilib-sub] Error 2
gmake[2]: Leaving directory `/data1/scr1/fx/egcs-ss-970814'
gmake[1]: *** [stmp-multilib] Error 1
gmake[1]: Leaving directory `/data1/scr1/fx/egcs-ss-970814'
gmake: *** [bootstrap] Error 2
mscsv1 139%

             reply	other threads:[~1997-08-18 17:16 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-08-18 16:34 Dave Love [this message]
1997-08-18 16:34 ` front end interface Nigel Stephens
1997-08-18 16:35 ` bootstrapping problems with native compiler Jeffrey A Law
1997-08-18 16:52 ` front end interface Dave Love
1997-08-18 17:16 ` bootstrapping problems with native compiler Dave Love
1997-08-18 19:57 Jim Wilson
1997-08-18 20:47 double alignment patch for x86 meissner
1997-08-18 22:40 ` bootstrapping problems with native compiler Dave Love
1997-08-18 22:40 meissner
1997-08-18 23:07 Doug Evans
1997-08-18 23:56 Jim Wilson
1997-08-19  8:50 Reload patch to improve 386 code Jakub Jelinek
1997-08-19  9:23 ` bootstrapping problems with native compiler Dave Love
1997-08-19  9:47 ` Jason Merrill

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=199708181534.QAA12459@oval.algor.co.uk \
    --to=d.love@dl.ac.uk \
    --cc=egcs@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).