problem compiling drivers
Matthew Jacob
mjacob@feral.com
Thu Jan 28 12:21:55 1999
>
> "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,
What unresolved symbols? Do a nm -u and look at /proc/ksyms and see what's
what...