-
Notifications
You must be signed in to change notification settings - Fork 41
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
Add a release for armv7l #187
Comments
Yes you can, I am not entirely sure about that particular architecture but you can cross-compile in rust quite easily. |
Just cross compiled on archlinux. My steps (paru is the AUR helper):
but this results in glibc dependence. I used musl avoid this. Here's the commands
Edit: fixed newline. |
Thanks for your input! |
I would recommend to try
To list all possible rust target archs you can do: |
@RancidCrab55 on my laptop:
Maybe you just have to add it to the PATH? Once you manage to get the compiler everything should be straightforward. I noticed that with the cross compiled version I can no longer use my previous config and I have to relink the device, though. |
Just in case anyone else need to cross compile for arm, a new error just came up:
It's possibly due to sfackler/rust-openssl#1779 Until this is fixed,
|
I'd love to try gurk on my Nokia N900 with Postmarket OS.
However I can't build it on there as it is way to slow.
It would be awsome to get a release for 32bit arm.
Specifically:
armv7l
musl libc (armhf)
Or is there a way I can build a binary on my PC for that architecture?
The text was updated successfully, but these errors were encountered: