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
It is the first time I see it.
I have increased the size of /proc/sys/kernel/shmmax
to 128MB, but it does not solve the issue. Any ideas?
Thanks! :)