Skip to content
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

ch11-fledgeos-0 not building. Fix provided. Error: feature(const_fn) has been removed #88

Open
AtulJatia opened this issue Sep 25, 2022 · 2 comments

Comments

@AtulJatia
Copy link

image

Errors:

  1. feature = "const_fn", feature(const_fn) has been removed
  2. cannot find macro asm in this scope

Steps to fix:

  1. Clear the cargo cache so that the old dependencies are not picked up (can use this cargo-cache crate, or google this up).
  2. Update the following packages to the new versions as specified below.
[dependencies]
bootloader = "0.9.22"
x86_64 = "0.14.10"
  1. Code should build and run as expected.
@AtulJatia AtulJatia changed the title ch11-fledgeos-0 not building with fix, feature(const_fn) has been removed ch11-fledgeos-0 not building. Fix provided, feature(const_fn) has been removed Sep 25, 2022
@AtulJatia AtulJatia changed the title ch11-fledgeos-0 not building. Fix provided, feature(const_fn) has been removed ch11-fledgeos-0 not building. Fix provided. Error: feature(const_fn) has been removed Sep 25, 2022
@Silwings-git
Copy link

Thank you

@yf8155674
Copy link

Thank you, it's work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants