Hello, I stuck here. Can any help me out what to d...
# general
s
Hello, I stuck here. Can any help me out what to do next.? Thanks
a
Hi @Sagar Yadav, it seems it would like to have higher level of privileges... (based on
permission denied
part of the message). However, that's just a guess, as good as you can get without more information - such as what is it that you have done to get this far, etc.
r
may be you should run the docker with sudo
s
1653150276419_image.png
r
before this you are running a make command right
s
Hii @Ryan R Yes before this I ran Export PDK and docker run -it -v $(pwd):/openLANE_flow -v $PDK_ROOT:$PDK_ROOT -e PDK_ROOT=$PDK_ROOT -u $(id -u $USER):$(id -g $USER) openlane:current
Getting same "permission denied" with sudo docker also
r
you can run : sudo make mount
after that the ./flow command
s
Not working for me
@Ryan R @Kunal In root mode,I ran the flow for inverter. Flow is done successfully but no "runs" folder is created in inverter directory. Please help
a
try sudo chmod -R 755 the openlane folder, but not from docker Then sudo chown -R $USER openlane folder.
s
Hi @Arman Avetisyan Its not working for me, I am getting the same permission denied error