smbl64 / rust-armv5

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Rust 51.3%Language:Just 48.7%