Messages in this thread |  | | From | (Alan Cox) | Subject | Re: 2.1.19, all options, 18 sources with errors | Date | Wed, 1 Jan 1997 18:35:59 +0000 (GMT) |
| |
> gcc -D__KERNEL__ -I/usr/src/linux-2.1/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strength-reduce -pipe -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DMODULE -c -o pcwd.o pcwd.c > pcwd.c:79: warning: `CARD_REV' redefined
You didnt say Y to the A or C card. I know about this. I also have a much newer driver from the original author to merge some point after Usenix that sorts all that out.
> gcc -D__KERNEL__ -I/usr/src/linux-2.1/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strength-reduce -pipe -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -c -o defxx.o defxx.c > defxx.c: In function `dfx_alloc_device': > defxx.c:692: structure has no member named `header_cache_bind' > defxx.c: In function `dfx_xmt_queue_pkt': > defxx.c:3138: warning: long unsigned int format, unsigned int arg (arg 3)
Fixed - waiting for merging with Linus tree
> wic.c:1059: structure has no member named `free' > make[2]: *** [wic.o] Error 1
Already fixed - just needs me to come up to 2.1.19 and merge the changes back up.
Alan
|  |