I'm trying to install ndis wrapper to use my wireless. This is on the latest ubuntu.
The error is long so i saved it to a text file.
http://www.zetolic.com/error.txt
colin@colin-desktop:~/Desktop/ndis$ make
make -C driver
make[1]: Entering directory `/home/colin/Desktop/ndis/driver'
make -C /usr/src/linux-headers-2.6.27-7-generic M=/home/colin/Desktop/ndis/driver
make[2]: Entering directory `/usr/src/linux-headers-2.6.27-7-generic'
CC [M] /home/colin/Desktop/ndis/driver/iw_ndis.o
/home/colin/Desktop/ndis/driver/iw_ndis.c: In function ‘ndis_translate_scan’:
/home/colin/Desktop/ndis/driver/iw_ndis.c:1037: warning: passing argument 1 of ‘iwe_stream_add_event’ from incompatible pointer type
/home/colin/Desktop/ndis/driver/iw_ndis.c:1037: warning: passing argument 3 of ‘iwe_stream_add_event’ from incompatible pointer type
/home/colin/Desktop/ndis/driver/iw_ndis.c:1037: warning: passing argument 4 of ‘iwe_stream_add_event’ makes pointer from integer without a cast
/home/colin/Desktop/ndis/driver/iw_ndis.c:1037: error: too few arguments to function ‘iwe_stream_add_event’
/home/colin/Desktop/ndis/driver/iw_ndis.c:1047: warning: passing argument 1 of ‘iwe_stream_add_point’ from incompatible pointer type
/home/colin/Desktop/ndis/driver/iw_ndis.c:1047: warning: passing argument 3 of ‘iwe_stream_add_point’ from incompatible pointer type
/home/colin/Desktop/ndis/driver/iw_ndis.c:1047: warning: passing argument 4 of ‘iwe_stream_add_point’ from incompatible pointer type
/home/colin/Desktop/ndis/driver/iw_ndis.c:1047: error: too few arguments to function ‘iwe_stream_add_point’
/home/colin/Desktop/ndis/driver/iw_ndis.c:1053: warning: passing argument 1 of ‘iwe_stream_add_event’ from incompatible pointer type
/home/colin/Desktop/ndis/driver/iw_ndis.c:1053: warning: passing argument 3 of ‘iwe_stream_add_event’ from incompatible pointer type
/home/colin/Desktop/ndis/driver/iw_ndis.c:1053: warning: passing argument 4 of ‘iwe_stream_add_event’ makes pointer from integer without a cast
/home/colin/Desktop/ndis/driver/iw_ndis.c:1053: error: too few arguments to function ‘iwe_stream_add_event’
/home/colin/Desktop/ndis/driver/iw_ndis.c:1064: warning: passing argument 1 of ‘iwe_stream_add_event’ from incompatible pointer type
/home/colin/Desktop/ndis/driver/iw_ndis.c:1064: warning: passing argument 3 of ‘iwe_stream_add_event’ from incompatible pointer type
/home/colin/Desktop/ndis/driver/iw_ndis.c:1064: warning: passing argument 4 of ‘iwe_stream_add_event’ makes pointer from integer without a cast
/home/colin/Desktop/ndis/driver/iw_ndis.c:1064: error: too few arguments to function ‘iwe_stream_add_event’
/home/colin/Desktop/ndis/driver/iw_ndis.c:1079: warning: passing argument 1 of ‘iwe_stream_add_event’ from incompatible pointer type
/home/colin/Desktop/ndis/driver/iw_ndis.c:1079: warning: passing argument 3 of ‘iwe_stream_add_event’ from incompatible pointer type
/home/colin/Desktop/ndis/driver/iw_ndis.c:1079: warning: passing argument 4 of ‘iwe_stream_add_event’ makes pointer from integer without a cast
/home/colin/Desktop/ndis/driver/iw_ndis.c:1079: error: too few arguments to function ‘iwe_stream_add_event’
/home/colin/Desktop/ndis/driver/iw_ndis.c:1093: warning: passing argument 1 of ‘iwe_stream_add_event’ from incompatible pointer type
/home/colin/Desktop/ndis/driver/iw_ndis.c:1093: warning: passing argument 3 of ‘iwe_stream_add_event’ from incompatible pointer type
/home/colin/Desktop/ndis/driver/iw_ndis.c:1093: warning: passing argument 4 of ‘iwe_stream_add_event’ makes pointer from integer without a cast
/home/colin/Desktop/ndis/driver/iw_ndis.c:1093: error: too few arguments to function ‘iwe_stream_add_event’
/home/colin/Desktop/ndis/driver/iw_ndis.c:1104: warning: passing argument 1 of ‘iwe_stream_add_point’ from incompatible pointer type
/home/colin/Desktop/ndis/driver/iw_ndis.c:1104: warning: passing argument 3 of ‘iwe_stream_add_point’ from incompatible pointer type
/home/colin/Desktop/ndis/driver/iw_ndis.c:1104: warning: passing argument 4 of ‘iwe_stream_add_point’ from incompatible pointer type
/home/colin/Desktop/ndis/driver/iw_ndis.c:1104: error: too few arguments to function ‘iwe_stream_add_point’
/home/colin/Desktop/ndis/driver/iw_ndis.c:1120: warning: passing argument 1 of ‘iwe_stream_add_value’ from incompatible pointer type
/home/colin/Desktop/ndis/driver/iw_ndis.c:1120: warning: passing argument 4 of ‘iwe_stream_add_value’ from incompatible pointer type
/home/colin/Desktop/ndis/driver/iw_ndis.c:1120: warning: passing argument 5 of ‘iwe_stream_add_value’ makes pointer from integer without a cast
/home/colin/Desktop/ndis/driver/iw_ndis.c:1120: error: too few arguments to function ‘iwe_stream_add_value’
/home/colin/Desktop/ndis/driver/iw_ndis.c:1131: warning: passing argument 1 of ‘iwe_stream_add_point’ from incompatible pointer type
/home/colin/Desktop/ndis/driver/iw_ndis.c:1131: warning: passing argument 3 of ‘iwe_stream_add_point’ from incompatible pointer type
/home/colin/Desktop/ndis/driver/iw_ndis.c:1131: warning: passing argument 4 of ‘iwe_stream_add_point’ from incompatible pointer type
/home/colin/Desktop/ndis/driver/iw_ndis.c:1131: error: too few arguments to function ‘iwe_stream_add_point’
/home/colin/Desktop/ndis/driver/iw_ndis.c:1137: warning: passing argument 1 of ‘iwe_stream_add_point’ from incompatible pointer type
/home/colin/Desktop/ndis/driver/iw_ndis.c:1137: warning: passing argument 3 of ‘iwe_stream_add_point’ from incompatible pointer type
/home/colin/Desktop/ndis/driver/iw_ndis.c:1137: warning: passing argument 4 of ‘iwe_stream_add_point’ from incompatible pointer type
/home/colin/Desktop/ndis/driver/iw_ndis.c:1137: error: too few arguments to function ‘iwe_stream_add_point’
/home/colin/Desktop/ndis/driver/iw_ndis.c:1159: warning: passing argument 1 of ‘iwe_stream_add_point’ from incompatible pointer type
/home/colin/Desktop/ndis/driver/iw_ndis.c:1159: warning: passing argument 3 of ‘iwe_stream_add_point’ from incompatible pointer type
/home/colin/Desktop/ndis/driver/iw_ndis.c:1159: warning: passing argument 4 of ‘iwe_stream_add_point’ from incompatible pointer type
/home/colin/Desktop/ndis/driver/iw_ndis.c:1159: error: too few arguments to function ‘iwe_stream_add_point’
make[3]: *** [/home/colin/Desktop/ndis/driver/iw_ndis.o] Error 1
make[2]: *** [_module_/home/colin/Desktop/ndis/driver] Error 2
make[2]: Leaving directory `/usr/src/linux-headers-2.6.27-7-generic'
make[1]: *** [modules] Error 2
make[1]: Leaving directory `/home/colin/Desktop/ndis/driver'
make: *** [all] Error 2






Reply With Quote





