[tulip] LNE100TX RH 6.2 and unresolved symbols

Jeff jdcalus@attbi.com
Tue Dec 18 21:25:01 2001


OKay I have read through every entry I could find in the mailing list 
and have searched other groups and on the web with google, still no
luck. I am getting the following when trying to load the tulip module.


Using /lib/modules/2.2.14-5.0/net/tulip.o
/lib/modules/2.2.14-5.0/net/tulip.o: unresolved symbol __global_cli
/lib/modules/2.2.14-5.0/net/tulip.o: unresolved symbol
__global_save_flags
/lib/modules/2.2.14-5.0/net/tulip.o: unresolved symbol
__global_restore_flags

I am using 0.93 of the tulip driver. I have compiled pci-scan.c and have
the latest kern_compat.h and pci_scan.h includes.

I used the following to compile:
gcc -DMODULE -Wall -Wstrict-prototypes -O6 -c tulip.c

move the tulip.o file to /lib/modules/2.2.14-5.0/net/ dir.

I noticed another posting indicating these errors are releated to SMP
system.map file. I have an SMP motherboard, but am not using the SMP
kernel, since I only have 1 cpu installed.

Any help would be appreciated.

Cheers
-Jeff