Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make setup docker.sock error #3

Open
philiprbrenan opened this issue Aug 12, 2024 · 1 comment
Open

make setup docker.sock error #3

philiprbrenan opened this issue Aug 12, 2024 · 1 comment

Comments

@philiprbrenan
Copy link

I am trying to install caravel mini on Ubuntu 22, but I get the following error messages when running make setup

make[2]: Entering directory '/home/phil/zz/zeasal/caravel_user_mini/dependencies/openlane_src'
Makefile:23: warning: undefined variable 'DOCKER_SWAP'
Makefile:26: warning: undefined variable 'DOCKER_MEMORY'
Makefile:42: warning: undefined variable 'ROUTING_CORES'
Makefile:84: warning: undefined variable 'STD_CELL_LIBRARY'
permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Post "http://%2Fvar%2Frun%2Fdocker.sock/v1.24/images/create?fromImage=efabless%2Fopenlane&tag=2023.07.19-1": dial unix /var/run/docker.sock: connect: permission denied
make[2]: *** [Makefile:115: pull-openlane] Error 1
make[2]: Leaving directory '/home/phil/zz/zeasal/caravel_user_mini/dependencies/openlane_src'
make[1]: *** [Makefile:94: openlane] Error 2
make[1]: Leaving directory '/home/phil/zz/zeasal/caravel_user_mini/openlane'
make: *** [Makefile:215: openlane] Error 2

@vijayank88
Copy link

@philiprbrenan
after docker installation make that as rootless by following instruction from here and run make setup again to resolve above error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants