summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/kernel/1738767
blob: 32589a4327caaacb1376ffc6e47ffc441b359e2c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
Cannot build QEMU on RHEL6 because of MAP_HUGETLB

Hello,
I've just downloaded qemu-2.11.0 sources and I wanted to build QEMU on RHEL6 x86_64, for various targets, amonst which arm-linux-user.

The build fails because /usr/include/bits/mman.h does not define MAP_HUGETLB.

I think it is needed since commit 541e16904.

I'm not sure if RHEL6 is still supported by QEMU? If so, can you fix this problem?

Thanks