|
|
安装配置 NDISWrapper ,
make install 出错,
[root@localhost ndiswrapper-0.11]# make install
make -C driver install
make[1]: Entering directory `/usr/software/ndiswrapper-0.11/driver'
cc -DEXPORT_SYMTAB -DMODVERSIONS -include /lib/modules/2.4.21-9.EL/build/in
clude/linux/modversions.h -DNDISWRAPPER_VERSION=\"0.11\" -DEXTRA_VERSION=\"
\" -DLINUX -D__KERNEL__ -DMODULE -I/lib/modules/2.4.21-9.EL/build/include -
Wall -Wstrict-prototypes -fomit-frame-pointer -fno-strict-aliasing -pipe -m
preferred-stack-boundary=2 -O2 -c -o wrapper.o wrapper.c
In file included from /lib/modules/2.4.21-9.EL/build/include/linux/spinlock
.h:56,
from /lib/modules/2.4.21-9.EL/build/include/linux/module.h
:11,
from wrapper.c:16:
/lib/modules/2.4.21-9.EL/build/include/asm/spinlock.h:9: invalid suffix on
integer constant
/lib/modules/2.4.21-9.EL/build/include/asm/spinlock.h:9: syntax error befor
e numeric constant
/lib/modules/2.4.21-9.EL/build/include/asm/spinlock.h:10: `printk_R_ver_str
' declared as function returning a function
/lib/modules/2.4.21-9.EL/build/include/asm/spinlock.h:10: warning: function
declaration isn't a prototype
In file included from /lib/modules/2.4.21-9.EL/build/include/linux/prefetch
.h:13,
from /lib/modules/2.4.21-9.EL/build/include/linux/list.h:6
,
from /lib/modules/2.4.21-9.EL/build/include/linux/module.h
:12,
from wrapper.c:16:
/lib/modules/2.4.21-9.EL/build/include/asm/processor.h:61: warning: paramet
er names (without types) in function declaration
/lib/modules/2.4.21-9.EL/build/include/asm/processor.h:61: field `loops_per
_jiffy_R_ver_str' declared as a function
/lib/modules/2.4.21-9.EL/build/include/asm/processor.h:84: invalid suffix o
n integer constant
/lib/modules/2.4.21-9.EL/build/include/asm/processor.h:84: syntax error bef
ore numeric constant
/lib/modules/2.4.21-9.EL/build/include/asm/processor.h:84: warning: functio
n declaration isn't a prototype
In file included from /lib/modules/2.4.21-9.EL/build/include/linux/prefetch
.h:13,
from /lib/modules/2.4.21-9.EL/build/include/linux/list.h:6
,
from /lib/modules/2.4.21-9.EL/build/include/linux/module.h
:12,
from wrapper.c:16:
/lib/modules/2.4.21-9.EL/build/include/asm/processor.h:270:1: warning: "EIS
A_bus" redefined
In file included from /lib/modules/2.4.21-9.EL/build/include/linux/modversi
ons.h:138,
from <command line>:1:
/lib/modules/2.4.21-9.EL/build/include/linux/modules/i386_ksyms.ver:81:1: w
arning: this is the location of the previous definition
/lib/modules/2.4.21-9.EL/build/include/asm/processor.h:272: warning: parame
ter names (without types) in function declaration
In file included from wrapper.c:16:
/lib/modules/2.4.21-9.EL/build/include/linux/module.h:190: invalid suffix o
n integer constant
/lib/modules/2.4.21-9.EL/build/include/linux/module.h:190: syntax error bef
ore numeric constant
/lib/modules/2.4.21-9.EL/build/include/linux/module.h:190: `inter_module_re
gister_R_ver_str' declared as function returning a function
/lib/modules/2.4.21-9.EL/build/include/linux/module.h:190: warning: functio
n declaration isn't a prototype
/lib/modules/2.4.21-9.EL/build/include/linux/module.h:191: invalid suffix o
n integer constant
/lib/modules/2.4.21-9.EL/build/include/linux/module.h:191: syntax error bef
ore numeric constant
/lib/modules/2.4.21-9.EL/build/include/linux/module.h:191: `inter_module_un
register_R_ver_str' declared as function returning a function
/lib/modules/2.4.21-9.EL/build/include/linux/module.h:191: warning: functio
n declaration isn't a prototype
/lib/modules/2.4.21-9.EL/build/include/linux/module.h:192: `inter_module_ge t_R_ver_str' declared as function returning a function
/lib/modules/2.4.21-9.EL/build/include/linux/module.h:192: warning: paramet er names (without types) in function declaration
/lib/modules/2.4.21-9.EL/build/include/linux/module.h:193: `inter_module_ge t_request_R_ver_str' declared as function returning a function
/lib/modules/2.4.21-9.EL/build/include/linux/module.h:193: warning: paramet er names (without types) in function declaration
/lib/modules/2.4.21-9.EL/build/include/linux/module.h:194: invalid suffix o n integer constant
/lib/modules/2.4.21-9.EL/build/include/linux/module.h:194: syntax error bef ore numeric constant
/lib/modules/2.4.21-9.EL/build/include/linux/module.h:194: `inter_module_pu t_R_ver_str' declared as function returning a function
/lib/modules/2.4.21-9.EL/build/include/linux/module.h:194: warning: functio n declaration isn't a prototype
/lib/modules/2.4.21-9.EL/build/include/linux/module.h:203: `try_inc_mod_cou nt_R_ver_str' declared as function returning a function
/lib/modules/2.4.21-9.EL/build/include/linux/module.h:203: warning: paramet er names (without types) in function declaration
make[1]: *** [wrapper.o] Error 1
make[1]: Leaving directory `/usr/software/ndiswrapper-0.11/driver'
make: *** [install] Error 2
谢谢!
Linux ES 3 |
|