efabless / caravel_user_project_analog

Apache License 2.0
43 stars 88 forks source link

make run-precheck fails #33

Open nataraj-pinakapani opened 2 years ago

nataraj-pinakapani commented 2 years ago

make run-precheck fails with the following error

PDK Root: doesn't exists, please export the correct path before running make. make: *** [Makefile:144: check-pdk] Error 1

I run the following commands and I didn't error in any of these steps.

git clone https://github.com/efabless/caravel_user_project_analog.git cd caravel_user_project_analog make install make precheck make run-precheck

All the variables PDK_ROOT CARAVEL_ROOT PRECHECK_ROOT have been set properly.

Please let me know if you need more info to debug this error