Hello, I am running into an issue when trying to s...
# openlane
m
Hello, I am running into an issue when trying to setup openlane with
make pdk
(see picture below). The error seems to be related to a git submodule:
Could not access submodule 'third_party/make-env'
I am using RC6 and git version 2.25.1 on Ubuntu 20.04. Has anyone run into a similar issue or know how to fix this?
m
@March Boonyapaluk I think I had the same problem. Deleted the repo and reran it. (maybe)
s
did you init and update the submodule?
git submodule update && git submodule update
m
It works now! Thanks everyone. Turns out there is the same open issue on Github. I just have to update the .gitmodule like the comment suggested