2000-12-05 09:42:38

by Florin Andrei

[permalink] [raw]
Subject: 2.2.18pre and intel e100 net


Anyone tryied to build the drivers from Intel for the e100 (pro/100) network
card using a 2.2.18pre kernel? I tried, and i'm gettting this error:

In file included from e100.c:124:
e100.h:265: conflicting types for `dma_addr_t'
/usr/src/linux/include/asm/types.h:44: previous declaration of `dma_addr_t'
{standard input}: Assembler messages:
{standard input}:9: Warning: Ignoring changed section attributes for .modinfo
make: *** [e100_main.o] Error 1

(Red Hat 7.0, and i tried both gcc and kgcc)

--
Florin Andrei


2000-12-07 01:18:53

by Florin Andrei

[permalink] [raw]
Subject: Re: 2.2.18pre and intel e100 net

Florin Andrei wrote:

>
> Anyone tryied to build the drivers from Intel for the e100 (pro/100)
> network card using a 2.2.18pre kernel? I tried, and i'm gettting this
> error:
>
> In file included from e100.c:124:
> e100.h:265: conflicting types for `dma_addr_t'
> /usr/src/linux/include/asm/types.h:44: previous declaration of `dma_addr_t'
[snip]

> (Red Hat 7.0, and i tried both gcc and kgcc)

Well, i tried to comment out the offending line in e100.h and the module
compiled just fine. But when i try to load it, complains about some missing
symbol...
Anyone solved this?

--
Florin Andrei