Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rgoulter/b08534d8749478a8fdb1 to your computer and use it in GitHub Desktop.
Save rgoulter/b08534d8749478a8fdb1 to your computer and use it in GitHub Desktop.
Errors I get when I try to build Cling/LLVM/Clang on Cygwin (64 bit) using GCC 4.9
[ 8%] Built target llvm-tblgen
Scanning dependencies of target intrinsics_gen
[ 8%] Building Intrinsics.gen...
include/llvm/IR/CMakeFiles/intrinsics_gen.dir/build.make:87: recipe for target 'include/llvm/IR/Intrinsics.gen.tmp' failed
make[2]: *** [include/llvm/IR/Intrinsics.gen.tmp] Error 127
CMakeFiles/Makefile2:321: recipe for target 'include/llvm/IR/CMakeFiles/intrinsics_gen.dir/all' failed
make[1]: *** [include/llvm/IR/CMakeFiles/intrinsics_gen.dir/all] Error 2
Makefile:136: recipe for target 'all' failed
make: *** [all] Error 2
@rgoulter
Copy link
Author

rgoulter commented Dec 1, 2014

http://llvm.org/docs/GettingStarted.html#hardware
Cygwin x86_64 isn't a supported architecture.

@rgoulter
Copy link
Author

rgoulter commented Dec 1, 2014

;-P Switching to a 32-bit Cygwin / GCC 4.9 didn't end up differently, though.

@zach27
Copy link

zach27 commented Oct 31, 2015

So is the status on this still the same? I'm using Cygwin 64-bit to install LLVM on Windows 7 (64-bit) and am getting the same error. I installed all the software requirements in Cygwin listed here: http://llvm.org/docs/GettingStarted.html#software. Can Cygwin be used to install LLVM?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment