-
Notifications
You must be signed in to change notification settings - Fork 214
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
.text and .partition_table range overlap on latest nightly #291
Comments
Thanks for reporting! I think we fixed this error as part of #283, which is not merged yet. Could you try the |
Ah, it was even in with the fundy error, release branch compiles fine. I guess this issue will work for documenting the bug at least. |
Thanks for testing! Yeah, this issue is definitely useful until we merge #283, thanks! I pinned it to the top of the issues list. |
Thanks! Glad I can help some, still trying to learn more OS dev to directly contribute |
On Windows 10, using Nightly 11/29/2022, the .text and .partition_table range overlap, preventing bootloader from building:
I pulled commit 2ac7140 to make sure the issue is caused by an update in the toolchain, and previous versions failed to compile as well. The build passed on another Windows 10 pc running a Nightly from earlier this month, I will update on it as well to confirm the issue isn't device-specific.
The text was updated successfully, but these errors were encountered: