Open daihuasheng opened 4 months ago
Did you modify anything?
Yes: Could you please share your modified code
No: cargo clean
, and try rebuilding. Not exactly sure how you got there.
No & Doesn't work?: How did you install rust, via rustup ?
Between edition 2 and 3, there were changes in LLVM regarding the alignment of i128. You need to update the layout definition in your target file. See #1292 and rust-osdev/bootloader#420 .
I know edition-3 is WIP, so sorry for bothering. I have tried edition-2 and be curious of what is different in new version. I cloned the branch
post-3.2
and runcargo build
immediately, which received:Version of toolchains:
Appreciate for you help, thank you!