[LLVMdev] Error building llvm on AIX 7.1

sunilsaggar sunil.saggar at gmail.com
Wed Oct 24 01:11:05 PDT 2012


I googled and found that there was a bug raised with similar issue.
http://llvm.org/bugs/show_bug.cgi?id=2210

I applied the code changes mentioned in the bug and it worked. Now, i am
stuck at the following error. Working overit .. 
llvm[2]: Compiling SmallVectorTest.cpp for Release+Asserts build
llvm[2]: Compiling SparseBitVectorTest.cpp for Release+Asserts build
llvm[2]: Compiling SparseSetTest.cpp for Release+Asserts build
llvm[2]: Compiling StringMapTest.cpp for Release+Asserts build
llvm[2]: Compiling StringRefTest.cpp for Release+Asserts build
llvm[2]: Compiling TripleTest.cpp for Release+Asserts build
llvm[2]: Compiling TwineTest.cpp for Release+Asserts build
llvm[2]: Compiling VariadicFunctionTest.cpp for Release+Asserts build
llvm[2]: Compiling ilistTest.cpp for Release+Asserts build
gmake[2]: *** No rule to make target
`/usr/llvm/llvm-3.1.src/unittests/lib/libLLVMSupport.a', needed by
`Release+Asserts/ADTTests'.  Stop.
gmake[2]: Leaving directory `/usr/llvm/llvm-3.1.src/unittests/ADT'
gmake[1]: *** [ADT/.makeall] Error 2
gmake[1]: Leaving directory `/usr/llvm/llvm-3.1.src/unittests'
gmake: *** [all] Error 1
# cd /usr/llvm/llvm-3.1.src/unittests/ADT
# gmake
gmake: *** No rule to make target
`/usr/llvm/llvm-3.1.src/unittests/lib/libLLVMSupport.a', needed by
`Release+Asserts/ADTTests'.  Stop.
#


any idea ?



--
View this message in context: http://llvm.1065342.n5.nabble.com/Error-building-llvm-on-AIX-7-1-tp50322p50365.html
Sent from the LLVM - Dev mailing list archive at Nabble.com.



More information about the llvm-dev mailing list