hi,

I am writing a scsi HBA driver. For testing, I tried to load the driver
using insmod. I got the foll. error messages:

# insmod Driver.o

 Driver.o: unresolved symbol kmalloc
 Driver.o: unresolved symbol scsi_unregister_module
 Driver.o: unresolved symbol kfree_s
 Driver.o: unresolved symbol scsicam_bios_param
 Driver.o: unresolved symbol scsi_register
 Driver.o: unresolved symbol WritePCIConfig
 Driver.o: unresolved symbol pcibios_present
 Driver.o: unresolved symbol pci_read_config_dword
 Driver.o: unresolved symbol iounmap
 Driver.o: unresolved symbol __ioremap
 Driver.o: unresolved symbol ReadPCIConfig
 Driver.o: unresolved symbol del_timer
 Driver.o: unresolved symbol kfree
 Driver.o: unresolved symbol scsi_register_module
 Driver.o: unresolved symbol pci_find_device
 Driver.o: unresolved symbol jiffies
 Driver.o: unresolved symbol printk
 Driver.o: unresolved symbol add_timer
 Driver.o: unresolved symbol scsi_unregister

What can be wrong?

Some configuration details of my linux setup are:

cat /proc/version 
Linux version 2.2.10 (root@linpqs) (gcc version egcs-2.91.66
19990314/Linux (egcs-1.1.2 release))1 SMP Wed Aug 4 23:08:17 IST 1999

rpm -q modutils
modutils-2.1.121-12

 rpm -q glibc
 glibc-2.1.2-2

Please get back to me for any other details.

Thanks in advance,
Raju

-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to [EMAIL PROTECTED]

Reply via email to