Quote:
|
You have a space in the directory name "Prism 2.5", change the file and directory names so that there aren't any spaces in them
|
Damn!Thanks mark for your observation ! I had no idea that make minds the gaps in dirs. Ok make initialized but i get now the following error. Can you interprate this also please?
make -C /lib/modules/2.6.16-1.2128_FC5/build SUBDIRS=/root/Desktop/Prism2.5/Host ap0.3.x/hostap-driver-0.3.10/driver/modules \
MODVERDIR=/root/Desktop/Prism2.5/Hostap0.3.x/hostap-driver-0.3.10/driver /modules modules
make[1]: Entering directory `/usr/src/kernels/2.6.16-1.2128_FC5-i686'
CC [M] /root/Desktop/Prism2.5/Hostap0.3.x/hostap-driver-0.3.10/driver/modules /hostap.o
CC [M] /root/Desktop/Prism2.5/Hostap0.3.x/hostap-driver-0.3.10/driver/modules/hostap_crypt_wep.o
CC [M] /root/Desktop/Prism2.5/Hostap0.3.x/hostap-driver-0.3.10/driver/modules/hostap_crypt_tkip.o
CC [M] /root/Desktop/Prism2.5/Hostap0.3.x/hostap-driver-0.3.10/driver/modules/hostap_crypt_ccmp.o
CC [M] /root/Desktop/Prism2.5/Hostap0.3.x/hostap-driver-0.3.10/driver/modules/hostap_cs.o
/root/Desktop/Prism2.5/Hostap0.3.x/hostap-driver-0.3.10/driver/modules/hostap_cs.c: In function ‘prism2_attach’:
/root/Desktop/Prism2.5/Hostap0.3.x/hostap-driver-0.3.10/driver/modules/hostap_cs.c:535: warning: implicit declaration of function ‘pcmcia_register_client’
/root/Desktop/Prism2.5/Hostap0.3.x/hostap-driver-0.3.10/driver/modules/hostap_cs.c: In function ‘prism2_detach’:
/root/Desktop/Prism2.5/Hostap0.3.x/hostap-driver-0.3.10/driver/modules/hostap_cs.c:565: warning: implicit declaration of function ‘pcmcia_deregister_client’
/root/Desktop/Prism2.5/Hostap0.3.x/hostap-driver-0.3.10/driver/modules/hostap_cs.c: At top level:
/root/Desktop/Prism2.5/Hostap0.3.x/hostap-driver-0.3.10/driver/modules/hostap_cs.c:914: error: unknown field ‘attach’ specified in initializer
/root/Desktop/Prism2.5/Hostap0.3.x/hostap-driver-0.3.10/driver/modules/hostap_cs.c:914: warning: excess elements in struct initializer
/root/Desktop/Prism2.5/Hostap0.3.x/hostap-driver-0.3.10/driver/modules/hostap_cs.c:914: warning: (near initialization for ‘hostap_driver’)
/root/Desktop/Prism2.5/Hostap0.3.x/hostap-driver-0.3.10/driver/modules/hostap_cs.c:915: error: unknown field ‘detach’ specified in initializer
/root/Desktop/Prism2.5/Hostap0.3.x/hostap-driver-0.3.10/driver/modules/hostap_cs.c:915: warning: excess elements in struct initializer
/root/Desktop/Prism2.5/Hostap0.3.x/hostap-driver-0.3.10/driver/modules/hostap_cs.c:915: warning: (near initialization for ‘hostap_driver’)
make[2]: *** [/root/Desktop/Prism2.5/Hostap0.3.x/hostap-driver-0.3.10/driver/modules/hostap_cs.o] Error 1
make[1]: *** [_module_/root/Desktop/Prism2.5/Hostap0.3.x/hostap-driver-0.3.10/driver/modules] Error 2
make[1]: Leaving directory `/usr/src/kernels/2.6.16-1.2128_FC5-i686'
make: *** [2.6] Error 2
I dont understand y this is happening...