[cfe-dev] error while building llvm clang using ninja.

Vibhav Kundalia vibhav.hk at gmail.com
Sat May 2 10:07:41 PDT 2015


Hey guys,

I was trying to build llvm clang 3.7 using Ninja and in the last step I got
following error.

vibhav at vibhav-HP-2000-Notebook-PC:~/clang-llvm/build$ ninja


*[3/2639] Building C object
lib/Support...keFiles/LLVMSupport.dir/ConvertUTF.c.oFAILED: /usr/bin/cc
-DGTEST_HAS_RTTI=0 -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS
-D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -fPIC -Wall -W
-Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers
-pedantic -Wno-long-long -Wno-comment -fcolor-diagnostics -g -Ilib/Support
-I/home/vibhav/clang-llvm/llvm/lib/Support -Iinclude
-I/home/vibhav/clang-llvm/llvm/include -MMD -MT
lib/Support/CMakeFiles/LLVMSupport.dir/ConvertUTF.c.o -MF
"lib/Support/CMakeFiles/LLVMSupport.dir/ConvertUTF.c.o.d" -o
lib/Support/CMakeFiles/LLVMSupport.dir/ConvertUTF.c.o   -c
/home/vibhav/clang-llvm/llvm/lib/Support/ConvertUTF.ccc: error:
unrecognized command line option ‘-fcolor-diagnostics’*
[3/2639] Building CXX object
lib/Suppo...LVMSupport.dir/DAGDeltaAlgorithm.cpp.o
ninja: build stopped: subcommand failed.


In trying to solve this error, I deleted DAGDeltaAlgorithm.cpp file.
Can you please tell me how to fix this error? And can you also tell me from
where to get DAGDeltaAlgorithm.cpp file back? Or can you send me that?

I have already set the entry for CMAKE_CXX_COMPILER to
/usr/local/bin/clang++


thanks.

Vibhav Kundalia
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20150502/5583fba7/attachment.html>


More information about the cfe-dev mailing list