This file contains 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 mips-unknown-linux-uclibc hello.rs | |
error[E0514]: found crate `std` compiled by an incompatible version of rustc | |
| | |
= help: please recompile that crate using this compiler (rustc 1.16.0-nightly (4ecc85beb 2016-12-28)) | |
= note: crate `std` path #1: /home/vagrant/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/mips-unknown-linux-uclibc/lib/libstd_unicode-ce2437639102870c.rlib compiled by "rustc 1.16.0-dev (4ecc85beb 2016-12-28)" | |
= note: crate `std` path #2: /home/vagrant/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/mips-unknown-linux-uclibc/lib/libstd_shim-ce5875b2d5be2087.rlib compiled by "rustc 1.16.0-dev (4ecc85beb 2016-12-28)" | |
= note: crate `std` path #3: /home/vagrant/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/mips-unknown-linux-uclibc/lib/libstd-5e6fea6a0efe07f7.rlib compiled by "rustc 1.16.0-dev (4ecc85beb 2016-12-28)" | |
= note: crate `std` path #4: /home/vagrant/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/mips-unknown-linux-uclibc/lib/libstd-5e6fea6a0efe07f7.so compiled by "rustc 1.16.0-dev (4ecc85beb 2016-12-28)" | |
$ rustc -Vv | |
rustc 1.16.0-nightly (4ecc85beb 2016-12-28) | |
binary: rustc | |
commit-hash: 4ecc85beb339aa8089d936e450b0d800bdf580ae | |
commit-date: 2016-12-28 | |
host: x86_64-unknown-linux-gnu | |
release: 1.16.0-nightly | |
LLVM version: 3.9 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment