lkml.org 
[lkml]   [2003]   [Jun]   [4]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
DateWed, 4 Jun 2003 10:31:50 +0200
From"J.A. Magallon" <>
SubjectRe: 2.4.21-rc7 SMP module unresolved symbols
On 06.04, Dan Christian wrote:
> I can build a 2.4.21-rc7 Athlon single processor kernel and modules 
> without problem.
> 
> When I enable SMP, most (but not all) modules have unresolved symbols.  
> This is basic stuff like prink and kmalloc.  I've tried both with and 
> without symbol versioning.
> 
> The build line was:
> make clean && make dep && make bzImage && make modules && make 
> modules_install
> 

You're missing a make install, I think ( at least this is what I do,
perhaps something is redundant:

make clean
make dep
make bzImage
make install  <<<<<<<<<<<<<<<<
make modules
make modules_install

Wthout the make install yu don't have nor the new kernel nor the System.map
in /boot.

-- 
J.A. Magallon <jamagallon@able.es>      \                 Software is like sex:
werewolf.able.es                         \           It's better when it's free
Mandrake Linux release 9.2 (Cooker) for i586
Linux 2.4.21-rc7-jam1 (gcc 3.3 (Mandrake Linux 9.2 3.3-1mdk))
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 12:36    [from the cache]
©2003-2008