linux-2.2.0-pre6 / pcmcia-cs-3.07 compile problem

John Ellson (ellson@lucent.com)
Sat, 09 Jan 1999 17:24:26 -0500


This problem occurs during the pcmcia-cs-3.07 compile, but this same
pcmcia compiled with
2.2.0-pre5 so the problem was introduced by 2.2.0-pre6.

make[1]: Entering directory `/usr/src/pcmcia-cs-3.0.7/clients'
gcc -c -O2 -D__KERNEL__ -I../include -I/usr/src/linux/include
-DMODVERSIONS -include ../include/linux/modversions.h -DMODULE
/usr/src/linux/drivers/net/8390.c
/usr/src/linux/drivers/net/8390.c:1110: parse error before
`config_must_be_included_before_module'
/usr/src/linux/drivers/net/8390.c:1110: warning: data definition has no
type or storage class
/usr/src/linux/drivers/net/8390.c:1111: parse error before
`config_must_be_included_before_module'
/usr/src/linux/drivers/net/8390.c:1111: warning: data definition has no
type or storage class
/usr/src/linux/drivers/net/8390.c:1112: parse error before
`config_must_be_included_before_module'
/usr/src/linux/drivers/net/8390.c:1112: warning: data definition has no
type or storage class
/usr/src/linux/drivers/net/8390.c:1113: parse error before
`config_must_be_included_before_module'
/usr/src/linux/drivers/net/8390.c:1113: warning: data definition has no
type or storage class
/usr/src/linux/drivers/net/8390.c:1114: parse error before
`config_must_be_included_before_module'
/usr/src/linux/drivers/net/8390.c:1114: warning: data definition has no
type or storage class
make[1]: *** [8390.o] Error 1
make[1]: Leaving directory `/usr/src/pcmcia-cs-3.0.7/clients'
make: *** [all] Error 2

pcmcia-3.0.7 builds and runs ok if 8390.o is removed from the Makefile

compiler is: egcs-2.91.57

John Ellson

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/