Skip to content

Instantly share code, notes, and snippets.

@celaus
Created March 26, 2017 13:57
Show Gist options
  • Save celaus/e71a4290ab3da37a78088896dde43252 to your computer and use it in GitHub Desktop.
Save celaus/e71a4290ab3da37a78088896dde43252 to your computer and use it in GitHub Desktop.
How to build eden for ARM
docker run -i --rm \
-v $(pwd):/source \
-v /tmp/cargo/git:/root/.cargo/git \
-v /tmp/cargo/registry:/root/.cargo/registry \
-e CXX=arm-linux-gnueabihf-gcc-with-link-search \
dlecan/rust-crosscompiler-arm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment