Skip to content

Instantly share code, notes, and snippets.

Created April 19, 2017 22:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/66d6cc2bb96e9e4552d2a4a936b701ef to your computer and use it in GitHub Desktop.
Save anonymous/66d6cc2bb96e9e4552d2a4a936b701ef to your computer and use it in GitHub Desktop.
Socrates:hello-world3 bRad$ cross run --target armv7-unknown-linux-steedeabihf --verbose
+ "cargo" "run" "--target" "armv7-unknown-linux-steedeabihf" "--verbose"
Compiling hello-world3 v0.1.0 (file:///Users/bRad/Development/bg/experiments/rust/hello-world3)
Running `rustc --crate-name hello_world3 src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=4e8b5d1b35977006 -C extra-filename=-4e8b5d1b35977006 --out-dir /Users/bRad/Development/bg/experiments/rust/hello-world3/target/armv7-unknown-linux-steedeabihf/debug/deps --target armv7-unknown-linux-steedeabihf -C linker=xargo-lld-wrapper -L dependency=/Users/bRad/Development/bg/experiments/rust/hello-world3/target/armv7-unknown-linux-steedeabihf/debug/deps -L dependency=/Users/bRad/Development/bg/experiments/rust/hello-world3/target/debug/deps`
error[E0463]: can't find crate for `std`
|
= note: the `armv7-unknown-linux-steedeabihf` target may not be installed
error: aborting due to previous error
error: Could not compile `hello-world3`.
Caused by:
process didn't exit successfully: `rustc --crate-name hello_world3 src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=4e8b5d1b35977006 -C extra-filename=-4e8b5d1b35977006 --out-dir /Users/bRad/Development/bg/experiments/rust/hello-world3/target/armv7-unknown-linux-steedeabihf/debug/deps --target armv7-unknown-linux-steedeabihf -C linker=xargo-lld-wrapper -L dependency=/Users/bRad/Development/bg/experiments/rust/hello-world3/target/armv7-unknown-linux-steedeabihf/debug/deps -L dependency=/Users/bRad/Development/bg/experiments/rust/hello-world3/target/debug/deps` (exit code: 101)
Socrates:hello-world3 bRad$ rustc --crate-name hello_world3 src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=4e8b5d1b35977006 -C extra-filename=-4e8b5d1b35977006 --out-dir /Users/bRad/Development/bg/experiments/rust/hello-world3/target/armv7-unknown-linux-steedeabihf/debug/deps --target armv7-unknown-linux-steedeabihf -C linker=xargo-lld-wrapper -L dependency=/Users/bRad/Development/bg/experiments/rust/hello-world3/target/armv7-unknown-linux-steedeabihf/debug/deps -L dependency=/Users/bRad/Development/bg/experiments/rust/hello-world3/target/debug/deps
error[E0463]: can't find crate for `std`
|
= note: the `armv7-unknown-linux-steedeabihf` target may not be installed
error: aborting due to previous error
Socrates:hello-world3 bRad$ rustup target list
aarch64-apple-ios
aarch64-linux-android
aarch64-unknown-linux-gnu
arm-linux-androideabi
arm-unknown-linux-gnueabi
arm-unknown-linux-gnueabihf
arm-unknown-linux-musleabi
arm-unknown-linux-musleabihf
armv7-apple-ios
armv7-linux-androideabi
armv7-unknown-linux-gnueabihf (installed)
armv7-unknown-linux-musleabihf
armv7s-apple-ios
asmjs-unknown-emscripten
i386-apple-ios
i586-pc-windows-msvc
i586-unknown-linux-gnu
i686-apple-darwin
i686-linux-android
i686-pc-windows-gnu
i686-pc-windows-msvc
i686-unknown-freebsd
i686-unknown-linux-gnu
i686-unknown-linux-musl
mips-unknown-linux-gnu
mips-unknown-linux-musl
mips64-unknown-linux-gnuabi64
mips64el-unknown-linux-gnuabi64
mipsel-unknown-linux-gnu
mipsel-unknown-linux-musl
powerpc-unknown-linux-gnu
powerpc64-unknown-linux-gnu
powerpc64le-unknown-linux-gnu
s390x-unknown-linux-gnu
sparc64-unknown-linux-gnu
wasm32-unknown-emscripten
x86_64-apple-darwin (default)
x86_64-apple-ios
x86_64-pc-windows-gnu
x86_64-pc-windows-msvc
x86_64-rumprun-netbsd
x86_64-unknown-freebsd
x86_64-unknown-linux-gnu
x86_64-unknown-linux-musl
x86_64-unknown-netbsd
Socrates:hello-world3 bRad$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment