George Kalovyrnas wrote:

> It is the 5th time that I have problems with the compilation of the kernel.
> I'm trying to compile the kernel 2.2.15-2.5.0 ( I think ).
> The command sequence that I use is the following:
>
> make menuconfig
> make dep
> make clean
> make bzImage
> make modules
> make modules_install
> make install
>
> The result of this painfull procedure is to get many messages about
> unresolved symbols for some modules (about 15 of them).
> Is the above procedure the right one?
> Am I forgetting something?
>

You're not forgetting anything, but the undefined symbols are because you may
be including some features as modules, whereas others which depend on these
modules are directly included in the kernel, thus resulting in some undefined
symbols. So check which modules are complaining about this, and include the
needed modules directly in the kernel, or compile both as modules.

Hope this helps
칻&ޙajbު笶\l"ry-n7

Reply via email to