From: Aron Silverton (ajs_at_labs.mot.com)
Date: 2002-08-16 00:42:14 UTC
Hello,
I grabbed a snapshot yesterday and recieve the following output when compiling:
[root_at_MotoAP-1 Prism2-2002-08-14-SNAP]# make pci
gcc -I/usr/src/linux-2.4/include -O2 -D__KERNEL__ -DMODULE -Wall -c
-DMODVERSIONS -include /usr/src/linux-2.4/include/linux/modversions.h
-fomit-frame-pointer -E -D__GENKSYMS__ driver/modules/hostap.c | \
/sbin/genksyms -k 2.4.18-3 > driver/modules/hostap.ver
unrecognised kernel version : 2.4.18-3
make: *** [driver/modules/hostap.ver] Error 255
[root_at_MotoAP-1 Prism2-2002-08-14-SNAP]# make pci
gcc -I/usr/src/linux-2.4/include -O2 -D__KERNEL__ -DMODULE -Wall -c
-DMODVERSIONS -include /usr/src/linux-2.4/include/linux/modversions.h
-fomit-frame-pointer -E -D__GENKSYMS__ driver/modules/hostap_crypt.c | \
/sbin/genksyms -k 2.4.18-3 > driver/modules/hostap_crypt.ver
unrecognised kernel version : 2.4.18-3
make: *** [driver/modules/hostap_crypt.ver] Error 255
[root_at_MotoAP-1 Prism2-2002-08-14-SNAP]# make pci
gcc -I/usr/src/linux-2.4/include -include
driver/modules/hostap_crypt.ver -include driver/modules/hostap.ver -O2
-D__KERNEL__ -DMODULE -Wall -c -DMODVERSIONS -include
/usr/src/linux-2.4/include/linux/modversions.h -fomit-frame-pointer -o
driver/modules/hostap_pci.o driver/modules/hostap_pci.c gcc -I/usr/src/linux-2.4/include -include driver/modules/hostap_crypt.ver -include driver/modules/hostap.ver -O2
driver/modules/hostap.o driver/modules/hostap.c gcc -I/usr/src/linux-2.4/include -include driver/modules/hostap_crypt.ver -include driver/modules/hostap.ver -O2
driver/modules/hostap_crypt.o driver/modules/hostap_crypt.c gcc -I/usr/src/linux-2.4/include -include driver/modules/hostap_crypt.ver -include driver/modules/hostap.ver -O2
Run 'make install_pccard' as a root to install hostap_cs.o Run 'make install_plx' as a root to install hostap_plx.o Run 'make install_pci' as a root to install hostap_pci.o
[root_at_MotoAP-1 Prism2-2002-08-14-SNAP]#
Everythin looks like it compiles find after I get past the version problems. I looked through all of the various system headers and they all seem to agree as to what version I have, but genksyms doesn't like it. A few questions:
Thanks,
Aron