You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
yeah I had to manually remove files. because rustup had semi-installed the windows-gnu target. but not installed enough for it to be removable via the rustup command
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
Tasks
The text was updated successfully, but these errors were encountered: