Guest User

Untitled

a guest
Jun 23rd, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. C:UsersJason.rustuptoolchainsnightly-x86_64-pc-windows-msvclibrustlibsrcrust> rustup run nightly rustc --target
  2. arm-unknown-linux-gnueabihf -O -Z no-landing-pads src/libcore/lib.rs --out-dir C:/Users/Jason/rustlib/arm-unknown-linux
  3. -gnueabihf/lib
  4. error[E0601]: `main` function not found in crate `lib`
  5. |
  6. = note: consider adding a `main` function to `src/libcore/lib.rs`
  7.  
  8. error: aborting due to previous error
  9.  
  10. For more information about this error, try `rustc --explain E0601`.
  11.  
  12. [dependencies]
  13. "rust-libcore"="*"
  14.  
  15. C:UsersJasonReposrust-rasp [master +6 ~0 -0 !]> rustup run nightly cargo build --target=arm-unknown-linux-gnueabihf
  16. Compiling rust-libcore v0.0.3
  17. error: couldn't read "C:\Users\Jason\.cargo\registry\src\github.com-1ecc6299db9ec823\rust-libcore-0.0.3\rust/src/libcore\..\stdsimd\coresimd\mod.rs": The system cannot find the path specified. (os error 3)
  18. --> C:UsersJason.cargoregistrysrcgithub.com-1ecc6299db9ec823rust-libcore-0.0.3rust/src/libcore/lib.rs:247:5
  19. |
  20. 247 | mod coresimd;
  21. | ^^^^^^^^
  22.  
  23. error: aborting due to previous error
  24.  
  25. error: Could not compile `rust-libcore`.
Add Comment
Please, Sign In to add comment