Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 295 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 295 Bytes

rust-armv5

A simple demo app on how to build binaries for "armv5te" architecture using Rust.

Building

Add the required target using rustup:

rustup target add armv5te-unknown-linux-musleabi

Install the linker. On MacOS:

brew install arm-linux-gnueabihf-binutils