[LLVMbugs] [Bug 19642] New: make fails with error "No rule to make target `clang_macho_embedded'."
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri May 2 12:34:54 PDT 2014
http://llvm.org/bugs/show_bug.cgi?id=19642
Bug ID: 19642
Summary: make fails with error "No rule to make target
`clang_macho_embedded'."
Product: Build scripts
Version: trunk
Hardware: Macintosh
OS: MacOS X
Status: NEW
Severity: normal
Priority: P
Component: Makefiles
Assignee: unassignedbugs at nondot.org
Reporter: bugzilla at jwwalker.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
After updating llvm and llvm/tools/clang to version 207851, I did
./configure --prefix=/opt --enable-optimized --enable-libcpp
and then
make -j 2
(The reason for using enable-libcpp is that otherwise it complains about my
version of libstdc++.)
The make ran for a while, but ended like this:
make[5]: Nothing to be done for `clang_darwin'.
make[5]: *** No rule to make target `clang_macho_embedded'. Stop.
make[4]: *** [BuildRuntimeLibraries] Error 2
rm
/open-source/llvm-build/Release+Asserts/lib/clang/3.5.0/lib/macho_embedded/.dir
/open-source/llvm-build/Release+Asserts/lib/clang/3.5.0/lib/darwin/.dir
make[3]: *** [compiler-rt/.makeall] Error 2
make[2]: *** [all] Error 1
make[1]: *** [clang/.makeall] Error 2
make: *** [all] Error 1
I'm on Mac OS X 10.7.5.
--
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/20140502/47b452a9/attachment.html>
More information about the llvm-bugs
mailing list