-
Notifications
You must be signed in to change notification settings - Fork 377
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mac - can't cross build for any target #547
Comments
Hi, I don't know the details. But there is another issue open #522 As a workaround this worked for me. Install before compiling with cross the toolchain with minimal profile |
I've installed that per your suggestion. printing my tool chains I have
but still getting a build error:
|
@olitha's suggestion worked for me too, maybe retry a clean install of rustup |
when I use the nightly it works:
|
I'd recommend doing a clean install, annoying but there's likely weird conflicts arising somewhere and I doubt this is specifically a cross issue, since this is effectively failing on |
Closed since #522 has been merged, which fixes this.
That's likely because nightly doesn't have all the components, so it doesn't try to install conflicting components. |
reproduce
now try to cross build
(all of the following were tried)
My setup is:
The text was updated successfully, but these errors were encountered: