(original) (raw)
I'm pretty sure that the output tells you that there's no makefile to execute such commands. If you didn't know it, LLVM makes use of cmake, so you make have to generate your makefile with "cmake ." (or at least that's the way I remembered it). Then type make.
On Wed, Jul 22, 2015 at 7:10 AM, Nikhil Reddy Kothapally <nikhilreddykotha@gmail.com> wrote:
Hello,I have tried a lot fix this error but am not able to can you please find me a solution am trying to compile the SAFECode in Cygwin Environment to work for windows.used make -j4 command to make the files in cygwin i have got this errormake\[5\]: Leaving directory '/home/uidr7475/Work/LLVM\_OBJ/projects/safecode/tools/clang/include' /usr/bin/cp: cannot stat '/home/uidr7475/Work/LLVM\_SRC/projects/safecode/tools/clang/lib/Makefile': No such file or directorymake\[5\]: Entering directory '/home/uidr7475/Work/LLVM\_OBJ/projects/safecode/tools/clang/lib'make\[5\]: \*\*\* No rule to make target 'all'. Stop.make\[5\]: Leaving directory '/home/uidr7475/Work/LLVM\_OBJ/projects/safecode/tools/clang/lib' /home/uidr7475/Work/LLVM\_SRC/Makefile.rules:862: recipe for target 'all' failedmake\[4\]: \*\*\* \[all\] Error 1make\[4\]: Leaving directory '/home/uidr7475/Work/LLVM\_OBJ/projects/safecode/tools/clang' /home/uidr7475/Work/LLVM\_SRC/Makefile.rules:921: recipe for target 'clang/.makeall' failedmake\[3\]: \*\*\* \[clang/.makeall\] Error 2make\[3\]: \*\*\* Waiting for unfinished jobs....llvm\[4\]: Linking Release+Asserts Shared Library cygLTO.dllllvm\[4\]: Building Release+Asserts Archive Library libLTO.amake\[4\]: Leaving directory '/home/uidr7475/Work/LLVM\_OBJ/projects/safecode/tools/LTO'make\[3\]: Leaving directory '/home/uidr7475/Work/LLVM\_OBJ/projects/safecode/tools' /home/uidr7475/Work/LLVM\_SRC/Makefile.rules:862: recipe for target 'all' failedmake\[2\]: \*\*\* \[all\] Error 1make\[2\]: Leaving directory '/home/uidr7475/Work/LLVM\_OBJ/projects/safecode' /home/uidr7475/Work/LLVM\_SRC/Makefile.rules:862: recipe for target 'all' failedmake\[1\]: \*\*\* \[all\] Error 1make\[1\]: Leaving directory '/home/uidr7475/Work/LLVM\_OBJ/projects' /home/uidr7475/Work/LLVM\_SRC/Makefile.rules:947: recipe for target 'all' failedmake: \*\*\* \[all\] Error 1Thank You,Kind Regards,Nikhil Reddy KothapallyMaster StudentTechnische Universität Chemnitz,(Germany)Automotive Software Engineering.
\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_
LLVM Developers mailing list
LLVMdev@cs.uiuc.edu http://llvm.cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev