rust-osdev/bootimage

Can't Install bootimage with cargo install bootimage

Closed this issue · 3 comments

Anytime I try to install bootimage I get this error:
image
Any Help will be appreciated.

I solved the issue, it seems I added an underscore instead of dash in "compiler-builtins-mem"

Thanks for the update, good to hear that you figured out the issue.

Where did you create your .cargo/config.toml file? I recommend to set the build-std features only in a project-level .cargo/config.toml, not in your global one.

Thanks for the tip!