Skip to content

Instantly share code, notes, and snippets.

@ab5tract
Created November 2, 2024 18:26
Show Gist options
  • Save ab5tract/fa1c067fc9e4acc58d0e4492e5d94781 to your computer and use it in GitHub Desktop.
Save ab5tract/fa1c067fc9e4acc58d0e4492e5d94781 to your computer and use it in GitHub Desktop.
Error while attempting to compile `dedicated_nursery_memory_area`
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