make modules_install error 2.4.23-pre7

From: Chris Smith
Date: Sat Oct 11 2003 - 10:58:41 EST


Can't get past this error when doing a make_modules with 2.4.23-pre7:

cd /lib/modules/2.4.23-pre7; \
mkdir -p pcmcia; \
find kernel -path '*/pcmcia/*' -name '*.o' | xargs -i -r ln -sf ../{} pcmcia
if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.4.23-pre7; fi
depmod: *** Unresolved symbols in
/lib/modules/2.4.23-pre7/kernel/drivers/usb/usbnet.o
depmod: generic_mii_ioctl_Rc7a0a077

Chris
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/