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

Compilation on hermit fails because of missing libc components #108

Open
m-mueller678 opened this issue Dec 11, 2024 · 1 comment
Open

Comments

@m-mueller678
Copy link

Building for target x86_64-unknown-hermit fails because these are missing:

libc::MAP_ANON
libc::MAP_FAILED
libc::MAP_PRIVATE
libc::mmap
libc::mprotect
libc::munmap
libc::PROT_NONE
libc::PROT_WRITE
libc::_SC_PAGE_SIZE
@m-mueller678
Copy link
Author

m-mueller678 commented Dec 11, 2024

I have prepared a commit to treat hermit like wasm32, though I have not tested it yet. Depending on how it works out, I will open a pull request later.

9cff7c6

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

1 participant