This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/49769] New: Configuration mismatch -- extra parts
- From: "michael.a.richmond at nasa dot gov" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sun, 17 Jul 2011 11:51:19 +0000
- Subject: [Bug c/49769] New: Configuration mismatch -- extra parts
- Auto-submitted: auto-generated
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49769
Summary: Configuration mismatch -- extra parts
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: michael.a.richmond@nasa.gov
Host: sparc-unknown-linux-gnu
Target: sparc-unknown-linux-gnu
Build: sparc-unknown-linux-gnu
When I attempt to build the July 16 snapshot of gcc 4.7 on a Sparc system
running Debian Linux 6.0 I get the following messages:
g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual
-Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem
./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -fbuilding-libgcc
-fno-stack-protector -I. -I. -I../.././gcc
-I/home/mrichmon/gcc-4.7-20110716/libgcc
-I/home/mrichmon/gcc-4.7-20110716/libgcc/.
-I/home/mrichmon/gcc-4.7-20110716/libgcc/../gcc
-I/home/mrichmon/gcc-4.7-20110716/libgcc/../include -DHAVE_CC_TLS -o
crtfastmath.o -MT crtfastmath.o -MD -MP -MF crtfastmath.dep
-frandom-seed=gcc-crtfastmath -c
/home/mrichmon/gcc-4.7-20110716/libgcc/config/sparc/crtfastmath.c
# If the gcc directory specifies which extra parts to
# build for this target, and the libgcc configuration also
# specifies, make sure they match. This can be removed
# when the gcc directory no longer holds libgcc configuration;
# it is useful when migrating a target.
Configuration mismatch!
Extra parts from gcc directory: crtbegin.o crtbeginS.o crtbeginT.o crtend.o
crtendS.o
Extra parts from libgcc: crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o
crtfastmath.o
exit 1
make[3]: *** [libgcc-extra-parts] Error 1
make[3]: Leaving directory
`/home/mrichmon/gcc-4.7-20110716/g95/sparc-unknown-linux-gnu/libgcc'
make[2]: *** [all-stage1-target-libgcc] Error 2
make[2]: Leaving directory `/home/mrichmon/gcc-4.7-20110716/g95'
make[1]: *** [stage1-bubble] Error 2
make[1]: Leaving directory `/home/mrichmon/gcc-4.7-20110716/g95'
make: *** [all] Error 2
Error running make