We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am trying to install caravel mini on Ubuntu 22, but I get the following error messages when running make setup
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
The text was updated successfully, but these errors were encountered:
@philiprbrenan after docker installation make that as rootless by following instruction from here and run make setup again to resolve above error.
Sorry, something went wrong.
No branches or pull requests
I am trying to install caravel mini on Ubuntu 22, but I get the following error messages when running
make setup
The text was updated successfully, but these errors were encountered: