[LLVMdev] Build failed Intrinsics.td no such file, it is there!

Jim Grosbach grosbach at apple.com
Fri Dec 21 12:53:19 PST 2012


This looks like you're trying to have your build directory be inside the source directory. Don't do that.

-Jim

On Dec 21, 2012, at 12:33 PM, Flexicat01 <nekroze.lives at gmail.com> wrote:

> Hello, i am trying to build llvm 3.2 and early into the make proccess i am
> getting this error:
> 
> llvm[1]: Building Intrinsics.gen.tmp from Intrinsics.td
> Could not open input file '/src/llvm-3.2.src/include/llvm/Intrinsics.td': No
> such file or directory
> Makefile:23: recipe for target
> `/src/llvm-3.2.src/build/lib/VMCore/Release+Asserts/Intrinsics.gen.tmp'
> failed
> make[1]: ***
> [/src/llvm-3.2.src/build/lib/VMCore/Release+Asserts/Intrinsics.gen.tmp]
> Error 1
> make[1]: Leaving directory `/src/llvm-3.2.src/build/lib/VMCore'
> /src/llvm-3.2.src/Makefile.rules:862: recipe for target `all' failed
> 
> I went to check for myself and the file
> '/src/llvm-3.2.src/include/llvm/Intrinsics.td' does infact exist right there
> so i don't understand what the problem is. Anyone seen something like this?
> 
> 
> 
> --
> View this message in context: http://llvm.1065342.n5.nabble.com/Build-failed-Intrinsics-td-no-such-file-it-is-there-tp52792.html
> Sent from the LLVM - Dev mailing list archive at Nabble.com.
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev




More information about the llvm-dev mailing list