I'm trying to compile pcmcia-cs-3.1.14 for a 2.3.99-pre5 kernel. However, I get an awfull lot of errors. Can anyone give me some pointers ? Sample output from make all gives: Configuration successful. make[1]: Entering directory `/usr/src/pd/pcmcia-cs-3.1.14/modules' cc -MD -O2 -Wall -Wstrict-prototypes -pipe -I../include/static -I/usr/src/linux/include -I../include -D__KERNEL__ -DMODULE -c cs.c In file included from cs.c:66: cs_internal.h:136: parse error before `ss_entry_t' cs_internal.h:136: warning: no semicolon at end of struct or union cs_internal.h:177: parse error before `}' cs_internal.h:177: warning: data definition has no type or storage class cs_internal.h:214: parse error before `*' cs_internal.h:214: warning: function declaration isn't a prototype cs_internal.h:215: parse error before `*' cs_internal.h:215: warning: function declaration isn't a prototype cs_internal.h:216: parse error before `*' cs_internal.h:216: warning: function declaration isn't a prototype cs_internal.h:216: `cb_config' redeclared as different kind of symbol cs_internal.h:155: previous declaration of `cb_config' cs_internal.h:217: parse error before `*' cs_internal.h:217: warning: function declaration isn't a prototype cs_internal.h:218: parse error before `*' cs_internal.h:218: warning: function declaration isn't a prototype |
[ Edit This Forum ]