q7s-rs-crosscompile/README.md

361 B

Cross-compiling Rust for the Raspberry PI

Prerequisites

  1. Install standard library

    rustup target add armv7-unknown-linux-gnueabihf
    
  2. Install a cross-compile toolchain and add it to your path. You can download one built with crosstool-ng from here.