>>>>> "Oleg" == Oleg Goldshmidt <[EMAIL PROTECTED]> writes:
Oleg> 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.
Oleg> Are you quite sure you are starting with "make mrproper"? It
Oleg> looks like the kernel does not export the unresolved
Oleg> symbols. If you are sure it does, try doing everything
Oleg> starting with "make mrproper" (don't forget to save your
Oleg> .config).
I am positive that I started with mrproper.
--
The day is short, and the work is great, | Aharon Schkolnik
and the laborers are lazy, and the reward | Israel Health Ministry
is great, and the Master of the house is | [EMAIL PROTECTED]
impatient. - Ethics Of The Fathers Ch. 2 | +972 2 670 6954/5
=================================================================
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]