search for: projobjroot

Displaying 7 results from an estimated 7 matches for "projobjroot".

Did you mean: proj_obj_root
2012 Apr 17
2
[LLVMdev] compiler_rt fails to build in release_31 branch
...i; This is on Linux/x86-64, I get this at stage1: make[2]: Entering directory `/home/abuild/rpmbuild/BUILD/llvm/stage1/projects/compiler_rt' Makefile:6: make/config.mk: No such file or directory Makefile:7: make/util.mk: No such file or directory Makefile:16: *** Refusing to build with empty ProjObjRoot variable. Stop. make[2]: Leaving directory `/home/abuild/rpmbuild/BUILD/llvm/stage1/projects/compiler_rt' make[1]: *** [all] Error 1 make[1]: Leaving directory `/home/abuild/rpmbuild/BUILD/llvm/stage1/projects' make: *** [all] Error 1 Interestingly trunk works fine but not the release_31...
2012 Apr 24
0
[LLVMdev] compiler_rt fails to build in release_31 branch
...6-64, I get this at stage1: > > make[2]: Entering directory `/home/abuild/rpmbuild/BUILD/llvm/stage1/projects/compiler_rt' > Makefile:6: make/config.mk: No such file or directory > Makefile:7: make/util.mk: No such file or directory > Makefile:16: *** Refusing to build with empty ProjObjRoot variable.  Stop. > make[2]: Leaving directory `/home/abuild/rpmbuild/BUILD/llvm/stage1/projects/compiler_rt' > make[1]: *** [all] Error 1 > make[1]: Leaving directory `/home/abuild/rpmbuild/BUILD/llvm/stage1/projects' > make: *** [all] Error 1 > > Interestingly trunk works...
2014 May 28
3
[LLVMdev] Compiler-RT on Buildbots
Folks, I realised there's a "checkout_compiler_rt" option on ClangBuilder, which does checkout the sources, but couldn't build them on ARM. I also don't build them during releases (yet) because the configure script doesn't prepare the Makefiles for compiler-rt. A while ago I got it running on ARM with CMake files, but since these are buildbots, I'm not sure
2012 Jul 14
2
[LLVMdev] Recompiling llvm+clang how-to?
...nf/mkinstalldirs $DD; \? /bin/cp $SD/Makefile $DD/Makefile; \?fi; \?make -C $DD all hum 3247 0.0 0.0 4388 608 pts/2 S+ 00:45 0:00 /bin/sh -c make -C /home/hum/Projects/clang_llvm/llvm/projects/compiler-rt \? ProjSrcRoot=/home/hum/Projects/clang_llvm/llvm/projects/compiler-rt \? ProjObjRoot=/home/hum/Projects/clang_llvm/build/tools/clang/runtime/compiler-rt \? CC="/home/hum/Projects/clang_llvm/build/Debug+Asserts/bin/clang" \? clang_linux hum 3248 0.0 0.0 15908 1356 pts/2 S+ 00:45 0:00 make -C /home/hum/Projects/clang_llvm/llvm/projects/compiler-rt ProjSr...
2012 Jul 13
0
[LLVMdev] Recompiling llvm+clang how-to?
Hi Journeyer J. Joh, > I have questions about compiling Clang+llvm. > > I compile as the link below instructs. > > http://clang.llvm.org/get_started.html > > I do on Ubuntu 12.04. > > `time make -j5` prints for about 13 minutes to compile a brand new > version of Clang+llvm. > And after this I edit some C++ code(clang/tools/driver/driver.cpp) and > compiles
2012 Jul 13
2
[LLVMdev] Recompiling llvm+clang how-to?
Hello list I have questions about compiling Clang+llvm. I compile as the link below instructs. http://clang.llvm.org/get_started.html I do on Ubuntu 12.04. `time make -j5` prints for about 13 minutes to compile a brand new version of Clang+llvm. And after this I edit some C++ code(clang/tools/driver/driver.cpp) and compiles using the very same makefile which was used above sentence. But this
2014 May 29
2
[LLVMdev] Problem in LLVM build 3.4
...g to build LLVM 3.4 on Ubuntu 12.04. The error message that I get is make[2]: Entering directory `/home/iiitd/build/projects/compiler-rt-3.4' Makefile:6: make/config.mk: No such file or directory Makefile:7: make/util.mk: No such file or directory Makefile:16: *** Refusing to build with empty ProjObjRoot variable. Stop. make[2]: Leaving directory `/home/iiitd/build/projects/compiler-rt-3.4' make[1]: *** [all] Error 1 make[1]: Leaving directory `/home/iiitd/build/projects' make: *** [all] Error 1 but when I check the files are in correct place. Can someone please help me rectifying this e...