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 encountered a compilation error when using the github.com/bytedance/sonic package on an armv7 architecture.The error message is:
38.96 # github.com/bytedance/sonic/internal/rt
38.96 /go/pkg/mod/github.com/bytedance/[email protected]/internal/rt/fastmem.go:145:6: missing function body
This error occurs when trying to compile my Go application, which depends on the github.com/bytedance/sonic package. The same code compiles successfully on amd64 and arm64 architectures, but fails on armv7
The text was updated successfully, but these errors were encountered:
Description
I encountered a compilation error when using the
github.com/bytedance/sonic
package on an armv7 architecture.The error message is:This error occurs when trying to compile my Go application, which depends on the
github.com/bytedance/sonic
package. The same code compiles successfully on amd64 and arm64 architectures, but fails on armv7The text was updated successfully, but these errors were encountered: