Hi Is this an error compiling the kernel, or am I just doing something really dumb? I get this error when I do a make modules_install: cd /lib/modules/2.4.20-4GB; \ 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.20-4GB; fi depmod: *** Unresolved symbols in /lib/modules/2.4.20-4GB/dvb/dvb-ttpci.o depmod: input_register_device depmod: video_register_device depmod: video_unregister_device depmod: input_unregister_device depmod: input_event make modules seems to work fine, so how can there be unresolved symbols? Regards Ray -- -- Raymond Leach <raymondl@knowledgefactory.co.za> Network Support Specialist http://www.knowledgefactory.co.za "lynx -source http://www.rchq.co.za/raymondl.asc | gpg --import" Key fingerprint = 7209 A695 9EE0 E971 A9AD 00EE 8757 EE47 F06F FB28 --
participants (1)
-
Ray Leach