Displaying 1 result from an estimated 1 matches for "1cmakefiles".
Did you mean:
cmakefiles
2017 Oct 18
2
LLVM Installation failing
...tried installing using the source code and building it my self,
*make *fails
at 98% with this error
*collect2: error: ld returned 1 exit
statustools/llvm-c-test/CMakeFiles/llvm-c-test.dir/build.make:525: recipe
for target 'bin/llvm-c-test' failedmake[2]: *** [bin/llvm-c-test] Error
1CMakeFiles/Makefile2:62792: recipe for target
'tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/all' failedmake[1]: ***
[tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/all] Error 2Makefile:149:
recipe for target 'all' failedmake: *** [all] Error 2*
can anyone tell me what i am doing wrong here.
Th...