public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] re: kernel 2.4.10 Unresolved symbols
@ 2001-09-29  0:33 Terry Chan
  2001-09-29  6:02 ` Parag Mehta
  0 siblings, 1 reply; 2+ messages in thread
From: Terry Chan @ 2001-09-29  0:33 UTC (permalink / raw
  To: gentoo-dev

Dan,

Your problem in compiling the 2.4.10 kernel is related to this line
of your posting:

> depmod: *** Unresolved symbols in 
>/lib/modules/2.4.4-ac9/kernel/drivers/char/agp/agpgart.o

depmod should NOT be using /lib/modules/2.4.4-ac9 when you are compiling
2.4.10, and the subsequent make modules_install.

It should be using /lib/modules/2.4.10/....

You need to make sure your following the recommended kernel compilation
instructions from the correct location!

Are you in the /usr/src/linux-2.4.10 directory when you do the steps:

make menuconfig
make dep
make clean
make bzImage
make modules
make modules_install

Make sure the "make modules" step completes with no compile errors, before
doing the "make modules_install".

Terry Chan



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

* Re: [gentoo-dev] re: kernel 2.4.10 Unresolved symbols
  2001-09-29  0:33 [gentoo-dev] re: kernel 2.4.10 Unresolved symbols Terry Chan
@ 2001-09-29  6:02 ` Parag Mehta
  0 siblings, 0 replies; 2+ messages in thread
From: Parag Mehta @ 2001-09-29  6:02 UTC (permalink / raw
  To: gentoo-dev

Hi Terry!

my $0.02 inline or at the end

* Terry Chan assembled some ascibets to say:
Terry >depmod should NOT be using /lib/modules/2.4.4-ac9 when you are compiling
Terry >2.4.10, and the subsequent make modules_install.
Terry >
Terry >It should be using /lib/modules/2.4.10/....
Terry >

even i'm facing the same error for depmod in make modules_install. all paths are correct and make modules does complete without errors but with warnings.

-- 
Best Regards,

pm
--
Developer		 <pm@gentoo.org>
Gentoo Linux		http://gentoo.org



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

end of thread, other threads:[~2001-09-29 12:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-09-29  0:33 [gentoo-dev] re: kernel 2.4.10 Unresolved symbols Terry Chan
2001-09-29  6:02 ` Parag Mehta

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox