still compiling problems ;(

Joachim Wickman jwickman at tawi.fi
Sat Jan 11 06:45:06 EST 2003


Hello,

I had the same problem too...
I don't know why, but after compiling the whole kernel, pcmcia-cs and hostap
packages 3-4 times with several reboots between every stage and tadaa.. It
worked.

Strange thing.. had same problem with kernel-2.4.19, but the others played
at the first try.

// Joachim


----- Original Message -----
From: "Michal Semler" <cijoml at volny.cz>
To: <hostap at shmoo.com>
Sent: Saturday, January 11, 2003 11:38 AM
Subject: still compiling problems ;(


> Hello,
> I have still compiling problem with today's hostap:
>
> Michal
>
> notas:/usr/src/wireless#
cvs -z3 -d:pserver:anonymous at hostap.epitest.fi:/cvs
> co hostap
> ? hostap/driver/modules/hostap.ver
> ? hostap/driver/modules/hostap_crypt.ver
> cvs server: Updating hostap
> U hostap/Makefile
> cvs server: Updating hostap/driver
> cvs server: Updating hostap/driver/etc
> cvs server: Updating hostap/driver/modules
> U hostap/driver/modules/hostap.c
> U hostap/driver/modules/hostap_ap.c
> U hostap/driver/modules/hostap_compat.h
> U hostap/driver/modules/hostap_crypt_wep.c
> U hostap/driver/modules/hostap_hw.c
> U hostap/driver/modules/hostap_info.c
> cvs server: Updating hostap/hostapd
> U hostap/hostapd/hostapd.c
> U hostap/hostapd/hostapd.h
> U hostap/hostapd/ieee802_11.c
> cvs server: Updating hostap/inject
> cvs server: Updating hostap/kernel-patches
> U hostap/kernel-patches/hostap-linux-2.5.56.patch
> cvs server: Updating hostap/pcmcia-cs-patches
> cvs server: Updating hostap/sniff
> cvs server: Updating hostap/testing
> cvs server: Updating hostap/testing/wireless
> cvs server: Updating hostap/utils
> cvs server: Updating hostap/www
> notas:/usr/src/wireless# cd hostap
> notas:/usr/src/wireless/hostap# make clean
> mrm -f driver/modules/{hostap_cs.o,hostap_plx.o,hostap_pci.o}
> rm -f driver/modules/{hostap.o,hostap_crypt.o,hostap_crypt_wep.o}
> rm -f driver/modules/*.ver
> notas:/usr/src/wireless/hostap# make pci
> gcc -I/usr/src/linux/include -O2 -D__KERNEL__ -DMODULE -Wall -g -c
> -I/usr/src/linux/arch/i386/mach-generic
> -I/usr/src/linux/include/asm/mach-default -DMODVERSIONS -include
> /usr/src/linux/include/linux/modversions.h -fomit-frame-pointer -E
> -D__GENKSYMS__ driver/modules/hostap.c | \
>         /sbin/genksyms -k 2.4.20 > driver/modules/hostap.ver
> In file included from driver/modules/hostap.c:21:
> /usr/src/linux/include/linux/module.h:15:1: warning: "_set_ver" redefined
> /usr/src/linux/include/linux/modsetver.h:9:1: warning: this is the
location
> of the previous definition
> gcc -I/usr/src/linux/include -O2 -D__KERNEL__ -DMODULE -Wall -g -c
> -I/usr/src/linux/arch/i386/mach-generic
> -I/usr/src/linux/include/asm/mach-default -DMODVERSIONS -include
> /usr/src/linux/include/linux/modversions.h -fomit-frame-pointer -E
> -D__GENKSYMS__ driver/modules/hostap_crypt.c | \
>         /sbin/genksyms -k 2.4.20 > driver/modules/hostap_crypt.ver
> In file included from driver/modules/hostap_crypt.c:17:
> /usr/src/linux/include/linux/module.h:15:1: warning: "_set_ver" redefined
> /usr/src/linux/include/linux/modsetver.h:9:1: warning: this is the
location
> of the previous definition
> gcc -I/usr/src/linux/include -include driver/modules/hostap_crypt.ver
> -include driver/modules/hostap.ver -O2 -D__KERNEL__ -DMODULE -Wall -g -c
> -I/usr/src/linux/arch/i386/mach-generic
> -I/usr/src/linux/include/asm/mach-default -DMODVERSIONS -include
> /usr/src/linux/include/linux/modversions.h -fomit-frame-pointer -o
> driver/modules/hostap_pci.o driver/modules/hostap_pci.c
> gcc -I/usr/src/linux/include -include driver/modules/hostap_crypt.ver
> -include driver/modules/hostap.ver -O2 -D__KERNEL__ -DMODULE -Wall -g -c
> -I/usr/src/linux/arch/i386/mach-generic
> -I/usr/src/linux/include/asm/mach-default -DMODVERSIONS -include
> /usr/src/linux/include/linux/modversions.h -fomit-frame-pointer -o
> driver/modules/hostap.o driver/modules/hostap.c
> gcc -I/usr/src/linux/include -include driver/modules/hostap_crypt.ver
> -include driver/modules/hostap.ver -O2 -D__KERNEL__ -DMODULE -Wall -g -c
> -I/usr/src/linux/arch/i386/mach-generic
> -I/usr/src/linux/include/asm/mach-default -DMODVERSIONS -include
> /usr/src/linux/include/linux/modversions.h -fomit-frame-pointer -o
> driver/modules/hostap_crypt.o driver/modules/hostap_crypt.c
> gcc -I/usr/src/linux/include -include driver/modules/hostap_crypt.ver
> -include driver/modules/hostap.ver -O2 -D__KERNEL__ -DMODULE -Wall -g -c
> -I/usr/src/linux/arch/i386/mach-generic
> -I/usr/src/linux/include/asm/mach-default -DMODVERSIONS
> -include
/usr/src/linux/include/linux/modversions.h -fomit-frame-pointer -o
> driver/modules/hostap_crypt_wep.o driver/modules/hostap_crypt_wep.c
>
> 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
>
> notas:/usr/src/wireless/hostap# make install_pci
> Installing hostap_crypt*.o to /lib/modules/2.4.20/net
> mkdir -p /lib/modules/2.4.20/net
> cp -f driver/modules/hostap_crypt*.o /lib/modules/2.4.20/net
> Installing hostap.o to /lib/modules/2.4.20/net
> mkdir -p /lib/modules/2.4.20/net
> cp -f driver/modules/hostap.o /lib/modules/2.4.20/net
> Installing hostap_pci.o to /lib/modules/2.4.20/net
> mkdir -p /lib/modules/2.4.20/net
> cp -f driver/modules/hostap_pci.o /lib/modules/2.4.20/net
> /sbin/depmod -a
> depmod: *** Unresolved symbols in /lib/modules/2.4.20/net/hostap.o
> depmod: *** Unresolved symbols in /lib/modules/2.4.20/net/hostap_pci.o
> make: *** [install_pci] Error 1
> _______________________________________________
> HostAP mailing list
> HostAP at shmoo.com
> http://lists.shmoo.com/mailman/listinfo/hostap
>
>





More information about the HostAP mailing list