Closed Crosshairs closed 4 years ago
Are you using the rhitdeca/rocket-chip-env
docker image to run run-emulator-test.sh
?
No.Because when I use docker,I will find some internet problem.
So.I don't use the docker
Now,I use the docker.But error.
You should probably be running docker as a normal user instead of as root. It looks like you might have done a git checkout
or git submodule update
as root at some point which messed up your permissions. If your non-root username is user
, use sudo chown -R user:user /home/crosshairs/deca
to make user
the owner of deca
. Then you should be able to run the submodule update command without errors.
Also, in case you come across times when you need sudo
, the password for the rose
user is Docker!
Why is the speed of the network so slow?When I clone riscv-linux.
I'm not sure. I'm glad things are at least working now though