Skip to content

Instantly share code, notes, and snippets.

@mp4096
Created March 31, 2017 12:21
Show Gist options
  • Select an option

  • Save mp4096/5672a451c42b070e42f0dd29bb706037 to your computer and use it in GitHub Desktop.

Select an option

Save mp4096/5672a451c42b070e42f0dd29bb706037 to your computer and use it in GitHub Desktop.
Rust on Raspberry Pi cross-compilation toolchain
# We use ARMv7, so Raspberry Pi >= 2 is required
rustup target add armv7-unknown-linux-gnueabihf
sudo apt-get install gcc-arm-linux-gnueabihf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment