-
Notifications
You must be signed in to change notification settings - Fork 12
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
cargo fel4 build: libsel4-sys troubles #91
Comments
I got past it with Now I'm failing to build with error[E0557]: feature has been removed Looks like it is using rust features that are no longer valid. Is fel4 a supported thing? Should I use it for a project or move on? Asking as there haven't been updates in a year... |
I've got the same problem, it seems to be a problem of an outdated version of Rust. |
I ran into the same, after fixing it.. I noticed it is already fixed on the master branch that this crate releases from: Try checking out that branch, then: You may have to |
@ratmice Thanks! It works for me. To anyone who may need help. please just run this and try again:
If it's still not passed, then you may need to create the project with this new fel4 again. |
I followed the README just fine up to
cargo fel4 build
and then hit:Full log is in https://gist.github.com/dckc/b0d3c30acab0a0fc14ada3f7a446b753
I got past that with:
Then I hit:
I'm not sure how to get past that one.
The text was updated successfully, but these errors were encountered: