All of lore.kernel.org
 help / color / mirror / Atom feed
* 2.4.13: unresolved symbols with modules_install
@ 2001-11-03 14:48 Andreas Achtzehn
  2001-11-04  1:52 ` Keith Owens
  0 siblings, 1 reply; 2+ messages in thread
From: Andreas Achtzehn @ 2001-11-03 14:48 UTC (permalink / raw)
  To: linux-kernel

Dear list readers,

I have severe problems compiling a 2.4.13 kernel on a LFS based system. (gcc 
2.95.2, glibc 2.2.4)
For those who have not yet used a LFS system: I have a fully running 
linux-system on a partition. I do the following before compiling the kernel

mount -t proc proc /mnt2/proc
chroot /mnt2 /usr/bin/env -i HOME=/root TERM=$TERM /bin/bash --login

I follow this way to compile a kernel for my system:

tar xvfz linux-2.4.13.tar.gz
cd linux
cp ../config.aktuell ./.config # this is a config I created before
make menuconfig # no changes, just exit (otherwise no autoconfig.h)
make dep 
make clean
make bzImage # works quite well up to here
cp System.map /boot
make modules
make modules_install 

The modules_install ends with 

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.13; fi
depmod: *** Unresolved symbols in 
/lib/modules/2.4.13/kernel/drivers/net/wan/comx.o
depmod:         proc_get_inode
achtzehn:/usr/src/linux#       

Is it possible that this is due to the proc-system and its unusual mounting?

Regards,
Andreas Achtzehn

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-11-04  1:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-11-03 14:48 2.4.13: unresolved symbols with modules_install Andreas Achtzehn
2001-11-04  1:52 ` Keith Owens

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.