public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "boris at phidani dot be" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug bootstrap/32272] make exit because build/genmodes.exe doesn't exist
Date: Wed, 20 Jun 2007 07:18:00 -0000	[thread overview]
Message-ID: <20070620071815.14566.qmail@sourceware.org> (raw)
In-Reply-To: <bug-32272-386@http.gcc.gnu.org/bugzilla/>



------- Comment #1 from boris at phidani dot be  2007-06-20 07:18 -------
got same problem with gcc 4.2.0 on suse linux 9.0:

I did:
 /opt/gcc-4.2.0/configure --program-suffix=-4.2.0

then:
 make CFLAGS='-O' LIBCFLAGS='-g -O2' LIBCXXFLAGS='-g -O2
-fno-implicit-templates' bootstrap

Here is the last lines of the output:
<snip>
ar cru libdecnumber.a decNumber.o decContext.o decUtility.o decimal32.o
decimal64.o decimal128.o
ranlib libdecnumber.a
make[3]: Leaving directory `/opt/gcc-4.2.0-obj/libdecnumber'
make[3]: Entering directory `/opt/gcc-4.2.0-obj/gcc'
TARGET_CPU_DEFAULT="" \
HEADERS="auto-host.h ansidecl.h" DEFINES="" \
/bin/sh /opt/gcc-4.2.0/gcc/mkconfig.sh config.h
TARGET_CPU_DEFAULT="" \
HEADERS="options.h config/i386/i386.h config/i386/unix.h config/i386/att.h
config/dbxelf.h config/elfos.h config/svr4.h config/linux.h config/i386/linux.h
defaults.h" DEFINES="UCLIBC_DEFAULT=0" \
/bin/sh /opt/gcc-4.2.0/gcc/mkconfig.sh tm.h
gawk -f /opt/gcc-4.2.0/gcc/opt-gather.awk /opt/gcc-4.2.0/gcc/treelang/lang.opt
/opt/gcc-4.2.0/gcc/c.opt /opt/gcc-4.2.0/gcc/common.opt
/opt/gcc-4.2.0/gcc/config/i386/i386.opt /opt/gcc-4.2.0/gcc/config/linux.opt >
tmp-optionlist
/bin/sh /opt/gcc-4.2.0/gcc/../move-if-change tmp-optionlist optionlist
echo timestamp > s-options
gawk -f /opt/gcc-4.2.0/gcc/opt-functions.awk -f /opt/gcc-4.2.0/gcc/opth-gen.awk
\
       < optionlist > tmp-options.h
/bin/sh /opt/gcc-4.2.0/gcc/../move-if-change tmp-options.h options.h
echo timestamp > s-options-h
TARGET_CPU_DEFAULT="" \
HEADERS="auto-host.h ansidecl.h" DEFINES="" \
/bin/sh /opt/gcc-4.2.0/gcc/mkconfig.sh bconfig.h
gcc -c   -g -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition
-Wmissing-format-attribute -fno-common   -DHAVE_CONFIG_H -DGENERATOR_FILE -I.
-Ibuild -I/opt/gcc-4.2.0/gcc -I/opt/gcc-4.2.0/gcc/build
-I/opt/gcc-4.2.0/gcc/../include -I/opt/gcc-4.2.0/gcc/../libcpp/include 
-I/opt/gcc-4.2.0/gcc/../libdecnumber -I../libdecnumber    -o build/errors.o
/opt/gcc-4.2.0/gcc/errors.c
build/genmodes -h > tmp-modes.h
/bin/sh: line 1: build/genmodes: No such file or directory
make[3]: *** [s-modes-h] Error 127
make[3]: Leaving directory `/opt/gcc-4.2.0-obj/gcc'
make[2]: *** [all-stage1-gcc] Error 2
make[2]: Leaving directory `/opt/gcc-4.2.0-obj'
make[1]: *** [stage1-bubble] Error 2
make[1]: Leaving directory `/opt/gcc-4.2.0-obj'
make: *** [bootstrap] Error 2


-- 

boris at phidani dot be changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |boris at phidani dot be


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32272


  reply	other threads:[~2007-06-20  7:18 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-10 14:33 [Bug bootstrap/32272] New: " jdeifik at weasel dot com
2007-06-20  7:18 ` boris at phidani dot be [this message]
2007-08-23 19:06 ` [Bug bootstrap/32272] " mwheeler at pittstate dot edu
2007-09-18 17:25 ` william dot adams at dot dot state dot fl dot us
2007-09-27 16:09 ` haubi at gentoo dot org
2007-09-28  1:37 ` jeff at jeffunit dot com
2007-09-28 12:52 ` haubi at gentoo dot org
2007-10-09  2:39 ` huajie dot lee at gmail dot com
2008-06-09 11:03 ` Ralf dot Wildenhues at gmx dot de
2008-06-19  6:29 ` laurent at guerby dot net
2008-06-19  7:22 ` Ralf dot Wildenhues at gmx dot de
2008-06-19  7:46 ` laurent at guerby dot net
2009-09-22 18:00 ` rwild at gcc dot gnu dot org
2009-09-22 18:06 ` rwild at gcc dot gnu dot org
     [not found] <bug-32272-4@http.gcc.gnu.org/bugzilla/>
2012-01-28  5:17 ` pinskia at gcc dot gnu.org

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=20070620071815.14566.qmail@sourceware.org \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /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).