hi,
i am having problems compiling tulip drivers for my netgear card.
"depmod -a" reports unresolved symbols. after some poking around i
noticed that i didn't have the /usr/src/linux/net/inet directory. i'm
using the debian hamm distribution and so far wasn't able to find the
package containing the required files. however, i found all the include
files in the code in /usr/src/linux/include (/usr/src/linux ->
/usr/src/kernel-source-2.0.34). so, i compiled the driver again
modifying the command
"gcc -DMODULE -D__KERNEL__ -I/usr/src/linux/net/inet -Wall
-Wstrict-prototypes -O6 -c tulip.c `[ -f
/usr/include/linux/modversions.h ] && echo -DMODVERSIONS`"
to
"gcc -DMODULE -D__KERNEL__ -I/usr/src/linux/include -Wall
-Wstrict-prototypes -O6 -c tulip.c `[ -f
/usr/include/linux/modversions.h ] && echo -DMODVERSIONS`"
and i still get the "unresolved symbols" from "depmod -a". please, can
you tell me what else i need to do? tia,
-- Aaron Stromas | "Tick-tick-tick!!!... ja, Pantani is weg...." Oracle Corp. | BRTN commentator, L'Alpe d'Huez, 1995 Tour de France +1 703 917 48 72 |
This archive was generated by hypermail 2b29 : Wed Jan 12 2000 - 12:00:22 EST