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
{{ message }}
This repository was archived by the owner on Dec 9, 2018. It is now read-only.
As with #11, this should allow specifying the ABI via a target flag. Again, I can only test the gnueabihf ABI, I need testers for the other ABIs.
The biggest obstacle would be that cargo dynamically links to OpenSSL, so the ARM version of that library will be needed on the host machine. Therefore, a debian unstable chroot should be used, since debian supports multiarch configurations.
As with #11, this should allow specifying the ABI via a target flag. Again, I can only test the
gnueabihfABI, I need testers for the other ABIs.The biggest obstacle would be that cargo dynamically links to OpenSSL, so the ARM version of that library will be needed on the host machine. Therefore, a debian unstable chroot should be used, since debian supports multiarch configurations.