Mailing List archive

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

[linux-dvb] make crash? trying to install skystar2 on mandrake 10.1



Hi
probably I'm doing something dumb as I really don't know much about this stuff. I have mandrake 10.1, 2.6.8.1-10mdk, and I am trying to use a skystar2 card. I have recompiled the kernel with the dvb-tcpp... firmware compile option on, though I'm unclear if it is needed, and the skystar2 module is there and loaded.

[root@localhost sbin]# lsmod
Module Size Used by
skystar2 25092 0
mt312 7268 0
dvb-core 77288 2 skystar2,mt312

I am using mt312, again I'm not sure if it is correct as I don't know the revision of my card, but no problem to switch to tvs0299 if neccesary.

The modprobe.conf script is

# skystar2
options dvb-core dvb_shutdown_timeout=0
alias char-major-250 skystar2
install skystar2 { /sbin/modprobe mt312; } ; /sbin/modprobe --ignore-install skystar2
remove skystar2 /sbin/modprobe -r --first-time --ignore-remove skystar2 && { /sbin/modprobe -r mt312; /bin/true; }
#

again I don't know if this is correct, I'm on a learning curve here, it doesn't actually load it, but does mean that "modprobe skystar2" produces the above lsmod output. As you can see I'm hacking about and guessing at many things.

What do I need to do to create the devices for the card, /dev/dvb/adapter0/etc? I have tried "make" in the CVS build-2.6 and it seems to bomb out before locating the card and creating devices. The end of the "make" output is

