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
Apologies for the slow reply on this. I took a quick look at the symbols when attempting to cross compile, and still haven't been able to work out where it breaks 🤔.
I imagine this'd be a problem on any GOOS, as the culprit seems to be the GOARCH here, but not sure why... I'll continue taking a look though.
I'm on an m1 mac and running below command when this error occurs.
CGO_LDFLAGS_ALLOW=-Wl,-no_pie GOOS=darwin GOARCH=arm64 go build -buildmode=c-shared -o "example.node" -a ./cmd
The text was updated successfully, but these errors were encountered: