https://open-source-silicon.dev logo
m

March Boonyapaluk

03/16/2021, 9:50 PM
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

Mitch Bailey

03/17/2021, 2:30 AM
@March Boonyapaluk I think I had the same problem. Deleted the repo and reran it. (maybe)
s

Steve Kelly

03/17/2021, 2:50 AM
did you init and update the submodule?
git submodule update && git submodule update
m

March Boonyapaluk

03/17/2021, 4:20 AM
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