Open walksanatora opened 1 day ago
What does rustup target add x86_64-pc-windows-gnu --toolchain stable-x86_64-unknown-linux-gnu
say? You probably need to uninstall your stable-x86_64-unknown-linux-gnu
toolchain and reinstall it
To clarify, this is not a cross issue, its rustup
Checklist
Describe your issue
I am trying to run
cross build --target x86_64-pc-windows-gnu
which fails withWhat target(s) are you cross-compiling for?
x86_64-pc-windows-gnu
Which operating system is the host (e.g computer cross is on) running?
What architecture is the host?
What container engine is cross using?
cross version
cross 0.2.5
Example
Additional information / notes
no clue. I also get the same error on my host machine when trying to install that