public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Unable to bootstrap compiler.
@ 2005-07-14 21:58 John Fitzpatrick
  2005-07-14 22:30 ` John Carter
  0 siblings, 1 reply; 3+ messages in thread
From: John Fitzpatrick @ 2005-07-14 21:58 UTC (permalink / raw)
  To: gcc-help

Hello all,

I am having a problem when I try to bootstrap the compiler.  Following
is a typescript that demonstrates the problem.  Here is some background
information:

Output of uname -a:

Linux mayday 2.6.5-7.111-default #1 Wed Oct 13 15:45:13 UTC 2004 i686
i686 i386 GNU/Linux

Output of gcc --version for version of gcc I am trying to bootstrap:

gcc (GCC) 4.1.0 20050528 (experimental)
Copyright (C) 2005 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is
NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.

Typescript showing the problem:

Script started on Thu 14 Jul 2005 02:53:56 PM PDT
johnfi@mayday:~/gcc> make bootstrap
make[1]: Entering directory
`/home/johnfi/gcc/build-i686-pc-linux-gnu/libiberty'
make[2]: Entering directory
`/home/johnfi/gcc/build-i686-pc-linux-gnu/libiberty/testsuite'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory
`/home/johnfi/gcc/build-i686-pc-linux-gnu/libiberty/testsuite'
make[1]: Leaving directory
`/home/johnfi/gcc/build-i686-pc-linux-gnu/libiberty'
make[1]: Entering directory
`/home/johnfi/gcc/build-i686-pc-linux-gnu/fixincludes'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory
`/home/johnfi/gcc/build-i686-pc-linux-gnu/fixincludes'
make[1]: Entering directory
`/home/johnfi/gcc/host-i686-pc-linux-gnu/intl'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory
`/home/johnfi/gcc/host-i686-pc-linux-gnu/intl'
make[1]: Entering directory
`/home/johnfi/gcc/host-i686-pc-linux-gnu/libiberty'
make[2]: Entering directory
`/home/johnfi/gcc/host-i686-pc-linux-gnu/libiberty/testsuite'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory
`/home/johnfi/gcc/host-i686-pc-linux-gnu/libiberty/testsuite'
make[1]: Leaving directory
`/home/johnfi/gcc/host-i686-pc-linux-gnu/libiberty'
make[1]: Entering directory
`/home/johnfi/gcc/host-i686-pc-linux-gnu/libcpp'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory
`/home/johnfi/gcc/host-i686-pc-linux-gnu/libcpp'
make[1]: Entering directory
`/home/johnfi/gcc/host-i686-pc-linux-gnu/zlib'
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2 " "CXXFLAGS=-g -O2"
"CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-O2 -g -O2 "
"INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644"
"INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install
-c" "LDFLAGS=" "LIBCFLAGS=-g -O2 " "LIBCFLAGS_FOR_TARGET=-O2 -g -O2 "
"MAKE=make" "MAKEINFO=/home/johnfi/gcc/missing makeinfo
--split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh"
"EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS="
"exec_prefix=/home/johnfi/devel" "infodir=/home/johnfi/devel/info"
"libdir=/home/johnfi/devel/lib" "prefix=/home/johnfi/devel"
"tooldir=/home/johnfi/devel/i686-pc-linux-gnu" "AR=ar" "AS=as" "CC=gcc"
"CXX=c++" "LD=ld" "LIBCFLAGS=-g -O2 " "NM=nm" "PICFLAG=" "RANLIB=ranlib"
"DESTDIR=" DO=all multi-do # make
make[1]: Leaving directory
`/home/johnfi/gcc/host-i686-pc-linux-gnu/zlib'
Bootstrapping the compiler
make[1]: Entering directory `/home/johnfi/gcc/gcc'
make[1]: *** No rule to make target `bootstrap'.  Stop.
make[1]: Leaving directory `/home/johnfi/gcc/gcc'
make: *** [bootstrap] Error 2
johnfi@mayday:~/gcc>
Script done on Thu 14 Jul 2005 02:54:10 PM PDT

Obviously the problem is that the makefile doesn't have the target
"bootstrap" in it.  Is this a bug?

Thank you in advance for any help.

Sincerely,

John Fitzpatrick

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

end of thread, other threads:[~2005-07-15 20:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-07-14 21:58 Unable to bootstrap compiler John Fitzpatrick
2005-07-14 22:30 ` John Carter
2005-07-15 20:55   ` John Fitzpatrick

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