|
|
发表于 2006-5-5 22:26:54
|
显示全部楼层
怎么configure的时候cc参数不灵了
- $ ./configure --prefix=/usr/local/qemu-cvs cc=x86_64-pc-linux-gnu-3.4.6 --enable-alsa --target-list=i386-user,x86_64-softmmu,i386-softmmu
- ERROR: "gcc" looks like gcc 4.x
- QEMU is known to have problems when compiled with gcc 4.x
- It is recommended that you use gcc 3.x to build QEMU
- To use this compiler anyway, configure with --disable-gcc-check
复制代码- ./configure --prefix=/usr/local/qemu-cvs cc=gcc-3.4.6 --enable-alsa --target-list=i386-user,x86_64-softmmu,i386-softmmu
- ERROR: "gcc" looks like gcc 4.x
- QEMU is known to have problems when compiled with gcc 4.x
- It is recommended that you use gcc 3.x to build QEMU
- To use this compiler anyway, configure with --disable-gcc-check
复制代码 |
|