|
发表于 2011-8-1 15:22:30
|
显示全部楼层
看来遇到这个问题的,不止我一个呀,我的CentOS5.6
ThinkPad E40
执行make的输出跟楼主的基本一样:
[root@localhost rtl8192se_linux_2.6.0019.1207.2010]# make
make[1]: Entering directory `/usr/src/kernels/2.6.18-238.el5-i686'
CC [M] /tmp/rtl8192se_linux_2.6.0019.1207.2010/HAL/rtl8192/rtl_core.o
In file included from /tmp/rtl8192se_linux_2.6.0019.1207.2010/HAL/rtl8192/../../rtllib/rtl819x_TS.h:21,
from /tmp/rtl8192se_linux_2.6.0019.1207.2010/HAL/rtl8192/../../rtllib/rtllib.h:48,
from /tmp/rtl8192se_linux_2.6.0019.1207.2010/HAL/rtl8192/rtl_core.h:54,
from /tmp/rtl8192se_linux_2.6.0019.1207.2010/HAL/rtl8192/rtl_core.c:47:
/tmp/rtl8192se_linux_2.6.0019.1207.2010/HAL/rtl8192/../../rtllib/rtl819x_Qos.h:60: 错误:枚举 ‘false’ 重声明
include/linux/stddef.h:16: 错误:‘false’ 的上一个定义在此
/tmp/rtl8192se_linux_2.6.0019.1207.2010/HAL/rtl8192/../../rtllib/rtl819x_Qos.h:60: 错误:枚举 ‘true’ 重声明
include/linux/stddef.h:18: 错误:‘true’ 的上一个定义在此
/tmp/rtl8192se_linux_2.6.0019.1207.2010/HAL/rtl8192/../../rtllib/rtl819x_Qos.h:60: 错误:与 ‘bool’ 类型冲突
include/linux/types.h:36: 错误:‘bool’ 的上一个声明在此
/tmp/rtl8192se_linux_2.6.0019.1207.2010/HAL/rtl8192/rtl_core.c: In function ‘rtl8192_pci_probe’:
/tmp/rtl8192se_linux_2.6.0019.1207.2010/HAL/rtl8192/rtl_core.c:6173: 警告:赋值丢弃了指针目标类型的限定
make[2]: *** [/tmp/rtl8192se_linux_2.6.0019.1207.2010/HAL/rtl8192/rtl_core.o] 错误 1
make[1]: *** [_module_/tmp/rtl8192se_linux_2.6.0019.1207.2010/HAL/rtl8192] 错误 2
make[1]: Leaving directory `/usr/src/kernels/2.6.18-238.el5-i686'
make: *** [all] 错误 2 |
|