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/
This archive was generated by hypermail 2b29 : Sat Jun 07 2003 - 22:00:23 EST