rhit-neuro / deca

21 stars 7 forks source link

When ./run-emulator-test.sh in deca/scripts, error。 #2

Closed Crosshairs closed 4 years ago

Crosshairs commented 5 years ago

捕获1

heidecjj commented 5 years ago

Are you using the rhitdeca/rocket-chip-env docker image to run run-emulator-test.sh?

Crosshairs commented 5 years ago

No.Because when I use docker,I will find some internet problem.

Crosshairs commented 5 years ago

So.I don't use the docker

Crosshairs commented 5 years ago

Now,I use the docker.But error. image

heidecjj commented 5 years ago

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!

Crosshairs commented 5 years ago

image Why is the speed of the network so slow?When I clone riscv-linux.

heidecjj commented 5 years ago

I'm not sure. I'm glad things are at least working now though