This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/32272] make exit because build/genmodes.exe doesn't exist
- From: "boris at phidani dot be" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 20 Jun 2007 07:18:15 -0000
- Subject: [Bug bootstrap/32272] make exit because build/genmodes.exe doesn't exist
- References: <bug-32272-386@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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