Hi,
I am using Linux kernel version 2.4.16. I downloaded the patch from the
website, configured kernel profiling(using xconfig), and tried to compile
the kernel. But the build fails giving the following messages. I have
tried all possibilities(make mrproper, followed by xconfig etc etc), nor
have I been able to get any information about how to solve the
problem. Any help will be greatly appreciated.
Thanks in advance
Krishnan
In file included from i386_ksyms.c:22:
/usr/src/linux/include/asm/checksum.h:72:30: warning: multi-line string
literals are deprecated
/usr/src/linux/include/asm/checksum.h:105:17: warning: multi-line string
literals are deprecated
/usr/src/linux/include/asm/checksum.h:121:13: warning: multi-line string
literals are deprecated
/usr/src/linux/include/asm/checksum.h:161:17: warning: multi-line string
literals are deprecated
i386_ksyms.c:167: `prof_multiplier' undeclared here (not in a function)
i386_ksyms.c:167: initializer element is not constant
i386_ksyms.c:167: (near initialization for
`__ksymtab_prof_multiplier.value')
i386_ksyms.c:168: `setup_profiling_timer' undeclared here (not in a
function)
i386_ksyms.c:168: initializer element is not constant
i386_ksyms.c:168: (near initialization for
`__ksymtab_setup_profiling_timer.value')
make[1]: *** [i386_ksyms.o] Error 1
make[1]: Leaving directory `/usr/src/linux/arch/i386/kernel'
make: *** [_dir_arch/i386/kernel] Error 2
|