Hello, I am trying to build LLVM in order to crosscompile for arm v7 on my laptop. I am using the commands from http://llvm.org/docs/GettingStarted.html :Checkout LLVM:cd where-you-want-llvm-to-livesvn co http://llvm.org/svn/llvm-project/llvm/trunk llvmCheckout Clang:cd where-you-want-llvm-to-livecd llvm/toolssvn co http://llvm.org/svn/llvm-project/cfe/trunk clangCheckout Compiler-RT:cd where-you-want-llvm-to-livecd llvm/projectssvn co http://llvm.org/svn/llvm-project/compiler-rt/trunk compiler-rtGet the Test Suite Source Code [Optional]cd where-you-want-llvm-to-livecd llvm/projectssvn co http://llvm.org/svn/llvm-project/test-suite/trunk test-suiteConfigure and build LLVM and Clang:cd where-you-want-to-build-llvmmkdir build (for building without polluting the source dir)cd build ../llvm/configure -target armv7--eabi I am getting the following error. Any ideas what is wrong? Thank you llvm[3]: ======= Finished Linking Debug+Asserts Unit test Utilsmake[3]: Leaving directory `/home/user/Desktop/LLVM/llvm/arm_build/unittests/Transforms/Utils'make[2]: Leaving directory `/home/user/Desktop/LLVM/llvm/arm_build/unittests/Transforms'make[1]: Leaving directory `/home/user/Desktop/LLVM/llvm/arm_build/unittests'make[1]: Entering directory `/home/user/Desktop/LLVM/llvm/arm_build/projects'Makefile:44: Makefile.config: No such file or directoryMakefile:151: /Makefile.rules: No such file or directorymake[1]: *** No rule to make target `/Makefile.rules'. Stop.make[1]: Leaving directory `/home/user/Desktop/LLVM/llvm/arm_build/projects'make: *** [all] Error 1user at ubuntu:~/Desktop/LLVM/llvm/arm_build$ user at ubuntu:~/Desktop/LLVM/llvm/arm_build$ er.cpp for Debug+Asserts builder.cpp for Debug+Asserts buildllvm[4]: Linking Debug+Asserts executable clanger.cpp: command not founduser at ubuntu:~/Desktop/LLVM/llvm/arm_build$ llvm[4]: Linking Debug+Asserts executable clangllvm[4]:: command not founduser at ubuntu:~/Desktop/LLVM/llvm/arm_build$ er.cpp for Debug+Asserts builder.cpp: command not founduser at ubuntu:~/Desktop/LLVM/llvm/arm_build$ llvm[4]: Linking Debug+Asserts executable clangllvm[4]:: command not found -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140616/29b0cfc8/attachment.html>