hi

system: redhat 9.0 fully upgraded.
the kernel source i downloaded should cleanly compile as it is used in the redhat binary rpm, but it is not (see below):


i installed kernel-source-2.4.20-20.9-i686.rpm
i linked the main dir to /usr/src/linux ( was already linked to /usr/src/linux-2.4)
i did:
cd /usr/src/linux
cp configs/config.i686 .config
make dep
make clean
make modules


i got full of errors (on make modules), for example:

/usr/src/linux-2.4.20-20.9/include/linux/dcache.h: In function `dget':
/usr/src/linux-2.4.20-20.9/include/linux/dcache.h:254: warning: implicit declaration of function `__out_of_line_bug_R8b0fd3c5'
cpufreq.c: In function `cpufreq_parse_policy':
cpufreq.c:111: warning: implicit declaration of function `sscanf_R859204af'
cpufreq.c: In function `cpufreq_proc_read':
cpufreq.c:225: warning: implicit declaration of function `sprintf_R1d26aa98'
cpufreq.c: In function `cpufreq_proc_init':
cpufreq.c:327: warning: implicit declaration of function `printk_R1b7d4074'
cpufreq.c: In function `cpufreq_restore':
cpufreq.c:1109: warning: implicit declaration of function `panic_R01075bf0'
cpufreq.c: At top level:
cpufreq.c:192: warning: `cpufreq_setup' defined but not used
make[1]: *** [cpufreq.o] Error 1
make[1]: Leaving directory `/usr/src/linux-2.4.20-20.9/kernel'
make: *** [_mod_kernel] Error 2



i even tryed to do 'make oldconfig' or 'make xconfig' before make dep, but no change.


any idea ?





=================================================================
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