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