[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Intel Wireless 2011 PCMCIA on Debian



On Tue, Dec 25, 2001 at 05:25:59PM +0800, Patrick Hsieh wrote:
> Hello,
> 
> I am currently running linux-2.4.17 on Debian woody with
> pcmcia-cs-3.1.30.tar.gz and spectrum24t-1.03a.tar.gz
> 
> When I extracted pcmcia-cs tarball and extracted spectrum24t to
> pcmcia-cs dir, following the README.Spectrum24t instructions:
> make config
> make all
> 
> then I got this error
> 
> 
> make[1]: Entering directory `/usr/local/src/pcmcia-cs-3.1.30'
> make -C clients -f Spectrum24t.mk all
> make[2]: Entering directory `/usr/local/src/pcmcia-cs-3.1.30/clients'
> cc cc   -MD -O3 -Wall -Wstrict-prototypes -pipe -I../include/static -I/usr/src/linux/include -I../include  -D__KERNEL__ -DMODULE -c Spectrum24tHw.c
> cc: cc: No such file or directory
> In file included from Spectrum24t.h:101,
>                  from Spectrum24tHw.c:61:
> /usr/src/linux/include/linux/malloc.h:4: warning: #warning linux/malloc.h is deprecated, use linux/slab.h instead.
> make[2]: *** [Spectrum24tHw.o] Error 1
> make[2]: Leaving directory `/usr/local/src/pcmcia-cs-3.1.30/clients'
> make[1]: *** [all] Error 2
> make[1]: Leaving directory `/usr/local/src/pcmcia-cs-3.1.30'
> n400c:/usr/local/src/pcmcia-cs-3.1.30#
> 
> 
> 
> Idea? Any patch available?

Sorry for taking so long to reply - Christmas got in the way :) Anyway,
as far as I can tell it should work if you change the
clients/Spectrum24t.mk file. The line that currently reads 

CC += $(KCC) $(AFLAGS) $(KFLAGS)

should read 

CC = $(KCC) $(AFLAGS) $(KFLAGS)

It compiles, but I don't know if it actually works ;)

Cheers
	Dave



Reply to: