-
Notifications
You must be signed in to change notification settings - Fork 109
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
no_std support #138
Comments
If we do this, I'd like to put our |
All of our
|
Most of these have corresponding types in We also use When parsing abbreviations, we use CFI unwinding uses Ditto for line number program evaluation's files and include directories. |
@Zoxc this is the kind of thing that I'd love to see happen, but is pretty much at the bottom of my personal priorities list. If you want to see this happen, it'll be up to you (no idea if @tromey or @philipc are interested in this effort). That said, I'm happy to help guide you through the code, review PRs, and answer any questions. Good luck! |
Note: Vec and HashMap are fine on no_std, you just need to use liballoc, for which the requirements are extremely relaxed. The only thing that concerns me is |
It would be nice for gimli to have
no_std
support so it could be used inside kernels.The text was updated successfully, but these errors were encountered: