-
Notifications
You must be signed in to change notification settings - Fork 215
No package.metadata.bootloader.target
key found in Cargo.toml of bootloader
#195
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
Comments
I use bootloader 0.10.6
|
Are you following https://os.phil-opp.com? If so you need to use bootloader 0.9 and not 0.10. |
Yeah, this is problematic I wanted to use 0.10 version to remove the deprecation warnings for llvm_asm! but it doesn't work due to this issue. Any clarification so as to why the entry was removed would be welcome |
Bootloader 0.10 works in a fundamentally different way to add support for uefi. It for example it doesn't use bootimage at all. Doesn't the latest release in the 0.9 series work without llvm_asm? Does |
@bjorn3 Nope, even with Cargo update the warning is still there. And it is using the latest version in the 0.9 series: 0.9.19, I checked. |
@vikigenius Did you ever manage to get rid of the |
Nope, but I did manage to get the latest version of bootloader working following instructions in the crate documentation. |
With #204, I think we can now close this. |
I add the code below in Cargo.toml
but it still happen the error
The text was updated successfully, but these errors were encountered: