Skip to content

Instantly share code, notes, and snippets.

@Restioson
Created September 13, 2017 16:19
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 Restioson/8b56373484d8f7bbb81c3db0ef45c9ad to your computer and use it in GitHub Desktop.
Save Restioson/8b56373484d8f7bbb81c3db0ef45c9ad to your computer and use it in GitHub Desktop.
nightly-aarch64-unknown-linux-gnu installed - (error reading rustc version)
restioson@RestiComp:~$ rustup default nightly-aarch64
info: using existing install for 'nightly-aarch64-unknown-linux-gnu'
info: default toolchain set to 'nightly-aarch64-unknown-linux-gnu'
nightly-aarch64-unknown-linux-gnu unchanged - (error reading rustc version)
restioson@RestiComp:~$ cargo
/home/restioson/.rustup/toolchains/nightly-aarch64-unknown-linux-gnu/bin/cargo: 1: /home/restioson/.rustup/toolchains/nightly-aarch64-unknown-linux-gnu/bin/cargo: Syntax error: word unexpected (expecting ")")
restioson@RestiComp:~$ rustc
/home/restioson/.rustup/toolchains/nightly-aarch64-unknown-linux-gnu/bin/rustc: 1: /home/restioson/.rustup/toolchains/nightly-aarch64-unknown-linux-gnu/bin/rustc: Syntax error: "(" unexpected
restioson@RestiComp:~$ rustdoc
/home/restioson/.rustup/toolchains/nightly-aarch64-unknown-linux-gnu/bin/rustdoc: 1: /home/restioson/.rustup/toolchains/nightly-aarch64-unknown-linux-gnu/bin/rustdoc: ELF@xU@8: not found
/home/restioson/.rustup/toolchains/nightly-aarch64-unknown-linux-gnu/bin/rustdoc: 7: /home/restioson/.rustup/toolchains/nightly-aarch64-unknown-linux-gnu/bin/rustdoc: Syntax error: ")" unexpected
restioson@RestiComp:~$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment