-
-
Save jamesmunns/8d4de492b1b6eb56f078a1fe975aa758 to your computer and use it in GitHub Desktop.
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
james@archmac13r2 ➜ /tmp git clone git@github.com:dalek-cryptography/ed25519-dalek.git | |
Cloning into 'ed25519-dalek'... | |
remote: Counting objects: 737, done. | |
remote: Compressing objects: 100% (25/25), done. | |
remote: Total 737 (delta 15), reused 34 (delta 12), pack-reused 697 | |
Receiving objects: 100% (737/737), 481.62 KiB | 666.00 KiB/s, done. | |
Resolving deltas: 100% (378/378), done. | |
james@archmac13r2 ➜ /tmp cd ed25519-dalek | |
james@archmac13r2 ➜ ed25519-dalek git:(master) cargo build --no-default-features --target thumbv7em-none-eabihf | |
Updating registry `https://github.com/rust-lang/crates.io-index` | |
Downloading generic-array v0.9.0 | |
Downloading clear_on_drop v0.2.3 | |
Downloading curve25519-dalek v0.19.0 | |
Downloading digest v0.7.5 | |
Downloading proc-macro2 v0.4.13 | |
Downloading subtle v0.7.0 | |
Compiling typenum v1.10.0 | |
Compiling proc-macro2 v0.4.13 | |
Compiling unicode-xid v0.1.0 | |
Compiling cc v1.0.18 | |
Compiling rand_core v0.2.1 | |
Compiling subtle v0.7.0 | |
Compiling byteorder v1.2.4 | |
Compiling failure_derive v0.1.2 | |
Compiling rustc-demangle v0.1.9 | |
Compiling cfg-if v0.1.5 | |
Compiling rand v0.5.5 | |
error[E0463]: can't find crate for `std` ] 10/41: rand_core, s... | |
| | |
= note: the `thumbv7em-none-eabihf` target may not be installed | |
error: aborting due to previous error | |
For more information about this error, try `rustc --explain E0463`. | |
error: Could not compile `byteorder`. | |
warning: build failed, waiting for other jobs to finish... | |
error: build failed | |
james@archmac13r2 ➜ ed25519-dalek git:(master) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment