[cfe-dev] Build Error

Chris Lattner clattner at apple.com
Thu Jul 21 13:18:45 PDT 2011


On Jul 21, 2011, at 7:46 AM, Prasanth Anbalagan 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

Hard to say, because it doesn't say what the failure is.  I'd try make clean and then rebuild.

-Chris




More information about the cfe-dev mailing list