Created
May 15, 2014 14:12
-
-
Save nulldatamap/b47c0f49d736a990b556 to your computer and use it in GitHub Desktop.
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
| $ rustc --target=arm-unknown-linux-gnueabihf main.rs -C linker=arm-linux-gnueabihf-g++ -C "llvm-args=-mcpu=arm1176jzf-s" | |
| rustc: Unknown command line argument '-mcpu=arm1176jzf-s'. Try: 'rustc -help' | |
| rustc: Did you mean '-debug=arm1176jzf-s'? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment