[LLVMbugs] [Bug 19576] New: cannot build clang from trunk
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sun Apr 27 11:36:13 PDT 2014
http://llvm.org/bugs/show_bug.cgi?id=19576
Bug ID: 19576
Summary: cannot build clang from trunk
Product: new-bugs
Version: trunk
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: new bugs
Assignee: unassignedbugs at nondot.org
Reporter: amol.deshpande at gazillion.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
Created attachment 12450
--> http://llvm.org/bugs/attachment.cgi?id=12450&action=edit
output of the make command
I tried to follow the instructions at http://clang.llvm.org/get_started.html to
build a debug version of clang ( I need this to troubleshoot persistent
problems with clang-3.3 and associated tools on Linux.)
anyway, had to upgrade gcc to 4.8 (I'm on ubuntu 12.04, which had gcc4.6).
ran configure with:
../llvm/configure CC="/usr/bin/clang" CXX="/usr/bin/clang++"
compling seemed to go without issue, but it failed onthe link step with a
useless error message.
make TOOL_VERBOSE=1 log attached.
I'm now trying to configure with CC=gcc etc. to see if that works.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20140427/3c479d4f/attachment.html>
More information about the llvm-bugs
mailing list