Gentoo Archives: gentoo-dev

From: Terry Chan <tchan@××××××××.com>
To: gentoo-dev@××××××××××.org
Subject: [gentoo-dev] re: kernel 2.4.10 Unresolved symbols
Date: Sat, 29 Sep 2001 00:32:51
Message-Id: 20010929013349.A23254@enteract.com
1 Dan,
2
3 Your problem in compiling the 2.4.10 kernel is related to this line
4 of your posting:
5
6 > depmod: *** Unresolved symbols in
7 >/lib/modules/2.4.4-ac9/kernel/drivers/char/agp/agpgart.o
8
9 depmod should NOT be using /lib/modules/2.4.4-ac9 when you are compiling
10 2.4.10, and the subsequent make modules_install.
11
12 It should be using /lib/modules/2.4.10/....
13
14 You need to make sure your following the recommended kernel compilation
15 instructions from the correct location!
16
17 Are you in the /usr/src/linux-2.4.10 directory when you do the steps:
18
19 make menuconfig
20 make dep
21 make clean
22 make bzImage
23 make modules
24 make modules_install
25
26 Make sure the "make modules" step completes with no compile errors, before
27 doing the "make modules_install".
28
29 Terry Chan

Replies

Subject Author
Re: [gentoo-dev] re: kernel 2.4.10 Unresolved symbols Parag Mehta <pm@g.o>