Aharon Schkolnik <[EMAIL PROTECTED]> writes:

> Hi.
> 
> I am trying to build kernel 2.4.18-19.8.0.
> 
> I get all the way through the make install stage with no problems, but
> when I try make modules_install I get:
> 
> make[1]: Entering directory `/usr/src/linux-2.4.18-19.8.0/arch/i386/lib'
> make[1]: Nothing to be done for `modules_install'.
> make[1]: Leaving directory `/usr/src/linux-2.4.18-19.8.0/arch/i386/lib'
> cd /lib/modules/2.4.18-19.8.0custom; \
> mkdir -p pcmcia; \
> find kernel -path '*/pcmcia/*' -name '*.o' | xargs -i -r ln -sf ../{} pcmcia
> if [ -r System.map ]; then /sbin/depmod -ae -F System.map  2.4.18-19.8.0custom; fi
> depmod: *** Unresolved symbols in 
>/lib/modules/2.4.18-19.8.0custom/kernel/arch/i386/kernel/p4-clockmod.o
> depmod:         cpufreq_unregister_Rcf4ba771
> depmod:         cpufreq_register_Ra6b98f00
> depmod: *** Unresolved symbols in 
>/lib/modules/2.4.18-19.8.0custom/kernel/arch/i386/kernel/speedstep.o
> depmod:         cpufreq_unregister_Rcf4ba771
> depmod:         cpufreq_register_Ra6b98f00
> 
> I have not included my .config file, because of its size, but I will
> be happy to post it (or parts of it), if necessary.
> 
> TIA.

Are you quite sure you are starting with "make mrproper"? It looks
like the kernel does not export the unresolved symbols. If you are
sure it does, try doing everything starting with "make mrproper"
(don't forget to save your .config).

-- 
Oleg Goldshmidt | [EMAIL PROTECTED]

=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to