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

post-02 broken on bootloader 0.11.3 and Rust nightly 2023-05-06 #1222

Open
nolemretaWxd opened this issue May 6, 2023 · 3 comments
Open

Comments

@nolemretaWxd
Copy link

nolemretaWxd commented May 6, 2023

When trying to compile post-02 project on Rust nightly 2023-05-06 and bootloader crate updated to 0.11.3, with rust +nightly bootimage, compiler throws a bunch of errors related to serde library, and getrandom library throwing 'target not supported error'

Version of bootloader that seemingly broke this project was 0.10.0, as it compiles correctly on 0.9.23 (bunch of serde lib errors on 0.11.0 and later, and The bootloader dependency has not the right format on 0.10.x)

Build log: https://pastebin.com/jrWweXDS
Platform I'm trying to build on is Windows x86_64

@nolemretaWxd nolemretaWxd changed the title Project broken on bootloader 0.11.3 and Rust nightly 2023-05-06 post-02 broken on bootloader 0.11.3 and Rust nightly 2023-05-06 May 6, 2023
@nolemretaWxd
Copy link
Author

Now I discovered that even though it compiles correctly, it throws an error upon startup
obraz

@phil-opp
Copy link
Owner

Thanks for reporting! The post-02 branch is not compatible with bootloader v0.11. Could you try it with bootloader v0.9? See also #1201.

@nolemretaWxd
Copy link
Author

nolemretaWxd commented Jun 1, 2023

Thanks for reporting! The post-02 branch is not compatible with bootloader v0.11. Could you try it with bootloader v0.9?

Yes, as I've mentioned in the original post, on bootloader v0.9.23, it compiles correctly, and I don't know what went wrong with previous attempt at running it, but it now runs correctly on unmodified source code

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

2 participants