|
|

楼主 |
发表于 2005-11-22 18:01:01
|
显示全部楼层
像这样的
make -C include
make[1]: Entering directory `/root/drcomsuite/include'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/root/drcomsuite/include'
make -C drcomc
make[1]: Entering directory `/root/drcomsuite/drcomc'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/root/drcomsuite/drcomc'
make -C drcomcd
make[1]: Entering directory `/root/drcomsuite/drcomcd'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/root/drcomsuite/drcomcd'
make -C module
make[1]: Entering directory `/root/drcomsuite/module'
make -C Linux
make[2]: Entering directory `/root/drcomsuite/module/Linux'
make -C 2.6.x_early
make[3]: Entering directory `/root/drcomsuite/module/Linux/2.6.x_early'
make -C /lib/modules/2.6.8-2-686/build SUBDIRS=/root/drcomsuite/module/Linux/2
.6.x_early modules
make: *** /lib/modules/2.6.8-2-686/build: 没有那个文件或目录。 停止。
make: Entering an unknown directorymake: Leaving an unknown directorymake[3]:
*** [all] 错误 2
make[3]: Leaving directory `/root/drcomsuite/module/Linux/2.6.x_early'
make[2]: *** [all] 错误 2
make[2]: Leaving directory `/root/drcomsuite/module/Linux'
make[1]: *** [all] 错误 2
make[1]: Leaving directory `/root/drcomsuite/module'
make: *** [module] 错误 2 |
|