Hi. I'm having issues to start using OpenLane. I followed the installation steps, and finally ran "m...
t
Hi. I'm having issues to start using OpenLane. I followed the installation steps, and finally ran "make mount". It starts the OpenLane Container, but there are no permissions to do anything in /openlane. The directory has name:group set to 1000:1000. $USER is empty inside Container, whoami cannot find name for user ID 1000. Any suggestions how to proceed?
a
did you accidently sudo something? Its pretty common. The OpenLane folder needs to be available to the user and no command should be ran with sudo or from root
t
Thanks for the tip. I double-checked everything, and could not find issue. I re-cloned the repo, and made sure nothing was run as sudo. Still, the same access issue. I moved to trying iic-osic-tool docker container now. Seems to be working so far, although remapping some folders to docker is still giving permission issues.