carlosedp / riscv-bringup

Risc-V journey thru containers and new projects
270 stars 43 forks source link

cannot find package "." when build docker-cli #25

Closed jiangxiaobin96 closed 3 years ago

jiangxiaobin96 commented 3 years ago

I folllow the document docker to install docker in RVBoard. when build docker-cli, i meet the following error. `` ./scripts/build/binary Building static docker-linux-riscv64

jiangxiaobin96 commented 3 years ago

And there are no such directories in GOPATH mentioned in above error.

jiangxiaobin96 commented 3 years ago

My problem has been solved! Thanks.