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

Compilation error on armv7: missing function body in fastmem.go:145 #699

Closed
axliupore opened this issue Sep 12, 2024 · 2 comments
Closed

Comments

@axliupore
Copy link

Description

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
image
@liuq19
Copy link
Collaborator

liuq19 commented Sep 12, 2024

sonic does not support 32-bit architecture

@axliupore
Copy link
Author

sonic does not support 32-bit architecture

Thanks for your reply

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