[realtek] problems compiling rtl8139.c

Hernan M. Pulgar N. hpulgar@das.uchile.cl
Tue, 3 Jul 2001 12:09:57 -0400


When compiling rtl8139.c under SuSE 7.1, I have this:

gcc -D__KERNEL__ -DMODULE -O2 -m486 -Wall -finline-functions -I /usr/src/linux/include  -DMODVERSIONS  -c -o rtl8139.o rtl8139.c
rtl8139.c: In function `rtl8129_open':
rtl8139.c:671: structure has no member named `tbusy'
rtl8139.c:672: structure has no member named `interrupt'
rtl8139.c:673: structure has no member named `start'
rtl8139.c: In function `rtl8129_timer':
rtl8139.c:773: structure has no member named `interrupt'
rtl8139.c:779: structure has no member named `tbusy'
.....


This driver compiles and works fine under SuSE 6.4, same computer.

I've also tried to compile under RedHat 7.1 (without -DMODVERSIONS as says
some readmes), but errors are many more.

Thanks
           Hernan