[LLVMbugs] [Bug 2127] New: Build Problem on Open Suse x86_64
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Fri Mar 7 11:40:51 PST 2008
http://llvm.org/bugs/show_bug.cgi?id=2127
Summary: Build Problem on Open Suse x86_64
Product: Build scripts
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Makefiles
AssignedTo: unassignedbugs at nondot.org
ReportedBy: santosh.nagarakatte at gmail.com
CC: llvmbugs at cs.uiuc.edu
LLVM-gcc won't build on this platform. I am using the latest svn check out of
llvm-gcc.
I am using Open Suse with gcc version 4.1.2 20061115 (prerelease) (SUSE Linux).
I configure it using the following
../llvm-gcc/configure --prefix=`pwd`/../install
--enable-llvm=/mnt/eclipse/acg/users/santoshn/LLVM/latest/llvm
--enable-languages=c,c++ --disable-bootstrap --disable-shared
--disable-multilib
The error is as follows.
cc1:
/mnt/eclipse/acg/users/santoshn/LLVM/latest/llvm/include/llvm/ADT/APInt.h:894:
uint64_t llvm::APInt::getZExtValue() const: Assertion `getActiveBits() <= 64 &&
"Too many bits for uint64_t"' failed.
../../llvm-gcc/gcc/libgcc2.c:126: internal compiler error: Aborted
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://developer.apple.com/bugreporter> for instructions.
make[3]: *** [libgcc/./_addvdi3.o] Error 1
make[3]: Leaving directory `/mnt/eclipse/acg/users/santoshn/LLVM/obj/gcc'
make[2]: *** [stmp-multilib] Error 2
make[2]: Leaving directory `/mnt/eclipse/acg/users/santoshn/LLVM/obj/gcc'
make[1]: *** [all-gcc] Error 2
make[1]: Leaving directory `/mnt/eclipse/acg/users/santoshn/LLVM/obj'
make: *** [all] Error 2
--
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