lana555 / dynamatic

MIT License
86 stars 38 forks source link

Failed to build and install LLVM #6

Open minseongg opened 3 years ago

minseongg commented 3 years ago

Hi!

I think Build and install LLVM does not work in my local environment.

When I tried to clone the LLVM repository, it failed with the following error message.

➜  ~ git clone http://llvm.org/git/llvm.git --branch release_60 --depth 1
Cloning into 'llvm'...
fatal: unable to access 'http://llvm.org/git/llvm.git/': Maximum (20) redirects followed

Also, Auto-Installer Package in the dynamatic homepage does not work with the same problem.

+) My workaround was installing LLVM release 6.0 manually from this link

nikolapeja6 commented 3 years ago

Same here. Also, if you get some errors when compiling dynamatic (some include files from polly cannot be found), you'll probably need to copy clang and polly from the root of llvm-project to llvm-project/llvm/tools and make+install llvm again. I was having problems and that seems to have fixed the issue.