A simple demo app on how to build binaries for "armv5te" architecture using Rust.
Add the required target using rustup
:
rustup target add armv5te-unknown-linux-musleabi
Install the linker. On MacOS:
brew install arm-linux-gnueabihf-binutils
A simple demo app on how to build binaries for "armv5te" architecture using Rust
Rust