LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Error messages show up after run "make all" (https://www.linuxquestions.org/questions/linux-networking-3/error-messages-show-up-after-run-make-all-125483/)

cynth33_2000 12-13-2003 08:56 AM

Error messages show up after run "make all"
 
Currently I'm trying to make my USB wireless network to work, so I download the atmel driver and when I start to install the Atmel driver by typing
# make config
that went fine and then I run
# make clean
This part is ok too. The probalem is when I run
# make all
It gives me some errors at the end.

Building src/usb src/apps/cmd_line
make[1]: Entering directory `/root/atmelwlandriver/src/usb'
for i in rfmd; do make $i || exit 1; done
make[2]: Entering directory `/root/atmelwlandriver/src/usb'
make final CFLAGS:='-D__KERNEL__ -O2 -fno-strict-aliasing -fomit-frame-pointer -pipe -I/lib/modules/2.4.20-8/build/include -I/root/atmelwlandriver/src/includes -I/root/atmelwlandriver/src/includes/usb -Wall -DRFMD' MODULE:='usbvnetr.o'
make[3]: Entering directory `/root/atmelwlandriver/src/usb'
gcc -D__KERNEL__ -O2 -fno-strict-aliasing -fomit-frame-pointer -pipe -I/lib/modules/2.4.20-8/build/include -I/root/atmelwlandriver/src/includes -I/root/atmelwlandriver/src/includes/usb -Wall -DRFMD -DMODULE -c vnetusba.c
vnetusba.c: In function `usb_vnet_ioctl':
vnetusba.c:706: structure has no member named `PairwiseCipherSuite'
vnetusba.c:706: `CIPHER_SUITE_WEP_128' undeclared (first use in this function)
vnetusba.c:706: (Each undeclared identifier is reported only once
vnetusba.c:706: for each function it appears in.)
make[3]: *** [vnetusba.o] Error 1
make[3]: Leaving directory `/root/atmelwlandriver/src/usb'
make[2]: *** [rfmd] Error 2
make[2]: Leaving directory `/root/atmelwlandriver/src/usb'
make[1]: *** [all] Error 1
make[1]: Leaving directory `/root/atmelwlandriver/src/usb'
make: *** [all] Error 1


Can anyone tell me what are those messages and how can I fix the error problem?
Thanks!


All times are GMT -5. The time now is 04:41 AM.