-
-
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
cargo bootimage fails with "cannot find macro asm
in this scope"
#1066
Comments
This is fixed with x86_64 version 0.14.7. Bootloader 0.9 will need to update to it. Opened rust-osdev/bootloader#207 for this. For now you can switch to rustc nightly-2021-12-13 using |
Thank you very much. |
@jmcph4 Thanks for checking! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tried to build the boot image (macOs Big Sur Arm Architecture).I used the source from branch part-02 and followed the instructions in the readme. When I run "cargo bootimage", I get the following error:
How can I solve this error?
The text was updated successfully, but these errors were encountered: