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

Cannot build kernel #23

Open
ragingSloth opened this issue Oct 14, 2014 · 1 comment
Open

Cannot build kernel #23

ragingSloth opened this issue Oct 14, 2014 · 1 comment

Comments

@ragingSloth
Copy link

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

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
@ragingSloth and others