/home/simon/software/linuxtv/dvb-kernel/build-2.6/av7110_hw.c:114: error: dereferencing pointer to incomplete type
/home/simon/software/linuxtv/dvb-kernel/build-2.6/av7110_hw.c:121: error: dereferencing pointer to incomplete type
/home/simon/software/linuxtv/dvb-kernel/build-2.6/av7110_hw.c:122: error: dereferencing pointer to incomplete type
/home/simon/software/linuxtv/dvb-kernel/build-2.6/av7110_hw.c:122: error: dereferencing pointer to incomplete type
/home/simon/software/linuxtv/dvb-kernel/build-2.6/av7110_hw.c: In function `av7110_bootarm':
/home/simon/software/linuxtv/dvb-kernel/build-2.6/av7110_hw.c:234: error: dereferencing pointer to incomplete type
/home/simon/software/linuxtv/dvb-kernel/build-2.6/av7110_hw.c:234: error: dereferencing pointer to incomplete type
/home/simon/software/linuxtv/dvb-kernel/build-2.6/av7110_hw.c:235: error: dereferencing pointer to incomplete type
/home/simon/software/linuxtv/dvb-kernel/build-2.6/av7110_hw.c:238: error: dereferencing pointer to incomplete type
/home/simon/software/linuxtv/dvb-kernel/build-2.6/av7110_hw.c:239: error: dereferencing pointer to incomplete type
/home/simon/software/linuxtv/dvb-kernel/build-2.6/av7110_hw.c:240: error: dereferencing pointer to incomplete type
/home/simon/software/linuxtv/dvb-kernel/build-2.6/av7110_hw.c:294: error: dereferencing pointer to incomplete type
/home/simon/software/linuxtv/dvb-kernel/build-2.6/av7110_hw.c:295: error: dereferencing pointer to incomplete type
/home/simon/software/linuxtv/dvb-kernel/build-2.6/av7110_hw.c:295: error: dereferencing pointer to incomplete type
make[2]: *** [/home/simon/software/linuxtv/dvb-kernel/build-2.6/av7110_hw.o] Error 1
make[1]: *** [_module_/home/simon/software/linuxtv/dvb-kernel/build-2.6] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.8.1-10mdk'
make: *** [all] Error 2
[root@localhost build-2.6]#

I will put all of the output at the bottom, just in case. I have tried running MAKEDEV-DVB.sh, but I guess more needs to be done before the device actually points at something, (the created devices are removed on reboot).

Any advice would be really welcome.

Thanks
Simon


this is the complete output.

[root@localhost build-2.6]# make
[ -L saa7146_video.c ] || ./getlinks
getting links from kernel-cvs driver
make[1]: Entering directory `/home/simon/software/linuxtv/dvb-kernel/build-2.6'
rm -f *.o *.ko .*.o.cmd .*.ko.cmd *.mod.c .*.o.d fdump av7110_firm.h video-buf.c
rm -rf .tmp_versions
find . -type l | xargs -r rm
make[1]: Leaving directory `/home/simon/software/linuxtv/dvb-kernel/build-2.6'
create symbolic link `av7110.c' to `../linux/drivers/media/dvb/ttpci/av7110.c'
create symbolic link `av7110.h' to `../linux/drivers/media/dvb/ttpci/av7110.h'
create symbolic link `av7110_av.c' to `../linux/drivers/media/dvb/ttpci/av7110_av.c'
create symbolic link `av7110_av.h' to `../linux/drivers/media/dvb/ttpci/av7110_av.h'
create symbolic link `av7110_ca.c' to `../linux/drivers/media/dvb/ttpci/av7110_ca.c'
create symbolic link `av7110_ca.h' to `../linux/drivers/media/dvb/ttpci/av7110_ca.h'
create symbolic link `av7110_hw.c' to `../linux/drivers/media/dvb/ttpci/av7110_hw.c'
create symbolic link `av7110_hw.h' to `../linux/drivers/media/dvb/ttpci/av7110_hw.h'
create symbolic link `av7110_ipack.c' to `../linux/drivers/media/dvb/ttpci/av7110_ipack.c'
create symbolic link `av7110_ipack.h' to `../linux/drivers/media/dvb/ttpci/av7110_ipack.h'
create symbolic link `av7110_ir.c' to `../linux/drivers/media/dvb/ttpci/av7110_ir.c'
create symbolic link `av7110_v4l.c' to `../linux/drivers/media/dvb/ttpci/av7110_v4l.c'
create symbolic link `budget-av.c' to `../linux/drivers/media/dvb/ttpci/budget-av.c'
create symbolic link `budget-ci.c' to `../linux/drivers/media/dvb/ttpci/budget-ci.c'
create symbolic link `budget-core.c' to `../linux/drivers/media/dvb/ttpci/budget-core.c'
create symbolic link `budget-patch.c' to `../linux/drivers/media/dvb/ttpci/budget-patch.c'
create symbolic link `budget.c' to `../linux/drivers/media/dvb/ttpci/budget.c'
create symbolic link `budget.h' to `../linux/drivers/media/dvb/ttpci/budget.h'
create symbolic link `fdump.c' to `../linux/drivers/media/dvb/ttpci/fdump.c'
create symbolic link `ttpci-eeprom.c' to `../linux/drivers/media/dvb/ttpci/ttpci-eeprom.c'
create symbolic link `ttpci-eeprom.h' to `../linux/drivers/media/dvb/ttpci/ttpci-eeprom.h'
create symbolic link `dvb-ttusb-budget.c' to `../linux/drivers/media/dvb/ttusb-budget/dvb-ttusb-budget.c'
create symbolic link `dvb-ttusb-dspbootcode.h' to `../linux/drivers/media/dvb/ttusb-budget/dvb-ttusb-dspbootcode.h'
create symbolic link `ttusb_dec.c' to `../linux/drivers/media/dvb/ttusb-dec/ttusb_dec.c'
create symbolic link `ttusbdecfe.c' to `../linux/drivers/media/dvb/ttusb-dec/ttusbdecfe.c'
create symbolic link `ttusbdecfe.h' to `../linux/drivers/media/dvb/ttusb-dec/ttusbdecfe.h'
create symbolic link `dvb-dibusb-core.c' to `../linux/drivers/media/dvb/dibusb/dvb-dibusb-core.c'
create symbolic link `dvb-dibusb-dvb.c' to `../linux/drivers/media/dvb/dibusb/dvb-dibusb-dvb.c'
create symbolic link `dvb-dibusb-fe-i2c.c' to `../linux/drivers/media/dvb/dibusb/dvb-dibusb-fe-i2c.c'
create symbolic link `dvb-dibusb-firmware.c' to `../linux/drivers/media/dvb/dibusb/dvb-dibusb-firmware.c'
create symbolic link `dvb-dibusb-remote.c' to `../linux/drivers/media/dvb/dibusb/dvb-dibusb-remote.c'
create symbolic link `dvb-dibusb-usb.c' to `../linux/drivers/media/dvb/dibusb/dvb-dibusb-usb.c'
create symbolic link `dvb-dibusb.h' to `../linux/drivers/media/dvb/dibusb/dvb-dibusb.h'
create symbolic link `dst_priv.h' to `../linux/drivers/media/dvb/bt8xx/dst_priv.h'
create symbolic link `bt878.c' to `../linux/drivers/media/dvb/bt8xx/bt878.c'
create symbolic link `bt878.h' to `../linux/drivers/media/dvb/bt8xx/bt878.h'
create symbolic link `dst.c' to `../linux/drivers/media/dvb/bt8xx/dst.c'
create symbolic link `dst.h' to `../linux/drivers/media/dvb/bt8xx/dst.h'
create symbolic link `dvb-bt8xx.c' to `../linux/drivers/media/dvb/bt8xx/dvb-bt8xx.c'
create symbolic link `dvb-bt8xx.h' to `../linux/drivers/media/dvb/bt8xx/dvb-bt8xx.h'
create symbolic link `b2c2-common.c' to `../linux/drivers/media/dvb/b2c2/b2c2-common.c'
create symbolic link `b2c2-usb-core.c' to `../linux/drivers/media/dvb/b2c2/b2c2-usb-core.c'
create symbolic link `skystar2.c' to `../linux/drivers/media/dvb/b2c2/skystar2.c'
create symbolic link `cinergyT2.c' to `../linux/drivers/media/dvb/cinergyT2/cinergyT2.c'
create symbolic link `dmxdev.c' to `../linux/drivers/media/dvb/dvb-core/dmxdev.c'
create symbolic link `demux.h' to `../linux/drivers/media/dvb/dvb-core/demux.h'
create symbolic link `dmxdev.h' to `../linux/drivers/media/dvb/dvb-core/dmxdev.h'
create symbolic link `dvb_ca_en50221.c' to `../linux/drivers/media/dvb/dvb-core/dvb_ca_en50221.c'
create symbolic link `dvb_ca_en50221.h' to `../linux/drivers/media/dvb/dvb-core/dvb_ca_en50221.h'
create symbolic link `dvb_demux.c' to `../linux/drivers/media/dvb/dvb-core/dvb_demux.c'
create symbolic link `dvb_demux.h' to `../linux/drivers/media/dvb/dvb-core/dvb_demux.h'
create symbolic link `dvb_filter.c' to `../linux/drivers/media/dvb/dvb-core/dvb_filter.c'
create symbolic link `dvb_filter.h' to `../linux/drivers/media/dvb/dvb-core/dvb_filter.h'
create symbolic link `dvb_frontend.c' to `../linux/drivers/media/dvb/dvb-core/dvb_frontend.c'
create symbolic link `dvb_frontend.h' to `../linux/drivers/media/dvb/dvb-core/dvb_frontend.h'
create symbolic link `dvb_net.c' to `../linux/drivers/media/dvb/dvb-core/dvb_net.c'
create symbolic link `dvb_net.h' to `../linux/drivers/media/dvb/dvb-core/dvb_net.h'
create symbolic link `dvb_ringbuffer.c' to `../linux/drivers/media/dvb/dvb-core/dvb_ringbuffer.c'
create symbolic link `dvb_ringbuffer.h' to `../linux/drivers/media/dvb/dvb-core/dvb_ringbuffer.h'
create symbolic link `dvbdev.c' to `../linux/drivers/media/dvb/dvb-core/dvbdev.c'
create symbolic link `dvbdev.h' to `../linux/drivers/media/dvb/dvb-core/dvbdev.h'
create symbolic link `at76c651.c' to `../linux/drivers/media/dvb/frontends/at76c651.c'
create symbolic link `at76c651.h' to `../linux/drivers/media/dvb/frontends/at76c651.h'
create symbolic link `cx22700.c' to `../linux/drivers/media/dvb/frontends/cx22700.c'
create symbolic link `cx22700.h' to `../linux/drivers/media/dvb/frontends/cx22700.h'
create symbolic link `cx22702.c' to `../linux/drivers/media/dvb/frontends/cx22702.c'
create symbolic link `cx22702.h' to `../linux/drivers/media/dvb/frontends/cx22702.h'
create symbolic link `cx24110.c' to `../linux/drivers/media/dvb/frontends/cx24110.c'
create symbolic link `cx24110.h' to `../linux/drivers/media/dvb/frontends/cx24110.h'
create symbolic link `dib3000-common.c' to `../linux/drivers/media/dvb/frontends/dib3000-common.c'
create symbolic link `dib3000-common.h' to `../linux/drivers/media/dvb/frontends/dib3000-common.h'
create symbolic link `dib3000.h' to `../linux/drivers/media/dvb/frontends/dib3000.h'
create symbolic link `dib3000mb.c' to `../linux/drivers/media/dvb/frontends/dib3000mb.c'
create symbolic link `dib3000mb_priv.h' to `../linux/drivers/media/dvb/frontends/dib3000mb_priv.h'
create symbolic link `dib3000mc.c' to `../linux/drivers/media/dvb/frontends/dib3000mc.c'
create symbolic link `dib3000mc_priv.h' to `../linux/drivers/media/dvb/frontends/dib3000mc_priv.h'
create symbolic link `dvb_dummy_fe.c' to `../linux/drivers/media/dvb/frontends/dvb_dummy_fe.c'
create symbolic link `dvb_dummy_fe.h' to `../linux/drivers/media/dvb/frontends/dvb_dummy_fe.h'
create symbolic link `l64781.c' to `../linux/drivers/media/dvb/frontends/l64781.c'
create symbolic link `l64781.h' to `../linux/drivers/media/dvb/frontends/l64781.h'
create symbolic link `mt312.c' to `../linux/drivers/media/dvb/frontends/mt312.c'
create symbolic link `mt312.h' to `../linux/drivers/media/dvb/frontends/mt312.h'
create symbolic link `mt312_priv.h' to `../linux/drivers/media/dvb/frontends/mt312_priv.h'
create symbolic link `mt352.c' to `../linux/drivers/media/dvb/frontends/mt352.c'
create symbolic link `mt352.h' to `../linux/drivers/media/dvb/frontends/mt352.h'
create symbolic link `mt352_priv.h' to `../linux/drivers/media/dvb/frontends/mt352_priv.h'
create symbolic link `nxt2002.c' to `../linux/drivers/media/dvb/frontends/nxt2002.c'
create symbolic link `nxt2002.h' to `../linux/drivers/media/dvb/frontends/nxt2002.h'
create symbolic link `nxt6000.c' to `../linux/drivers/media/dvb/frontends/nxt6000.c'
create symbolic link `nxt6000.h' to `../linux/drivers/media/dvb/frontends/nxt6000.h'
create symbolic link `nxt6000_priv.h' to `../linux/drivers/media/dvb/frontends/nxt6000_priv.h'
create symbolic link `sp8870.c' to `../linux/drivers/media/dvb/frontends/sp8870.c'
create symbolic link `sp8870.h' to `../linux/drivers/media/dvb/frontends/sp8870.h'
create symbolic link `sp887x.c' to `../linux/drivers/media/dvb/frontends/sp887x.c'
create symbolic link `sp887x.h' to `../linux/drivers/media/dvb/frontends/sp887x.h'
create symbolic link `stv0297.c' to `../linux/drivers/media/dvb/frontends/stv0297.c'
create symbolic link `stv0297.h' to `../linux/drivers/media/dvb/frontends/stv0297.h'
create symbolic link `stv0299.c' to `../linux/drivers/media/dvb/frontends/stv0299.c'
create symbolic link `stv0299.h' to `../linux/drivers/media/dvb/frontends/stv0299.h'
create symbolic link `tda10021.c' to `../linux/drivers/media/dvb/frontends/tda10021.c'
create symbolic link `tda10021.h' to `../linux/drivers/media/dvb/frontends/tda10021.h'
create symbolic link `tda1004x.c' to `../linux/drivers/media/dvb/frontends/tda1004x.c'
create symbolic link `tda1004x.h' to `../linux/drivers/media/dvb/frontends/tda1004x.h'
create symbolic link `tda8083.c' to `../linux/drivers/media/dvb/frontends/tda8083.c'
create symbolic link `tda8083.h' to `../linux/drivers/media/dvb/frontends/tda8083.h'
create symbolic link `tda80xx.c' to `../linux/drivers/media/dvb/frontends/tda80xx.c'
create symbolic link `tda80xx.h' to `../linux/drivers/media/dvb/frontends/tda80xx.h'
create symbolic link `ves1820.c' to `../linux/drivers/media/dvb/frontends/ves1820.c'
create symbolic link `ves1820.h' to `../linux/drivers/media/dvb/frontends/ves1820.h'
create symbolic link `ves1x93.c' to `../linux/drivers/media/dvb/frontends/ves1x93.c'
create symbolic link `ves1x93.h' to `../linux/drivers/media/dvb/frontends/ves1x93.h'
create symbolic link `saa7146_core.c' to `../linux/drivers/media/common/saa7146_core.c'
create symbolic link `saa7146_fops.c' to `../linux/drivers/media/common/saa7146_fops.c'
create symbolic link `saa7146_hlp.c' to `../linux/drivers/media/common/saa7146_hlp.c'
create symbolic link `saa7146_i2c.c' to `../linux/drivers/media/common/saa7146_i2c.c'
create symbolic link `saa7146_vbi.c' to `../linux/drivers/media/common/saa7146_vbi.c'
create symbolic link `saa7146_video.c' to `../linux/drivers/media/common/saa7146_video.c'
create symbolic link `saa7146_vv_ksyms.c' to `../linux/drivers/media/common/saa7146_vv_ksyms.c'
cc -o fdump fdump.c
./fdump "/usr/lib/hotplug/firmware/dvb-ttpci-01.fw" dvb_ttpci_fw av7110_firm.h
make -C /lib/modules/2.6.8.1-10mdk/build SUBDIRS=/home/simon/software/linuxtv/dvb-kernel/build-2.6 AV7110_FIRMWARE="/usr/lib/hotplug/firmware/dvb-ttpci-01.fw" AV7110_OSD=n
make[1]: Entering directory `/usr/src/linux-2.6.8.1-10mdk'
LD /home/simon/software/linuxtv/dvb-kernel/build-2.6/built-in.o
CC [M] /home/simon/software/linuxtv/dvb-kernel/build-2.6/b2c2-usb-core.o
In file included from include/linux/config.h:4,
from /home/simon/software/linuxtv/dvb-kernel/build-2.6/b2c2-usb-core.c:13:
include/linux/autoconf.h:2104:1: warning: "CONFIG_DVB_AV7110_FIRMWARE_FILE" redefined
<command line>:2:1: warning: this is the location of the previous definition
/home/simon/software/linuxtv/dvb-kernel/build-2.6/b2c2-usb-core.c: In function `b2c2_urb_complete':
/home/simon/software/linuxtv/dvb-kernel/build-2.6/b2c2-usb-core.c:356: warning: unused variable `b2c2'
/home/simon/software/linuxtv/dvb-kernel/build-2.6/b2c2-usb-core.c: At top level:
/home/simon/software/linuxtv/dvb-kernel/build-2.6/b2c2-usb-core.c:213: warning: 'b2c2_usb_write_dw' defined but not used
/home/simon/software/linuxtv/dvb-kernel/build-2.6/b2c2-usb-core.c:238: warning: 'b2c2_usb_v8_memory_req' defined but not used
/home/simon/software/linuxtv/dvb-kernel/build-2.6/b2c2-usb-core.c:280: warning: 'b2c2_usb_i2c_req' defined but not used
/home/simon/software/linuxtv/dvb-kernel/build-2.6/b2c2-usb-core.c:322: warning: 'b2c2_usb_utility_req' defined but not used
CC [M] /home/simon/software/linuxtv/dvb-kernel/build-2.6/b2c2-common.o
In file included from include/linux/config.h:4,
from include/asm/types.h:38,
from /home/simon/software/linuxtv/dvb-kernel/linux/include/linux/dvb/frontend.h:29,
from /home/simon/software/linuxtv/dvb-kernel/build-2.6/stv0299.h:48,
from /home/simon/software/linuxtv/dvb-kernel/build-2.6/b2c2-common.c:34:
include/linux/autoconf.h:2104:1: warning: "CONFIG_DVB_AV7110_FIRMWARE_FILE" redefined
<command line>:2:1: warning: this is the location of the previous definition
/home/simon/software/linuxtv/dvb-kernel/build-2.6/b2c2-common.c: In function `samsung_tbmu24112_pll_set':
/home/simon/software/linuxtv/dvb-kernel/build-2.6/b2c2-common.c:63: warning: unused variable `msg'
/home/simon/software/linuxtv/dvb-kernel/build-2.6/b2c2-common.c: In function `skystar23_samsung_tbdu18132_pll_set':
/home/simon/software/linuxtv/dvb-kernel/build-2.6/b2c2-common.c:193: warning: unused variable `msg'
/home/simon/software/linuxtv/dvb-kernel/build-2.6/b2c2-common.c: At top level:
/home/simon/software/linuxtv/dvb-kernel/build-2.6/b2c2-common.c:124: warning: 'samsung_tbmu24112_config' defined but not used
/home/simon/software/linuxtv/dvb-kernel/build-2.6/b2c2-common.c:182: warning: 'samsung_tdtc9251dh0_config' defined but not used
/home/simon/software/linuxtv/dvb-kernel/build-2.6/b2c2-common.c:210: warning: 'skystar23_samsung_tbdu18132_config' defined but not used
CC [M] /home/simon/software/linuxtv/dvb-kernel/build-2.6/dvbdev.o
In file included from include/linux/config.h:4,
from include/linux/types.h:5,
from /home/simon/software/linuxtv/dvb-kernel/build-2.6/dvbdev.c:24:
include/linux/autoconf.h:2104:1: warning: "CONFIG_DVB_AV7110_FIRMWARE_FILE" redefined
<command line>:2:1: warning: this is the location of the previous definition
CC [M] /home/simon/software/linuxtv/dvb-kernel/build-2.6/dmxdev.o
In file included from include/linux/config.h:4,
from include/linux/spinlock.h:8,
from /home/simon/software/linuxtv/dvb-kernel/build-2.6/dmxdev.c:24:
include/linux/autoconf.h:2104:1: warning: "CONFIG_DVB_AV7110_FIRMWARE_FILE" redefined
<command line>:2:1: warning: this is the location of the previous definition
CC [M] /home/simon/software/linuxtv/dvb-kernel/build-2.6/dvb_demux.o
In file included from include/linux/config.h:4,
from include/linux/spinlock.h:8,
from /home/simon/software/linuxtv/dvb-kernel/build-2.6/dvb_demux.c:24:
include/linux/autoconf.h:2104:1: warning: "CONFIG_DVB_AV7110_FIRMWARE_FILE" redefined
<command line>:2:1: warning: this is the location of the previous definition
CC [M] /home/simon/software/linuxtv/dvb-kernel/build-2.6/dvb_filter.o
In file included from include/linux/config.h:4,
from include/linux/linkage.h:4,
from include/linux/kernel.h:11,
from /home/simon/software/linuxtv/dvb-kernel/build-2.6/dvb_filter.c:1:
include/linux/autoconf.h:2104:1: warning: "CONFIG_DVB_AV7110_FIRMWARE_FILE" redefined
<command line>:2:1: warning: this is the location of the previous definition
CC [M] /home/simon/software/linuxtv/dvb-kernel/build-2.6/dvb_ca_en50221.o
In file included from include/linux/config.h:4,
from include/linux/slab.h:14,
from /home/simon/software/linuxtv/dvb-kernel/build-2.6/dvb_ca_en50221.c:32:
include/linux/autoconf.h:2104:1: warning: "CONFIG_DVB_AV7110_FIRMWARE_FILE" redefined
<command line>:2:1: warning: this is the location of the previous definition
CC [M] /home/simon/software/linuxtv/dvb-kernel/build-2.6/dvb_frontend.o
In file included from include/linux/config.h:4,
from include/linux/types.h:5,
from include/linux/string.h:9,
from /home/simon/software/linuxtv/dvb-kernel/build-2.6/dvb_frontend.c:28:
include/linux/autoconf.h:2104:1: warning: "CONFIG_DVB_AV7110_FIRMWARE_FILE" redefined
<command line>:2:1: warning: this is the location of the previous definition
CC [M] /home/simon/software/linuxtv/dvb-kernel/build-2.6/dvb_net.o
In file included from include/linux/config.h:4,
from include/linux/module.h:9,
from /home/simon/software/linuxtv/dvb-kernel/build-2.6/dvb_net.c:57:
include/linux/autoconf.h:2104:1: warning: "CONFIG_DVB_AV7110_FIRMWARE_FILE" redefined
<command line>:2:1: warning: this is the location of the previous definition
CC [M] /home/simon/software/linuxtv/dvb-kernel/build-2.6/dvb_ringbuffer.o
In file included from include/linux/config.h:4,
from include/linux/linkage.h:4,
from include/linux/kernel.h:11,
from /home/simon/software/linuxtv/dvb-kernel/build-2.6/dvb_ringbuffer.c:31:
include/linux/autoconf.h:2104:1: warning: "CONFIG_DVB_AV7110_FIRMWARE_FILE" redefined
<command line>:2:1: warning: this is the location of the previous definition
CC [M] /home/simon/software/linuxtv/dvb-kernel/build-2.6/dvb-dibusb-core.o
In file included from include/linux/config.h:4,
from include/linux/types.h:5,
from include/linux/time.h:5,
from include/linux/input.h:13,
from /home/simon/software/linuxtv/dvb-kernel/build-2.6/dvb-dibusb.h:15,
from /home/simon/software/linuxtv/dvb-kernel/build-2.6/dvb-dibusb-core.c:25:
include/linux/autoconf.h:2104:1: warning: "CONFIG_DVB_AV7110_FIRMWARE_FILE" redefined
<command line>:2:1: warning: this is the location of the previous definition
CC [M] /home/simon/software/linuxtv/dvb-kernel/build-2.6/dvb-dibusb-dvb.o
In file included from include/linux/config.h:4,
from include/linux/types.h:5,
from include/linux/time.h:5,
from include/linux/input.h:13,
from /home/simon/software/linuxtv/dvb-kernel/build-2.6/dvb-dibusb.h:15,
from /home/simon/software/linuxtv/dvb-kernel/build-2.6/dvb-dibusb-dvb.c:12:
include/linux/autoconf.h:2104:1: warning: "CONFIG_DVB_AV7110_FIRMWARE_FILE" redefined
<command line>:2:1: warning: this is the location of the previous definition
CC [M] /home/simon/software/linuxtv/dvb-kernel/build-2.6/dvb-dibusb-fe-i2c.o
In file included from include/linux/config.h:4,
from include/linux/types.h:5,
from include/linux/time.h:5,
from include/linux/input.h:13,
from /home/simon/software/linuxtv/dvb-kernel/build-2.6/dvb-dibusb.h:15,
from /home/simon/software/linuxtv/dvb-kernel/build-2.6/dvb-dibusb-fe-i2c.c:13:
include/linux/autoconf.h:2104:1: warning: "CONFIG_DVB_AV7110_FIRMWARE_FILE" redefined
<command line>:2:1: warning: this is the location of the previous definition
CC [M] /home/simon/software/linuxtv/dvb-kernel/build-2.6/dvb-dibusb-firmware.o
In file included from include/linux/config.h:4,
from include/linux/types.h:5,
from include/linux/time.h:5,
from include/linux/input.h:13,
from /home/simon/software/linuxtv/dvb-kernel/build-2.6/dvb-dibusb.h:15,
from /home/simon/software/linuxtv/dvb-kernel/build-2.6/dvb-dibusb-firmware.c:11:
include/linux/autoconf.h:2104:1: warning: "CONFIG_DVB_AV7110_FIRMWARE_FILE" redefined
<command line>:2:1: warning: this is the location of the previous definition
CC [M] /home/simon/software/linuxtv/dvb-kernel/build-2.6/dvb-dibusb-remote.o
In file included from include/linux/config.h:4,
from include/linux/types.h:5,
from include/linux/time.h:5,
from include/linux/input.h:13,
from /home/simon/software/linuxtv/dvb-kernel/build-2.6/dvb-dibusb.h:15,
from /home/simon/software/linuxtv/dvb-kernel/build-2.6/dvb-dibusb-remote.c:12:
include/linux/autoconf.h:2104:1: warning: "CONFIG_DVB_AV7110_FIRMWARE_FILE" redefined
<command line>:2:1: warning: this is the location of the previous definition
CC [M] /home/simon/software/linuxtv/dvb-kernel/build-2.6/dvb-dibusb-usb.o
In file included from include/linux/config.h:4,
from include/linux/types.h:5,
from include/linux/time.h:5,
from include/linux/input.h:13,
from /home/simon/software/linuxtv/dvb-kernel/build-2.6/dvb-dibusb.h:15,
from /home/simon/software/linuxtv/dvb-kernel/build-2.6/dvb-dibusb-usb.c:12:
include/linux/autoconf.h:2104:1: warning: "CONFIG_DVB_AV7110_FIRMWARE_FILE" redefined
<command line>:2:1: warning: this is the location of the previous definition
CC [M] /home/simon/software/linuxtv/dvb-kernel/build-2.6/av7110_hw.o
In file included from include/linux/config.h:4,
from include/linux/types.h:5,
from /home/simon/software/linuxtv/dvb-kernel/build-2.6/av7110_hw.c:32:
include/linux/autoconf.h:2104:1: warning: "CONFIG_DVB_AV7110_FIRMWARE_FILE" redefined
<command line>:2:1: warning: this is the location of the previous definition
In file included from /home/simon/software/linuxtv/dvb-kernel/linux/include/media/saa7146_vv.h:6,
from /home/simon/software/linuxtv/dvb-kernel/build-2.6/av7110.h:35,
from /home/simon/software/linuxtv/dvb-kernel/build-2.6/av7110_hw.c:41:
/home/simon/software/linuxtv/dvb-kernel/linux/include/media/saa7146.h:140: warning: no semicolon at end of struct or union
/home/simon/software/linuxtv/dvb-kernel/linux/include/media/saa7146.h:140: error: syntax error before '*' token
/home/simon/software/linuxtv/dvb-kernel/linux/include/media/saa7146.h:168: error: syntax error before '}' token
/home/simon/software/linuxtv/dvb-kernel/build-2.6/av7110_hw.c: In function `av7110_debiwrite':
/home/simon/software/linuxtv/dvb-kernel/build-2.6/av7110_hw.c:64: error: dereferencing pointer to incomplete type
/home/simon/software/linuxtv/dvb-kernel/build-2.6/av7110_hw.c:66: error: dereferencing pointer to incomplete type
/home/simon/software/linuxtv/dvb-kernel/build-2.6/av7110_hw.c:68: error: dereferencing pointer to incomplete type
/home/simon/software/linuxtv/dvb-kernel/build-2.6/av7110_hw.c:69: error: dereferencing pointer to incomplete type
/home/simon/software/linuxtv/dvb-kernel/build-2.6/av7110_hw.c:70: error: dereferencing pointer to incomplete type
/home/simon/software/linuxtv/dvb-kernel/build-2.6/av7110_hw.c: In function `av7110_debiread':
/home/simon/software/linuxtv/dvb-kernel/build-2.6/av7110_hw.c:87: error: dereferencing pointer to incomplete type
/home/simon/software/linuxtv/dvb-kernel/build-2.6/av7110_hw.c:88: error: dereferencing pointer to incomplete type
/home/simon/software/linuxtv/dvb-kernel/build-2.6/av7110_hw.c:90: error: dereferencing pointer to incomplete type
/home/simon/software/linuxtv/dvb-kernel/build-2.6/av7110_hw.c:91: error: dereferencing pointer to incomplete type
/home/simon/software/linuxtv/dvb-kernel/build-2.6/av7110_hw.c:99: error: dereferencing pointer to incomplete type
/home/simon/software/linuxtv/dvb-kernel/build-2.6/av7110_hw.c: In function `av7110_reset_arm':
/home/simon/software/linuxtv/dvb-kernel/build-2.6/av7110_hw.c:113: error: dereferencing pointer to incomplete type
/home/simon/software/linuxtv/dvb-kernel/build-2.6/av7110_hw.c:113: error: dereferencing pointer to incomplete type
/home/simon/software/linuxtv/dvb-kernel/build-2.6/av7110_hw.c:114: error: dereferencing pointer to incomplete type
/home/simon/software/linuxtv/dvb-kernel/build-2.6/av7110_hw.c:121: error: dereferencing pointer to incomplete type
/home/simon/software/linuxtv/dvb-kernel/build-2.6/av7110_hw.c:122: error: dereferencing pointer to incomplete type
/home/simon/software/linuxtv/dvb-kernel/build-2.6/av7110_hw.c:122: error: dereferencing pointer to incomplete type
/home/simon/software/linuxtv/dvb-kernel/build-2.6/av7110_hw.c: In function `av7110_bootarm':
/home/simon/software/linuxtv/dvb-kernel/build-2.6/av7110_hw.c:234: error: dereferencing pointer to incomplete type
/home/simon/software/linuxtv/dvb-kernel/build-2.6/av7110_hw.c:234: error: dereferencing pointer to incomplete type
/home/simon/software/linuxtv/dvb-kernel/build-2.6/av7110_hw.c:235: error: dereferencing pointer to incomplete type
/home/simon/software/linuxtv/dvb-kernel/build-2.6/av7110_hw.c:238: error: dereferencing pointer to incomplete type
/home/simon/software/linuxtv/dvb-kernel/build-2.6/av7110_hw.c:239: error: dereferencing pointer to incomplete type
/home/simon/software/linuxtv/dvb-kernel/build-2.6/av7110_hw.c:240: error: dereferencing pointer to incomplete type
/home/simon/software/linuxtv/dvb-kernel/build-2.6/av7110_hw.c:294: error: dereferencing pointer to incomplete type
/home/simon/software/linuxtv/dvb-kernel/build-2.6/av7110_hw.c:295: error: dereferencing pointer to incomplete type
/home/simon/software/linuxtv/dvb-kernel/build-2.6/av7110_hw.c:295: error: dereferencing pointer to incomplete type
make[2]: *** [/home/simon/software/linuxtv/dvb-kernel/build-2.6/av7110_hw.o] Error 1
make[1]: *** [_module_/home/simon/software/linuxtv/dvb-kernel/build-2.6] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.8.1-10mdk'
make: *** [all] Error 2
[root@localhost build-2.6]# /home/simon/software/linuxtv/dvb-kernel/build-2.6/av7110_hw.c:114: error: dereferencing pointer to incomplete type
bash: /home/simon/software/linuxtv/dvb-kernel/build-2.6/av7110_hw.c:114:: No such file or directory
[root@localhost build-2.6]# /home/simon/software/linuxtv/dvb-kernel/build-2.6/av7110_hw.c:121: error: dereferencing pointer to incomplete type
bash: /home/simon/software/linuxtv/dvb-kernel/build-2.6/av7110_hw.c:121:: No such file or directory
[root@localhost build-2.6]# /home/simon/software/linuxtv/dvb-kernel/build-2.6/av7110_hw.c:122: error: dereferencing pointer to incomplete type
bash: /home/simon/software/linuxtv/dvb-kernel/build-2.6/av7110_hw.c:122:: No such file or directory
[root@localhost build-2.6]# /home/simon/software/linuxtv/dvb-kernel/build-2.6/av7110_hw.c:122: error: dereferencing pointer to incomplete type
bash: /home/simon/software/linuxtv/dvb-kernel/build-2.6/av7110_hw.c:122:: No such file or directory
[root@localhost build-2.6]# /home/simon/software/linuxtv/dvb-kernel/build-2.6/av7110_hw.c: In function `av7110_bootarm':
> /home/simon/software/linuxtv/dvb-kernel/build-2.6/av7110_hw.c:234: error: dereferencing pointer to incomplete type
> /home/simon/software/linuxtv/dvb-kernel/build-2.6/av7110_hw.c:234: error: dereferencing pointer to incomplete type
> /home/simon/software/linuxtv/dvb-kernel/build-2.6/av7110_hw.c:235: error: dereferencing pointer to incomplete type
> /home/simon/software/linuxtv/dvb-kernel/build-2.6/av7110_hw.c:238: error: dereferencing pointer to incomplete type
> /home/simon/software/linuxtv/dvb-kernel/build-2.6/av7110_hw.c:239: error: dereferencing pointer to incomplete type
> /home/simon/software/linuxtv/dvb-kernel/build-2.6/av7110_hw.c:240: error: dereferencing pointer to incomplete type
> /home/simon/software/linuxtv/dvb-kernel/build-2.6/av7110_hw.c:294: error: dereferencing pointer to incomplete type
> /home/simon/software/linuxtv/dvb-kernel/build-2.6/av7110_hw.c:295: error: dereferencing pointer to incomplete type
> /home/simon/software/linuxtv/dvb-kernel/build-2.6/av7110_hw.c:295: error: dereferencing pointer to incomplete type
> make[2]: *** [/home/simon/software/linuxtv/dvb-kernel/build-2.6/av7110_hw.o] Error 1
> make[1]: *** [_module_/home/simon/software/linuxtv/dvb-kernel/build-2.6] Error 2
> make[1]: Leaving directory `/usr/src/linux-2.6.8.1-10mdk'
> make: *** [all] Error 2
> [root@localhost build-2.6]#

--
simon.robert@oldhouse-cottage.co.uk
www.oldhouse-cottage.co.uk





Home | Main Index | Thread Index