This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: alpha bootstrap failure, new symptom
- From: Aldy Hernandez <aldyh at redhat dot com>
- To: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- Cc: mark at codesourcery dot com, gcc at gcc dot gnu dot org
- Date: 28 Nov 2001 22:43:02 -0600
- Subject: Re: alpha bootstrap failure, new symptom
- References: <10111290217.AA19606@vlsi1.ultra.nyu.edu>
>>>>> "Richard" == Richard Kenner <kenner@vlsi1.ultra.nyu.edu> writes:
> It sounds like you are still not following our testing procedures. Once
> again, all checkins to language-independent code should be proceeded by
> make bootstrap
> make check
> at the top level, and there should be no new tests.
> I always work at the the level of the GCC subdirectory and the "make compare"
> and "make gnatlib_and_tools" between those. I was unaware that there was an
> important distinction here and the web pages weren't clear until today.
> I have always viewed the top level stuff as a morass and have never gotten
> anything to work at that level. I always get bizarre errors that nobody
> is able to figure out and I think configure claims that at least one of
> them isn't even supported on my configuration.
If it's such a pain, use a combined tree, which is already packaged in:
cvs -d :pserver:anoncvs@sources.redhat.com:/cvs/uberbaum login
cvs -d :pserver:anoncvs@sources.redhat.com:/cvs/uberbaum checkout .
Pretty cool, and you get binutils, sim, gcc, etc. Everything in one
and you can do a toplevel configure, make, whatever.
Aldy