[eepro100] Re: [newbie] Unresolved symbols

Wouter Verheijen W.J.A.Verheijen@student.tue.nl
Mon, 24 Sep 2001 16:25:25 +0200


Actually I did.

Here's exactly what I did:
I run kernel 2.2.19.
I put the necessary .c and .h files in one dir.
I compile pci-scan.c and eepro100.c as described.
I type: insmod pci-scan.o.
which results in:
pci-scan.o: unresolved symbol pci_write_config_byte
pci-scan.o: unresolved symbol kmalloc
pci-scan.o: unresolved symbol pci_find_class
pci-scan.o: unresolved symbol __check_region
pci-scan.o: unresolved symbol pci_read_config_byte
pci-scan.o: unresolved symbol pci_read_config_dword
pci-scan.o: unresolved symbol __ioremap
pci-scan.o: unresolved symbol pci_read_config_word
pci-scan.o: unresolved symbol kfree
pci-scan.o: unresolved symbol pci_set_master
pci-scan.o: unresolved symbol pci_write_config_dword
pci-scan.o: unresolved symbol pci_write_config_word
pci-scan.o: unresolved symbol printk
pci-scan.o: unresolved symbol ioport_resource

Compiling with the -I... and -include .../modversions.h gives a lot of
compiler-errors.

I think I followed all instructions.
Any suggestions? Thanks.

> You must use the 'pci-scan.o' support.
> Read
>  http://www.scyld.com/network/updates.html

-- 
Wouter Verheijen