[cfe-dev] Build Error

arrowdodger 6yearold at gmail.com
Fri Jul 22 00:06:58 PDT 2011


On Thu, Jul 21, 2011 at 6:46 PM, Prasanth Anbalagan <panbalag1 at gmail.com>wrote:

> Hi,
>
> I'm trying to build Clang on Redhat Linux. I recevied the following error
>
> llvm[3]: Compiling SimplifyLibCalls.cpp for Debug+Asserts build
> llvm[3]: Compiling Sink.cpp for Debug+Asserts build
> llvm[3]: Compiling TailDuplication.cpp for Debug+Asserts build
> llvm[3]: Compiling TailRecursionElimination.cpp for Debug+Asserts build
> llvm[3]: Building Debug+Asserts Archive Library libLLVMScalarOpts.a
> make[3]: *** [/root/llvm/Debug+Asserts/lib/libLLVMScalarOpts.a] Error 1
> make[3]: Leaving directory `/root/llvm/lib/Transforms/Scalar'
> make[2]: *** [Scalar/.makeall] Error 2
> make[2]: Leaving directory `/root/llvm/lib/Transforms'
> make[1]: *** [Transforms/.makeall] Error 2
> make[1]: Leaving directory `/root/llvm/lib'
> make: *** [all] Error 1
>
>
> -Any suggestions on how I could resolve this?
>
> Thanks,
> Prasanth
>


It seems, you've ran make with -jN. One thread failed compiling and printed
error, but other threads continued working and printing stuff. So, the error
message was left somewhere earlier.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20110722/67330efd/attachment.html>


More information about the cfe-dev mailing list