<div dir="ltr">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.</div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jul 22, 2015 at 7:10 AM, Nikhil Reddy Kothapally <span dir="ltr"><<a href="mailto:nikhilreddykotha@gmail.com" target="_blank">nikhilreddykotha@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Hello,</div><div>        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.</div><div><br></div><div>used make -j4 command to make the files in cygwin   i have got this error</div><div><br></div><div><br></div><div><div>make[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 directory</div><div>make[5]: Entering directory '/home/uidr7475/Work/LLVM_OBJ/projects/safecode/tools/clang/lib'</div><div>make[5]: *** No rule to make target 'all'.  Stop.</div><div>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' failed</div><div>make[4]: *** [all] Error 1</div><div>make[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' failed</div><div>make[3]: *** [clang/.makeall] Error 2</div><div>make[3]: *** Waiting for unfinished jobs....</div><div>llvm[4]: Linking Release+Asserts Shared Library cygLTO.dll</div><div>llvm[4]: Building Release+Asserts Archive Library libLTO.a</div><div>make[4]: Leaving directory '/home/uidr7475/Work/LLVM_OBJ/projects/safecode/tools/LTO'</div><div>make[3]: Leaving directory '/home/uidr7475/Work/LLVM_OBJ/projects/safecode/tools' /home/uidr7475/Work/LLVM_SRC/Makefile.rules:862: recipe for target 'all' failed</div><div>make[2]: *** [all] Error 1</div><div>make[2]: Leaving directory '/home/uidr7475/Work/LLVM_OBJ/projects/safecode' /home/uidr7475/Work/LLVM_SRC/Makefile.rules:862: recipe for target 'all' failed</div><div>make[1]: *** [all] Error 1</div><div>make[1]: Leaving directory '/home/uidr7475/Work/LLVM_OBJ/projects' /home/uidr7475/Work/LLVM_SRC/Makefile.rules:947: recipe for target 'all' failed</div><div>make: *** [all] Error 1</div></div><div><br></div><div>      </div><div><div><div dir="ltr"><div style="font-size:12.8000001907349px">Thank You,</div><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">Kind Regards,</div><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">Nikhil Reddy Kothapally </div><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">Master Student </div><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">Technische Universität Chemnitz,(Germany)</div><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">Automotive Software Engineering.</div></div></div></div>
</div>
<br>_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:LLVMdev@cs.uiuc.edu">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu" rel="noreferrer" target="_blank">http://llvm.cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" rel="noreferrer" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><br>
<br></blockquote></div><br></div>