-
Notifications
You must be signed in to change notification settings - Fork 224
Open
Description
When trying to build the kernel with v0.12 of the rustc compiler I recieve the error
rustc -O --target i386-intel-linux --crate-type lib -o main.o --emit obj main.rs
error: requires `sized` lang_item
error: aborting due to previous error
Makefile:13: recipe for target 'main.o' failed
make: *** [main.o] Error 101
I believe this has to do with changes to the language, and I have made changes which allow it to complile
https://github.com/ragingSloth/rustboot/blob/39d3187f0f7e77501f58ae7b271dc27dab3035b8/main.rs
Metadata
Metadata
Assignees
Labels
No labels