Hi
I am running kernel version 2.6.4-52 and trying to install the dvb files using
the make comand in build-2.6. the build process runs correctly until
make[1]: Entering directory `/usr/src/linux-2.6.4-52'
CHK include/linux/version.h
*** Warning: Overriding SUBDIRS on the command line can cause
*** inconsistencies
make[2]: `arch/i386/kernel/asm-offsets.s' is up to date.
GEN .version
CHK include/linux/compile.h
UPD include/linux/compile.h
CC init/version.o
LD init/built-in.o
CC init/kerntypes.o
LD .tmp_vmlinux1
ld:arch/i386/kernel/vmlinux.lds.s:5: ignoring invalid character `#' in
expression
ld:arch/i386/kernel/vmlinux.lds.s:5: syntax error
make[1]: *** [.tmp_vmlinux1] Error 1
make[1]: Leaving directory `/usr/src/linux-2.6.4-52'
make: *** [all] Error 2
the file vmlinux.lds.S exits but is not the desired file what is going on?
the tar.gz file was downloaded on the 2nd july and the kernel was installed
that day.
Matthew Streeter