Created
November 2, 2024 18:26
-
-
Save ab5tract/fa1c067fc9e4acc58d0e4492e5d94781 to your computer and use it in GitHub Desktop.
Error while attempting to compile `dedicated_nursery_memory_area`
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
compiling src/platform/posix/mmap.o | |
src/platform/posix/mmap.c:56:62: error: use of undeclared identifier 'MAP_FIXED_NOREPLACE' | |
void *block = mmap(addr, size, prot_mode, MVM_MAP_ANON | MAP_FIXED_NOREPLACE | MAP_PRIVATE | MAP_NORESERVE, -1, 0); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment