[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Input requested on proposed chnages for Delve compilation issues on ppc64le



Thank you very much. It worked. 

So based on my understanding, we would need to remove the whole clause "!(ppc64le && exp.linuxppc64le)" and replace it with "!ppc64le".

I will create all the three issues on upstream and raise the PRs there. Thanks and regards.

On 01/09/25 14:50, Alessandro Arzilli wrote:
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.


Reply to: