-
Notifications
You must be signed in to change notification settings - Fork 93
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
Xargo error: can't find specification for target #194
Comments
I suppose this is related to this commit: f5349aa. However, given I'm running version 0.3.10, maybe that fix is not enough ? |
My bad. This is a duplicate of #186 and rust-lang/cargo#4905. |
Actually reopening. I think the documentation/readme should be fixed to mention that people should set |
That's a Cargo breakage. Older Cargos don't have that problem. You are free to send a pull request to update the documentation. |
After updating my rust toolchain to latest nightly, running
xargo build -v --target=aarch64-nintendo-horizon-newlib
gives errors out withError loading target specification: Could not find specification for target "aarch64-nintendo-horizon-newlib"
. Full log can be found in this gistXargo version is 0.3.10.
So after ensuring it didn't happen on my old toolchain, I tried to cut down which nightly version broke it, and it seems to be nightly-2017-12-25. On
nightly-2017-12-24
, everything works fine, onnightly-2017-12-25
, I get the error above.The text was updated successfully, but these errors were encountered: