分页: 1 / 1

求助:kernel编译的时候出错

发表于 : 2013-05-29 8:35
love_zh
scripts/kconfig/conf --silentoldconfig Kconfig
warning: (SCSI_SRP) selects SCSI_TGT which has unmet direct dependencies
(SCSI && EXPERIMENTAL)
warning: (DRM) selects DMA_SHARED_BUFFER which has unmet direct
dependencies (EXPERIMENTAL)
warning: (PATA_QDI && PATA_WINBOND_VLB) selects PATA_LEGACY which has
unmet direct dependencies (ATA && ATA_SFF && (ISA || PCI) && EXPERIMENTAL)
warning: (SCSI_SRP) selects SCSI_TGT which has unmet direct dependencies
(SCSI && EXPERIMENTAL)
warning: (DRM) selects DMA_SHARED_BUFFER which has unmet direct
dependencies (EXPERIMENTAL)
warning: (PATA_QDI && PATA_WINBOND_VLB) selects PATA_LEGACY which has
unmet direct dependencies (ATA && ATA_SFF && (ISA || PCI) && EXPERIMENTAL)

*** Error during update of the configuration.

make[2]: *** [silentoldconfig] Error 1
make[1]: *** [silentoldconfig] Error 2
make[1]: Nothing to be done for `all'.
make[1]: Nothing to be done for `relocs'.
make: *** No rule to make target `include/config/auto.conf', needed by
`include/config/kernel.release'. Stop.

上面是编译出错的信息,linux-3.5.0的版本,在VMware上面装的。

Re: 求助:kernel编译的时候出错

发表于 : 2013-05-29 10:03
YeLee
zcat /proc/config.gz |grep CONFIG_EXPERIMENTAL
CONFIG_EXPERIMENTAL=y

Re: 求助:kernel编译的时候出错

发表于 : 2013-05-29 10:57
love_zh
谢谢你的回复,我是直接拷贝的ubuntu的config,加上CONFIG_EXPERIMENTAL=y这句后还是出现 Error during update of the configuration.设置配置的时候会不会和虚拟机分配的硬件大小有关系吗?