Peter Finn via llvm-dev
2015-Aug-12 17:21 UTC
[llvm-dev] LLVM_OBJ/projects/safecode/Debug+Asserts/bin/clang-tblgen Doesn't Exist
I was trying to compile SAFECode, and I got this error message: make[3]: *** No rule to make target `/Users/peterfinn/Desktop/build/projects/safecode/Debug+Asserts/lib/libLLVMTableGen.a', needed by `/Users/peterfinn/Desktop/build/projects/safecode/Debug+Asserts/bin/clang-tblgen'. Stop. I looked for LLVM_OBJ/projects/safecode/Debug+Asserts/bin/clang-tblgen, to correct it and make it look in the right directory, but that file doesn’t appear to exist. What’s going on? (My LLVM_OBJ directory is called “build”. That’s what that’s referring to.) Thanks, Peter Finn -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150812/22acecb6/attachment.html>
Peter Finn via llvm-dev
2015-Aug-13 21:06 UTC
[llvm-dev] LLVM_OBJ/projects/safecode/Debug+Asserts/bin/clang-tblgen Doesn't Exist
I assume that LLVM_OBJ/projects/safecode/Debug+Asserts/bin/clang-tblgen doesn’t exist until things start compiling, so I need to figure out how it’s created during compile time, so that I can make sure it looks for libLLVMTableGen.a in the correct location. How can I do this? Thanks, Peter Finn> On Aug 12, 2015, at 1:21 PM, Peter Finn <peterdfinn at icloud.com> wrote: > > I was trying to compile SAFECode, and I got this error message: > > make[3]: *** No rule to make target `/Users/peterfinn/Desktop/build/projects/safecode/Debug+Asserts/lib/libLLVMTableGen.a', needed by `/Users/peterfinn/Desktop/build/projects/safecode/Debug+Asserts/bin/clang-tblgen'. Stop. > > I looked for LLVM_OBJ/projects/safecode/Debug+Asserts/bin/clang-tblgen, to correct it and make it look in the right directory, but that file doesn’t appear to exist. What’s going on? > > (My LLVM_OBJ directory is called “build”. That’s what that’s referring to.) > > Thanks, > Peter Finn-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150813/11d2ad72/attachment.html>