分页: 1 / 1

the problem in building kernel

发表于 : 2006-07-12 22:22
Rei00yang
i was building the driver with kernel
the error code:
make -C /usr/src/linux-source-2.6.15 SUBDIRS=`pwd` DRMSRCDIR=`pwd` modules
make[1]: Entering directory `/usr/src/linux-source-2.6.15'
Makefile:490: .config: 没有那个文件或目录

WARNING: Symbol version dump /usr/src/linux-source-2.6.15/Module.symvers
is missing; modules will have no dependencies and modversions.

/root/Desktop/unichrome-20060322/drm/linux-core/Makefile:289: *** CONFIG_X86_CMPXCHG needs to be enabled in the kernel。 停止。

-----------------------------------------------------------
what can i do???

发表于 : 2006-08-01 15:30
linuxcn.com
just try to do:
cd /usr/src
ln -s linux-version linux
cd linux
cp /boot/config-version .config
make menuconfig
.........................