the problem in building kernel

编译打包和其他
回复
Rei00yang
帖子: 12
注册时间: 2005-11-06 13:47

the problem in building kernel

#1

帖子 Rei00yang » 2006-07-12 22:22

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???
linuxcn.com
帖子: 36
注册时间: 2006-04-26 17:07

#2

帖子 linuxcn.com » 2006-08-01 15:30

just try to do:
cd /usr/src
ln -s linux-version linux
cd linux
cp /boot/config-version .config
make menuconfig
.........................
回复