After updating my rust toolchain to latest nightly, running xargo build -v --target=aarch64-nintendo-horizon-newlib gives errors out with Error loading target specification: Could not find specification for target "aarch64-nintendo-horizon-newlib". Full log can be found in this gist
Xargo 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, on nightly-2017-12-25, I get the error above.
After updating my rust toolchain to latest nightly, running
xargo build -v --target=aarch64-nintendo-horizon-newlibgives 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.