bamarni / pi64

A 64-bit OS for the Raspberry Pi 3
712 stars 126 forks source link

While building the Repo #97

Open vijaypanchal opened 4 years ago

vijaypanchal commented 4 years ago

+ GOOS=linux + GOARCH=arm64 + go build -o ./linux/usr/bin/pi64-update github.com/bamarni/pi64/cmd/pi64-update can't load package: package github.com/bamarni/pi64/cmd/pi64-update: cannot find package "github.com/bamarni/pi64/cmd/pi64-update" in any of: /usr/lib/go-1.10/src/github.com/bamarni/pi64/cmd/pi64-update (from $GOROOT) /root/go/src/github.com/bamarni/pi64/cmd/pi64-update (from $GOPATH) Makefile:24: recipe for target 'build/linux' failed