delve icon indicating copy to clipboard operation
delve copied to clipboard

Support PowerPC

Open hmtai opened this issue 5 years ago • 4 comments

Please answer the following before submitting your issue:

Note: Please include any substantial examples (debug session output, stacktraces, etc) as linked gists.

  1. What version of Delve are you using (master version)?
  2. What version of Go are you using? (go version go1.10 linux/ppc64le)?
  3. What operating system and processor architecture are you using?( ubuntu 16.04 ppc64le)
  4. What did you do?(build dlv)
  5. What did you expect to see?
  6. What did you see instead?
go get -u github.com/go-delve/delve/cmd/dlv
# github.com/go-delve/delve/pkg/proc
src/github.com/go-delve/delve/pkg/proc/disasm.go:12:14: undefined: archInst

hmtai avatar May 31 '19 02:05 hmtai

@hmtai Maybe like this ? https://github.com/go-delve/delve/issues/1323

chainhelen avatar May 31 '19 06:05 chainhelen

I install on ubuntu 16.04 ppc64le.

hmtai avatar May 31 '19 06:05 hmtai

That architecture is not currently supported.

aarzilli avatar May 31 '19 07:05 aarzilli

Can any one suggest how to add delve support for PowerPC(ppc64le) with ubuntu linux os.

sachinkakatkar avatar Apr 28 '21 11:04 sachinkakatkar