|
系统是centos4.7,原来里面可能已经装了ieee80211,装无线网卡驱动时不小心给删了,现在再装就提示出错:
Meng:/eda_tools/system_device/ieee80211-1.2.18>[38] make
Mkefile:17:
Makefile:18: WARNING: $SHELL not set to bash.
Makefile:19: If you experience build errors, try
Makefile:20: 'make SHELL=/bin/bash'.
Makefile:21:
Checking in /lib/modules/2.6.9-78.EL for ieee80211 components...
egrep: /lib/modules/2.6.9-78.EL/build//.config: No such file or directory
egrep: /lib/modules/2.6.9-78.EL/build//include/linux/autoconf.h: No such file or directory
make -C /lib/modules/2.6.9-78.EL/build M=/eda_tools/system_device/ieee80211-1.2.18 modules
make[1]: Entering directory `/lib/modules/2.6.9-78.EL/build'
make[1]: *** No rule to make target `modules'. Stop.
make[1]: Leaving directory `/lib/modules/2.6.9-78.EL/build'
make: *** [modules] Error 2
Meng:/eda_tools/system_device/ieee80211-1.2.18>[39] make IEEE80211_INC=/usr/include
Makefile:17:
Makefile:18: WARNING: $SHELL not set to bash.
Makefile:19: If you experience build errors, try
Makefile:20: 'make SHELL=/bin/bash'.
Makefile:21:
Checking in /lib/modules/2.6.9-78.EL for ieee80211 components...
egrep: /lib/modules/2.6.9-78.EL/build//.config: No such file or directory
egrep: /lib/modules/2.6.9-78.EL/build//include/linux/autoconf.h: No such file or directory
make -C /lib/modules/2.6.9-78.EL/build M=/eda_tools/system_device/ieee80211-1.2.18 modules
make[1]: Entering directory `/lib/modules/2.6.9-78.EL/build'
make[1]: *** No rule to make target `modules'. Stop.
make[1]: Leaving directory `/lib/modules/2.6.9-78.EL/build'
make: *** [modules] Error 2
这是什么原因呢 |
|