:wave: Hello, team! After clone my caravel_user_pr...
# caravel
p
馃憢 Hello, team! After clone my caravel_user_project repo I run make setup and I'm getting this errors: make[2]: Entering directory '/home/pablo/asic/openlane_scr' Makefile26 warning: undefined variable 'DOCKER_MEMORY' Makefile42 warning: undefined variable 'ROUTING_CORES' Makefile84 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": dial unix /var/run/docker.sock: connect: permission denied make[2]: * [Makefile115 pull-openlane] Error 1 make[2]: Leaving directory '/home/pablo/asic/openlane_scr' make[1]: * [Makefile90 openlane] Error 2 make[1]: Leaving directory '/home/pablo/Documents/Allegro/efabless/GITHUB/caravel_user_project_TEST/openlane' make: * [Makefile202 openlane] Error 2 Can somebody help me with this?
f
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": dial unix /var/run/docker.sock: connect: permission denied
馃憤 1
This looks like a docker problem (e.g. for example that you are running are user but your user is not allowed to run docker command. Try running "docker run hello-world" . also did you read https://github.com/efabless/caravel_user_project/blob/main/docs/source/index.rst#section-quickstart and the the export PDK=sky130A ?
馃憤 2
p
Thanks @Freaking Tux for your help. I have upgrade my Linux Mint from version 21 to 21.2 and the issue was fixed. Thank you!