Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] Re: Problems compiling dvb driver build 2.6 with Mandrake10



Making symlink is not the correct solution.
Before building the drivers you will first need to
build the kernel sources.

cd /usr/src/linux-2.6.3-7
make
cd xxxx/dvb-kernel/build-2.6
make
./insmod.sh load

Mika
Albert Puig wrote:

Hi to everybody,

I have found some problems compiling the linuxtv-dvb-1.1.1. I have
installed a mandrake 10 with kernel version 2.6.3-7mdk.

In build-2.6 directory I execute make command, but the compilation
process find errors. The first one was that the name of the file
'vmlinux.lds.s' in madrake this appears with the last 's' in capitals
letters. I solve this problem doing a soft link to 'vmlinux.lds.s'.
But now, i have this message error:

LD [M] /home/albertp/LinuxTV-drivers/linuxtv-dvb-1.1.1/build-2.6/dvb-ttpci.o
GEN .version
CHK include/linux/compile.h
UPD include/linux/compile.h
CC init/version.o
LD init/built-in.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.3-7mdk'
make: *** [all] Error 2

Someone have the solution to this problem.
Thanxs,
Albert








Home | Main Index | Thread Index