On Mon, Sep 01, 2025 at 02:46:40PM +0530, tshah wrote: > Hello Alessandro, > > I checked the file content of support_sentinel_linux.go, it doesnt contain > the ppc64le tags but it still gives that error. > > debian@ltc-zz14-lp9:~/delve/delve-1.24.0$ cat > /home/debian/delve/delve-1.24.0/obj-powerpc64le-linux-gnu/src/github.com/go-delve/delve/pkg/proc/native/support_sentinel_linux.go > //go:build linux && !amd64 && !arm64 && !386 && !(riscv64 && > exp.linuxriscv64) > > // This file is used to detect build on unsupported GOOS/GOARCH > combinations. > > package your_linux_architecture_is_not_supported_by_delve > debian@ltc-zz14-lp9:~/delve/delve-1.24.0$
Add !ppc64le to it.

