[LLVMdev] (no subject) (original) (raw)
Kenneth Adam Miller kennethadammiller at gmail.com
Wed Jul 22 08:33:57 PDT 2015
- Previous message: [LLVMdev] (no subject)
- Next message: [LLVMdev] (no subject)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 at 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 error
make[5]: Leaving directory '/home/uidr7475/Work/LLVMOBJ/projects/safecode/tools/clang/include' /usr/bin/cp: cannot stat '/home/uidr7475/Work/LLVMSRC/projects/safecode/tools/clang/lib/Makefile': No such file or directory make[5]: Entering directory '/home/uidr7475/Work/LLVMOBJ/projects/safecode/tools/clang/lib' make[5]: *** No rule to make target 'all'. Stop. make[5]: Leaving directory '/home/uidr7475/Work/LLVMOBJ/projects/safecode/tools/clang/lib' /home/uidr7475/Work/LLVMSRC/Makefile.rules:862: recipe for target 'all' failed make[4]: *** [all] Error 1 make[4]: Leaving directory '/home/uidr7475/Work/LLVMOBJ/projects/safecode/tools/clang' /home/uidr7475/Work/LLVMSRC/Makefile.rules:921: recipe for target 'clang/.makeall' failed make[3]: *** [clang/.makeall] Error 2 make[3]: *** Waiting for unfinished jobs.... llvm[4]: Linking Release+Asserts Shared Library cygLTO.dll llvm[4]: Building Release+Asserts Archive Library libLTO.a make[4]: Leaving directory '/home/uidr7475/Work/LLVMOBJ/projects/safecode/tools/LTO' make[3]: Leaving directory '/home/uidr7475/Work/LLVMOBJ/projects/safecode/tools' /home/uidr7475/Work/LLVMSRC/Makefile.rules:862: recipe for target 'all' failed make[2]: *** [all] Error 1 make[2]: Leaving directory '/home/uidr7475/Work/LLVMOBJ/projects/safecode' /home/uidr7475/Work/LLVMSRC/Makefile.rules:862: recipe for target 'all' failed make[1]: *** [all] Error 1 make[1]: Leaving directory '/home/uidr7475/Work/LLVMOBJ/projects' /home/uidr7475/Work/LLVMSRC/Makefile.rules:947: recipe for target 'all' failed make: *** [all] Error 1 Thank You, Kind Regards, Nikhil Reddy Kothapally Master Student Technische Universität Chemnitz,(Germany) Automotive Software Engineering.
LLVM Developers mailing list LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150722/ad71a4b4/attachment.html>
- Previous message: [LLVMdev] (no subject)
- Next message: [LLVMdev] (no subject)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]