Skip to content

Error following the 'Getting started' tutorial #1161

Answered by Emilgardis
Jasperav asked this question in Q&A
Discussion options

You must be logged in to vote

sounds like the stable-x86_64-unknown-linux-gnu toolchain is a linked toolchain

what does rustup which --toolchain stable-x86_64-unknown-linux-gnu rustc give you? If it's a folder in .rustup this should probably work.

what you probably need to do is

rustup toolchain uninstall stable-x86_64-unknown-linux-gnu
rustup toolchain install stable-x86_64-unknown-linux-gnu --force-non-host

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Emilgardis
Comment options

Answer selected by Jasperav
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants