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

Doesn't build on armhf #328

Open
sokoow opened this issue Dec 25, 2015 · 2 comments
Open

Doesn't build on armhf #328

sokoow opened this issue Dec 25, 2015 · 2 comments

Comments

@sokoow
Copy link

sokoow commented Dec 25, 2015

Getting following when trying to build on armhf with go 1.5.1:

go test -ldflags="-X main.Build=1a4250fb5147a9a06f608a5e89dccc4f62fd20c5" github.com/derekparker/delve/cmd/dlv github.com/derekparker/delve/config github.com/derekparker/delve/dwarf/frame github.com/derekparker/delve/dwarf/line github.com/derekparker/delve/dwarf/op github.com/derekparker/delve/dwarf/reader github.com/derekparker/delve/dwarf/util github.com/derekparker/delve/proc github.com/derekparker/delve/proc/test github.com/derekparker/delve/service github.com/derekparker/delve/service/api github.com/derekparker/delve/service/debugger github.com/derekparker/delve/service/rpc github.com/derekparker/delve/service/test github.com/derekparker/delve/terminal

github.com/derekparker/delve/proc

proc/registers.go:20: undefined: registers
proc/threads_linux.go:64: undefined: Regs

github.com/derekparker/delve/proc

proc/registers.go:20: undefined: registers
proc/threads_linux.go:64: undefined: Regs
make: *** [test] Error 2

@alanjds
Copy link

alanjds commented Jun 7, 2018

Today the error is a bit better, but still an error.

Will post their output later.

@zarelit
Copy link

zarelit commented May 26, 2023

As of 2023 it looks like delve is not supported on armhf by returning at build time

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 /app/pkg/proc/native

and is now documented here: https://github.com/go-delve/delve/blob/master/Documentation/faq.md#-im-getting-an-error-while-compiling-delve--unsupported-architectures-and-oss

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

No branches or pull requests

5 participants