problems compiling kernel 2.6.8.1
Hallo,
I'm very new to linux and i'm trying to compile the kernel 2.6.8.1 on a debian system.
I'm always getting the following error, what do I have to do to solve this problem
CC init/version.o
LD init/built-in.o
LD .tmp_vmlinux1
net/built-in.o(.init.text+0x2ee0)ld: Unsupported .stab relocation
: multiple definition of `init_module'
kernel/built-in.o(.text+0x17480):/usr/local/src/kernel-source-2.6.8.1/kernel/module.c:95: first defined here
ld: Warning: size of symbol `init_module' changed from 3 in kernel/built-in.o to 11 in net/built-in.o
net/built-in.o(.init.text+0x2f2e)ld: Unsupported .stab relocation
: undefined reference to `__this_module'
net/built-in.o(.data+0x48ac)ld: Unsupported .stab relocation
: undefined reference to `__this_module'
net/built-in.o(.data+0x48c8)ld: Unsupported .stab relocation
: undefined reference to `__this_module'
net/built-in.o(.data+0x48e4)ld: Unsupported .stab relocation
: undefined reference to `__this_module'
net/built-in.o(.data+0x4900)ld: Unsupported .stab relocation
: undefined reference to `__this_module'
make: *** [.tmp_vmlinux1] Error 1
DOMINICA:/usr/local/src/kernel-source-2.6.8.1#
thanks
|