go-delve / delve

Delve is a debugger for the Go programming language.
MIT License
22.84k stars 2.14k forks source link

Not compiling on raspberry pi 3b #3688

Closed jobo-zt closed 6 months ago

jobo-zt commented 6 months ago

Not compiling on raspberry pi 3b

go install github.com/go-delve/delve/cmd/dlv@latest ../../go/pkg/mod/github.com/go-delve/delve@v1.22.1/service/debugger/debugger.go:32:2: found packages native (dump_linux.go) and your_linux_architecture_is_not_supported_by_delve (support_sentinel_linux.go) in /home/pi/go/pkg/mod/github.com/go-delve/delve@v1.22.1/pkg/proc/native

aarzilli commented 6 months ago

Delve doesn't support arm32. You can install a 64bit OS and go toolchain. Duplicate of #2051.