Error following the 'Getting started' tutorial #1161
-
I am on MacOS and I have installed Docker Desktop and cross. I am following this steps that are mentioned here: https://github.com/cross-rs/cross/wiki/Getting-Started
When I try to execute the
Any suggestions? |
Beta Was this translation helpful? Give feedback.
Answered by
Emilgardis
Nov 28, 2022
Replies: 1 comment 1 reply
-
sounds like the what does what you probably need to do is
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Jasperav
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sounds like the
stable-x86_64-unknown-linux-gnu
toolchain is a linked toolchainwhat 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