Created
March 31, 2017 12:21
-
-
Save mp4096/5672a451c42b070e42f0dd29bb706037 to your computer and use it in GitHub Desktop.
Rust on Raspberry Pi cross-compilation toolchain
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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