LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   wlanctl-ng (https://www.linuxquestions.org/questions/linux-software-2/wlanctl-ng-52656/)

Toasti 03-31-2003 06:32 AM

wlanctl-ng
 
Hi all,

hope this is the rigth forum.
After searching for about 2 days now I've decided to post my problem here.
I'm trying to get wlan-ng-0.2.0 to work.
But when I make all I get the following error messages. As I am new to Linux I don't understand this error.

By the way, my system is a debian, kernel 2.2.20

Code:

gcc -c -I/wireless/pcmcia-cs-3.2.1/include -DCONFIG_PACKET=1 -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -D__SMP__ -pipe -fno-strength-reduce -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=686 -DMODULE -I../../include -I../include  \
-DWLAN_HOSTIF=WLAN_PCMCIA prism2sta.c -o obj_cs/prism2sta.o
In file included from prism2sta.c:58:
/usr/src/linux/include/linux/version.h:1: warning: `UTS_RELEASE' redefined
/wireless/pcmcia-cs-3.2.1/include/linux/config.h:51: warning: this is the location of the previous definitionIn file included from /usr/src/linux/include/linux/smp.h:11,
                from /usr/src/linux/include/linux/sched.h:20,
                from /wireless/pcmcia-cs-3.2.1/include/linux/sched.h:5,
                from prism2sta.c:61:
/usr/src/linux/include/asm/smp.h: In function `hard_smp_processor_id':
/usr/src/linux/include/asm/smp.h:209: warning: implicit declaration of function `GET_APIC_ID'
/usr/src/linux/include/asm/smp.h:209: `APIC_BASE' undeclared (first use in this function)
/usr/src/linux/include/asm/smp.h:209: (Each undeclared identifier is reported only once
/usr/src/linux/include/asm/smp.h:209: for each function it appears in.)
/usr/src/linux/include/asm/smp.h:209: `APIC_ID' undeclared (first use in this function)
{standard input}: Assembler messages:
{standard input}:9: Warning: ignoring changed section attributes for .modinfo
make[3]: *** [obj_cs/prism2sta.o] Error 1
make[3]: Leaving directory `/wireless/linux-wlan-ng-0.2.0/src/prism2/driver'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/wireless/linux-wlan-ng-0.2.0/src/prism2'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/wireless/linux-wlan-ng-0.2.0/src'
make: *** [all] Error 2

I hope one can help me

thanx a lot
Toasti


All times are GMT -5. The time now is 03:46 AM.