In a newly installed virtual machine, I get this error when compiling the kernel for the x86 architecture:
$ Could not mmap file: vmlinux $ make: *** [vmlinux] Error 1
This is the first time I see it. I increased the size of /proc/sys/kernel/shmmax to 128 MB, but this does not solve the problem. Any ideas?
Thanks!:)
linux kernel mmap
user3018391
source share