Re: Re: Problems compiling under FC4
Lars Bjørndal <lars.bjorndal-gyXR7Lt7FVk/[email protected]> Mon, 19 Dec 2005 08:50:46 +0100
| Newsgroups | gmane.linux.drivers.atmel-wlan |
|---|---|
| Message-ID | <[email protected]> |
On l=F8r, des 17, 2005 at 01:55:13 +0000, JL wrote: >=20 > Lars Bj=F8rndal <lars.bjorndal@...> writes: >=20 > >=20 > > I've installed the kernel-devel package, and the latest cvs code. I > > get the following errors after doing "make usb": > >=20 > > CC [M] /home/lrs/tmp/atmelwlandriver/objs/usbvnetr/debug/rx.o > > /home/lrs/tmp/atmelwlandriver/objs/usbvnetr/debug/rx.c: In=20 > function 'MgmtFrameProcessing': > > /home/lrs/tmp/atmelwlandriver/objs/usbvnetr/debug/rx.c:753: error: in= valid=20 > lvalue in assignment > > make[3]: *** [/home/lrs/tmp/atmelwlandriver/objs/usbvnetr/debug/rx.o]= Error 1 > > make[2]: *** [_module_/home/lrs/tmp/atmelwlandriver/objs/usbvnetr/deb= ug]=20 > Error 2 > > make[2]: Leaving directory `/usr/src/kernels/2.6.12-1.1398_FC4-i686' > > make[1]: *** [all] Error 2 > >=20 > > Do anyone knows what the problem is caused of? > >=20 > > Lars > >=20 >=20 >=20 > Hi, I just go the same problem recently, wondering if your problem has = been=20 > solved or not, and how? Many thanks. Yes, I solved it. It has to do with the different versions of GCC. I solved the problem by deleting something (maybe "UCHAR", don't remember exactly), around line 753 in the file rx.c. Lars