|
|
- root@testing:/usr/src/linux-2.6.15.7# make menuconfig
- HOSTCC scripts/kconfig/mconf.o
- scripts/kconfig/mconf.c: In function 'exec_conf':
- scripts/kconfig/mconf.c:488: error: 'EINTR' undeclared (first use in this function)
- scripts/kconfig/mconf.c:488: error: (Each undeclared identifier is reported only once
- scripts/kconfig/mconf.c:488: error: for each function it appears in.)
- scripts/kconfig/mconf.c:488: error: 'EAGAIN' undeclared (first use in this function)
- make[1]: *** [scripts/kconfig/mconf.o] Error 1
- make: *** [menuconfig] Error 2
- root@testing:/usr/src/linux-2.6.15.7#
复制代码
使用ubuntu真的好不习惯!可是boss一定要用ubuntu,我晕!
在debian下编译内核无数次,居然ubuntu下无法工作。
错误见上面的code,
运行中的内核是别的计算机上编译好,打包的2.6.15.7,
问题好像是,内核构造系统去读取系统的/usr/include/linux,而不是内核源代码的include文件。
怎么搞定这个问题呢? |
|