[LLVMbugs] [Bug 4713] New: xgcc fails silently, cannot build crtbegin.o

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Thu Aug 13 06:18:38 PDT 2009


http://llvm.org/bugs/show_bug.cgi?id=4713

           Summary: xgcc fails silently, cannot build crtbegin.o
           Product: Build scripts
           Version: 2.5
          Platform: PC
        OS/Version: other
            Status: NEW
          Keywords: build-problem
          Severity: blocker
          Priority: P2
         Component: Makefiles
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: dave.hein at aspentech.com
                CC: llvmbugs at cs.uiuc.edu


Created an attachment (id=3306)
 --> (http://llvm.org/bugs/attachment.cgi?id=3306)
Log of make demonstrating the failure.

I'm running on Windows 7 RC (64-bit) using Cygwin. I'm trying to build the gcc
front-end and get a failure building crtbegin.o -- but there is no error
message.

I've attached a log of the stdout/stderr from the make.

So there are two bugs:

1. xgxx fails silently
2. xgxx fails to build crtbegin.o.

Note: Source trees for llvm and llvm-gcc were pulled via SVN from the
RELEASE_25 tag. I built llvm just fine (using a build target of tools-only) and
installed it. The config and make of llvm-gcc worked without any problem up to
this failure.

Note2: This version info for xgcc and gcc might be helpful:

$ gcc/xgcc -v
Using built-in specs.
Target: i686-pc-cygwin
Configured with: /cygdrive/c/archives/llvm/2.5/src/llvm-gcc-4.2/configure
--prog
ram-prefix=llvm-
--enable-llvm=/cygdrive/c/Users/heind/cygwin/trash/llvm-objects
 --enable-languages=c,c++ --prefix=/cygdrive/c/Users/heind/cygwin/local
Thread model: single
gcc version 4.2.1 (Based on Apple Inc. build 5636) (LLVM build 2.5)

$ gcc -v
Using built-in specs.
Target: i686-pc-cygwin
Configured with: /gnu/gcc/package/gcc4-4.3.2-2/src/gcc-4.3.2/configure
--srcdir=
/gnu/gcc/package/gcc4-4.3.2-2/src/gcc-4.3.2 --prefix=/usr --exec-prefix=/usr
--b
indir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/sbin --datadir=/usr/share
-
-localstatedir=/var --sysconfdir=/etc --infodir=/usr/share/info
--mandir=/usr/sh
are/man --datadir=/usr/share --infodir=/usr/share/info --mandir=/usr/share/man
-
v --with-gmp=/usr --with-mpfr=/usr --enable-bootstrap
--enable-version-specific-
runtime-libs --with-slibdir=/usr/bin --libexecdir=/usr/lib --enable-static
--ena
ble-shared --enable-shared-libgcc --enable-__cxa_atexit --with-gnu-ld
--with-gnu
-as --with-dwarf2 --disable-sjlj-exceptions
--enable-languages=ada,c,c++,fortran
,java,objc,obj-c++ --disable-symvers --enable-libjava --program-suffix=-4
--enab
le-libgomp --enable-libssp --enable-libada --enable-threads=posix
AS=/opt/gcc-to
ols/bin/as.exe AS_FOR_TARGET=/opt/gcc-tools/bin/as.exe
LD=/opt/gcc-tools/bin/ld.
exe LD_FOR_TARGET=/opt/gcc-tools/bin/ld.exe
Thread model: posix
gcc version 4.3.2 20080827 (beta) 2 (GCC)


-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list