[realtek] Compilation problem

Donald Becker becker@scyld.com
Fri, 8 Sep 2000 15:08:18 -0400 (EDT)


On Fri, 8 Sep 2000, B. Atashband wrote:

> >The current version of gcc (2.9.*) is somehow broken with line
> >continuations.
> >
> >Removing the "\" and joining the lines is ugly, but should work around the
> >probelm.  Please send a report if this works.

> Right on, the compilation went through no problem at all, thank you.
...
> gcc version 2.95.2 19991024 (release)

Grrr, the gcc people broke the preprocessor somehow.

> linux:~ # depmod
> depmod: *** Unresolved symbols in /lib/modules/2.2.14/net/rtl8139.o
> depmod: *** Unresolved symbols in /lib/modules/2.2.14/misc/airport.o
> depmod: *** Unresolved symbols in /lib/modules/2.2.14/misc/cpia_pp.o
> depmod: *** Unresolved symbols in /lib/modules/2.2.14/pcmcia/mpsuni_cs.o
> 
> linux:~ # modprobe rtl8139
> /lib/modules/2.2.14/net/rtl8139.o: unresolved symbol pci_drv_unregister
> /lib/modules/2.2.14/net/rtl8139.o: unresolved symbol pci_drv_register
> /lib/modules/2.2.14/net/rtl8139.o: insmod /lib/modules/2.2.14/net/rtl8139.o 
> failed
> /lib/modules/2.2.14/net/rtl8139.o: insmod rtl8139 failed

You need to install pci-scan.o as well
  http://www.scyld.com/network/updates.html

Donald Becker				becker@scyld.com
Scyld Computing Corporation		http://www.scyld.com
410 Severn Ave. Suite 210		Beowulf-II Cluster Distribution
Annapolis MD 21403