-
Notifications
You must be signed in to change notification settings - Fork 12
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
🚀 Support for ARM64 #35
Comments
Hello Bonny 🙋 |
Hello and thanks for your reply, @tgotwig ! If I may add, I tried cloning the repo and building it on the device but it got stuck for a while with something with I only did create a new entry in the makefile like this:
and
and then running |
Could you create the binary? What were the error messages you got? 🤔 |
I could not. It did something with If you need it I could reinstall the Rust toolset and retry it, but I don't think the end would be any different. Now that I think about it, it may have thrown an error about the architecture, maybe a docker image is amd64 only along the way? I'm not entirely sure it was from the build command tho. |
Ok, so, I did a liiiitle bit of experimenting. I don't know Rust at all tho. I tried to clone the repo from scratch, added the aforemented lines and ran I, then, tried to run the single command
Is cross even runnable on a RPI4? Out of my non-existent Rust expertise, I tried to run The fact that I don't know Rust make this a mess :P |
If you compile it on your RPI4 by |
Yes, that binary is working indeed. Apparently the |
Awesome! 🥳 Maybe you could fork this repo and upload your binary there? 🙏 |
Sure. But bare with me, I'm not even remotely an expert of Git/github. Should I fork and create a release? Or simply upload the binary folder and the tar.gz file? I usually clone and edit things locally 😅 |
Yeah like on the main repo (origin), thanks 😊 |
Also publishing this for ARM64 since last release 🤗✨ |
Heya!
I love this, but I'd like to run it on my Raspberry PI 4, is there any plan to release it for that platform?
Thank you!
The text was updated successfully, but these errors were encountered: