|
ndiswrapper- Make Install Error
Here's the error:
[root@HAL ndiswrapper-0.7]# make install
make -C driver install
make[1]: Entering directory `/S/l/LIN/ndiswrapper-0.7/driver'
cc -DEXPORT_SYMTAB -DMODVERSIONS -include /lib/modules/2.4.19-16mdk/build/include/linux/modversions.h -DDRV_VERSION=\"0.7\" -DLINUX -D__KERNEL__ -DMODULE -I/lib/modules/2.4.19-16mdk/build/include -Wall -Wstrict-prototypes -fomit-frame-point
er -fno-strict-aliasing -pipe -mpreferred-stack-boundary=2 -O2 -c -o wrapper.o
wrapper.c
wrapper.c: In function `add_driver':
wrapper.c:1205: warning: implicit declaration of function `list_for_each_entry'
wrapper.c:1205: `list' undeclared (first use in this function)
wrapper.c:1205: (Each undeclared identifier is reported only once
wrapper.c:1205: for each function it appears in.)
wrapper.c:1206: parse error before '{' token
wrapper.c:1202: warning: unused variable `dup'
wrapper.c:1210: break statement not within loop or switch
wrapper.c: At top level:
wrapper.c:1212: parse error before '}' token
wrapper.c:1222: parse error before string constant
wrapper.c:1222: warning: type defaults to `int' in declaration of `printk_R1b7d4
074'
wrapper.c:1222: warning: function declaration isn't a prototype
wrapper.c:1222: warning: data definition has no type or storage class
wrapper.c:186: warning: `ndis_get_link' defined but not used
make[1]: *** [wrapper.o] Error 1
make[1]: Leaving directory `/S/l/LIN/ndiswrapper-0.7/driver'
make: *** [install] Error 2
Does anyone have any clue what this means?
and/or how to make this thing actually work??
Is there anyone that can help me out with this?
THANX!!!
|