[tulip] Compilation of tulip.c with Redhat Pinstripe Beta

Michael Smith MSmith@webtonetech.com
Fri, 18 Aug 2000 10:57:29 -0400


I have one of those new Linksys LNE100TX v4.1 cards(could be probelmatic)
and I just pulled down the tulip.c file from the test area.  I am getting
the following errors when attempting to compile the test tulip.c file.  Any
ideas on how to resolve them.  I am using the compilation parameters from
the Linksys home page....

In file included from /usr/include/asm/hardirq.h:7,
                 from /usr/include/linux/interrupt.h:46,
                 from tulip.c:149:
/usr/include/linux/irq.h:53: requested alignment is not a constant
In file included from /usr/include/linux/interrupt.h:46,
                 from tulip.c:149:
/usr/include/asm/hardirq.h:13: requested alignment is not a constant
In file included from tulip.c:149:
/usr/include/linux/interrupt.h:153: requested alignment is not a constant
In file included from tulip.c:151:
/usr/include/linux/netdevice.h:151: requested alignment is not a constant
In file included from tulip.c:151:
/usr/include/linux/netdevice.h:448: requested alignment is not a constant
tulip.c: In function `tulip_open':
tulip.c:1460: structure has no member named `tbusy'
tulip.c:1461: structure has no member named `start'
tulip.c: In function `tulip_start_xmit':
tulip.c:2565: structure has no member named `tbusy'
tulip.c:2598: structure has no member named `tbusy'
tulip.c: In function `tulip_interrupt':
tulip.c:2617: structure has no member named `interrupt'
tulip.c:2621: structure has no member named `interrupt'
tulip.c:2702: structure has no member named `tbusy'
tulip.c:2706: structure has no member named `tbusy'
tulip.c:2707: `NET_BH' undeclared (first use in this function)
tulip.c:2707: (Each undeclared identifier is reported only once
tulip.c:2707: for each function it appears in.)
tulip.c:2796: structure has no member named `interrupt'
tulip.c: In function `tulip_close':
tulip.c:2942: structure has no member named `start'
tulip.c:2943: structure has no member named `tbusy'
tulip.c: In function `tulip_get_stats':
tulip.c:2982: structure has no member named `start'
tulip.c: In function `set_rx_mode':
tulip.c:3225: structure has no member named `tbusy'

Michael A. Smith