2.4.13: unresolved symbols with modules_install
Andreas Achtzehn
lfs at achtzehn.2y.net
Tue Nov 6 07:11:03 MST 2001
> From: lfs-support-owner at linuxfromscratch.org
> [mailto:lfs-support-owner at linuxfromscratch.org] On Behalf Of
> Steve Campbell
>
>
> And yeah Andreas Achtzehn Did speak unto the masses thusly:
>
> > Dear list readers,
> >
> > I have severe problems compiling a 2.4.13 kernel on a LFS 3.0 based
> > system.
> >
> >
> > I start my LFS session with:
> > 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:
> >
> > cd /usr/src
> > rm -rf linux
> > 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
> This may be entirely unrelated, as I am not very knowledgable
> in the ways
> of kernel module errors. But I have been getting unresolved
> symbol errors
> from 2.4.13 while attempting to load both the emu10k1-gp
> module and gravis
> joystick driver. Mind you, compared with getting a new kernel
> to play ball
> on mandrake 8.0, this lfs business is pure joy.
> I only decide to leap up the kernel tree to 2.4.13 to get
> some midi I/O
> from my sblive....and I still don't know if I succeeded as I haven't
> decided what apps to install for midi.
> Anyway, just thought I should say "you are not alone"
>
> --
Hello Steve!
I sent off the same question to the linux-kernel mailinglist. Answer:
Yes, there is a bug in the comx.o modules but we have no one found yet
to fix it. *argh*
Deactivated it and my LFS runs like never before...
Open-source doesn't automatically mean "perfect" and "bugless".
Regards, Andreas
--
Unsubscribe: send email to listar at linuxfromscratch.org
and put 'unsubscribe lfs-support' in the subject header of the message
More information about the lfs-support
mailing list