-
Notifications
You must be signed in to change notification settings - Fork 17
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
ARM64 Support #16
Comments
Currently ARM64 binary is not provided because I don't have ARM64 Mac, and GitHub doesn't provide ARM64 CI runners. See #5. If you are using an ARM64 Mac, you can compile this program from source by installing Rust toolchain and running |
Compiling code-radio-cli v1.0.3 error[E0015]: cannot call non-const fn For more information about this error, try mac arm安装报错: rustc版本是1.61.0 |
@wangzhengbo |
i have tried building this in openwrt |
Add support for ARM architecture to make it compatible with Apple's M series processors.
The text was updated successfully, but these errors were encountered: