-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Bootimage instalation failure #853
Comments
Try running |
Yep. That worked. In hindsight it makes sense to build bootimage with the native toolchain. Thanks for the help. |
This is a known bug in cargo. Normally |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cargo install bootimage
fails on a clean clone of the master/post-02 branch. The output is as following:I also tried specifying the target as the error message indicates, but ran into the following issue:
Output of
rustc -V
:rustc 1.47.0-nightly (f44c6e4e2 2020-08-24)
.The text was updated successfully, but these errors were encountered: