You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe you need to export CGO_ENABLED=1 when cross-compiling. The Go language decides that CGO should be silently disabled by default for cross platform builds, and the result is missing symbols in cases where CGO would've provided them. Maybe we should add a !cgo file that triggers a more obvious error, to help with confusion around this? I feel like we considered that before, and I don't remember what we decided.
I am trying to cross-compile for my raspberry pi (see here keybase/client#2938).
returns
Do you have any idea how to fix this?
The text was updated successfully, but these errors were encountered: