zorrax
10-13-2001, 05:18 PM
When I try to compile the new pcmcia kernel in mandrake 8.1 it gives me this error during the "make all" part.
cc -MD -03 -Wall -Wstrict-prototypes -pipe -I../include -I/usr/src/linux/include -D__KERNEL__ -DMODULE -c pcilynx_stub.c
infile inculded from pcilynx_stub.c:58:
/usr/src/linux/drivers/ieee1394/pcilynx.h:109: field 'tq' has incomplete type
/usr/src/linux/drivers/ieee1394/pcilynx.h:509: warning : 'bogus_stuff' defined but not used
make[1]: *** [pcilynx_stub.o] error 1
make[1]: leaving directory '/usr/src/pcmcia-cs-3.1.28/clients'
make: *** [ALL] Error 2
how can I fix this error? If there is something that looks like a typo, it probably is, i had to copy this manually, because my network card wont work.
cc -MD -03 -Wall -Wstrict-prototypes -pipe -I../include -I/usr/src/linux/include -D__KERNEL__ -DMODULE -c pcilynx_stub.c
infile inculded from pcilynx_stub.c:58:
/usr/src/linux/drivers/ieee1394/pcilynx.h:109: field 'tq' has incomplete type
/usr/src/linux/drivers/ieee1394/pcilynx.h:509: warning : 'bogus_stuff' defined but not used
make[1]: *** [pcilynx_stub.o] error 1
make[1]: leaving directory '/usr/src/pcmcia-cs-3.1.28/clients'
make: *** [ALL] Error 2
how can I fix this error? If there is something that looks like a typo, it probably is, i had to copy this manually, because my network card wont work.