1.下载子模块,可以避免依赖
git clone git://git.qemu-project.org/qemu.git cd qemu git submodule update --init ui/keycodemapdb git submodule update --init capstone git submodule update --init dtc
2.解决libc版本问题:
好吧,人家需要的是'GLIBC_2.14',先查看一下当前系统glibc的情况:
[root@localhost build]# strings /lib64/libc.so.6 |grep GLIBC
GLIBC_2.2.5
GLIBC_2.2.6
GLIBC_2.3
GLIBC_2.3.2
GLIBC_2.3.3
GLIBC_2.3.4
GLIBC_2.4
GLIBC_2.5
GLIBC_2.6
GLIBC_2.7
GLIBC_2.8
GLIBC_2.9
GLIBC_2.10
GLIBC_2.11
GLIBC_2.12
GLIBC_PRIVATE