Skip to content

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

Notifications You must be signed in to change notification settings

smbl64/rust-armv5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks