(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 error


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
make\[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' failed
make\[4\]: \*\*\* \[all\] Error 1
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
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/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' failed
make\[2\]: \*\*\* \[all\] Error 1
make\[2\]: Leaving directory '/home/uidr7475/Work/LLVM\_OBJ/projects/safecode' /home/uidr7475/Work/LLVM\_SRC/Makefile.rules:862: recipe for target 'all' failed
make\[1\]: \*\*\* \[all\] Error 1
make\[1\]: Leaving directory '/home/uidr7475/Work/LLVM\_OBJ/projects' /home/uidr7475/Work/LLVM\_SRC/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@cs.uiuc.edu http://llvm.cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev