Hi,
I am trying to Build an HDL project of one of the reference designs but am failing when invoking make. I am currently following this: Build an HDL project — HDL documentation (analogdevicesinc.github.io). I am using Cygwin
First I'm attaching the screen shot of the actual problem and where I am stuck:
I am using VIVADO version 2019.1. I have it fully installed and I've updated the .bashrc file as follows:
I've basically update the above according to my understanding of what it says to do in "Setup and check your environment". After I do this, I simply exit Cygwin and open the app again. Not sure if I'm doing this process correctly.
Also, the "verify your environment setup" is giving me the following:
As can be seen above, the "which vivado" is failing. I don't know why it's failing, and if that has anything to do with the make failing. Please advise.
Also in "Setup the HDL repository", it says to clone using "git clone git@github.com:analogdevicesinc/hdl.git", however i cloned using "git clone github.com/.../hdl.git.". The latter seems to work without the complications of the key requirement thing. I don't really get it, but I thought I'd mention it in case that could also be a clue to the problem.
Thank you,