* Problem in making modules_install
@ 2002-10-21 18:37 omit_ECE
0 siblings, 0 replies; only message in thread
From: omit_ECE @ 2002-10-21 18:37 UTC (permalink / raw)
To: linux-kernel
Hi,
When recompiling the kernel in making modules_install, I got the messages as below,
cd /lib/modules/2.4.18-3custom; \
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.18-3custom; fi
depmod: *** Unresolved symbols in /lib/modules/2.4.18-3custom/kernel/fs/binfmt_elf.o
depmod: task_nice
make: *** [_modinst_post] Error 1
How could I do for this? Thank you.
YuZen
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2002-10-21 18:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-10-21 18:37 Problem in making modules_install omit_ECE
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox