summary refs log tree commit diff stats
path: root/results/classifier/mode-gemma3:12b/system/1738767
blob: 07b5d883f8140a4a91c23954890abde8197fea7d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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