Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation of dlv fails on GOARCH=arm64 #1164

Closed
stapelberg opened this issue Mar 29, 2018 · 1 comment
Closed

Installation of dlv fails on GOARCH=arm64 #1164

stapelberg opened this issue Mar 29, 2018 · 1 comment

Comments

@stapelberg
Copy link
Contributor

stapelberg commented Mar 29, 2018

Is arm64 not a supported architecture by dlv? If no, are there plans to change that?

Trying to compile for arm64, I get:

% export GOPATH=$(mktemp -d)
% go get -u github.com/derekparker/delve/cmd/dlv              
% GOARCH=arm64 go install github.com/derekparker/delve/cmd/dlv
# github.com/derekparker/delve/pkg/proc
/tmp/tmp.Db7IszS3Cc/src/github.com/derekparker/delve/pkg/proc/disasm.go:11:14: undefined: ArchInst

Thanks!

@derekparker
Copy link
Member

Currently not supported, tracking the issue here: https://github.com/derekparker/delve/issues/118

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants