You are not logged in.

#1 2009-06-26 21:44:25

peque
Member
From: Denmark - Møn
Registered: 2005-06-26
Posts: 441

Compiling V4l-dvb drivers - keeps failing

Hey guys.

I'm trying to setup a secondary backend server for my mythTV setup at home, but compiling the drivers give me this error - on the SBE but not on the MBE, so what is wrong here:
This driver is downloaded with the command: hg clone http://linuxtv.org/hg/v4l-dvb
and make goes fine untill firedtv  - which I don't even have and can fine anything specific about? .

CC [M]  /usr/local/src/v4l-dvb/v4l/em28xx-i2c.o
  CC [M]  /usr/local/src/v4l-dvb/v4l/em28xx-cards.o
  CC [M]  /usr/local/src/v4l-dvb/v4l/em28xx-core.o
  CC [M]  /usr/local/src/v4l-dvb/v4l/em28xx-input.o
  CC [M]  /usr/local/src/v4l-dvb/v4l/et61x251_core.o
/usr/local/src/v4l-dvb/v4l/et61x251_core.c: In function 'et61x251_ioctl_v4l2':
/usr/local/src/v4l-dvb/v4l/et61x251_core.c:2491: warning: the frame size of 1204 bytes is larger than 1024 bytes
  CC [M]  /usr/local/src/v4l-dvb/v4l/et61x251_tas5130d1b.o
  CC [M]  /usr/local/src/v4l-dvb/v4l/firedtv-avc.o
  CC [M]  /usr/local/src/v4l-dvb/v4l/firedtv-ci.o
  CC [M]  /usr/local/src/v4l-dvb/v4l/firedtv-dvb.o
  CC [M]  /usr/local/src/v4l-dvb/v4l/firedtv-fe.o
  CC [M]  /usr/local/src/v4l-dvb/v4l/firedtv-1394.o
/usr/local/src/v4l-dvb/v4l/firedtv-1394.c:21:17: error: dma.h: No such file or directory
/usr/local/src/v4l-dvb/v4l/firedtv-1394.c:22:21: error: csr1212.h: No such file or directory
/usr/local/src/v4l-dvb/v4l/firedtv-1394.c:23:23: error: highlevel.h: No such file or directory
/usr/local/src/v4l-dvb/v4l/firedtv-1394.c:24:19: error: hosts.h: No such file or directory
/usr/local/src/v4l-dvb/v4l/firedtv-1394.c:25:22: error: ieee1394.h: No such file or directory
/usr/local/src/v4l-dvb/v4l/firedtv-1394.c:26:17: error: iso.h: No such file or directory
/usr/local/src/v4l-dvb/v4l/firedtv-1394.c:27:21: error: nodemgr.h: No such file or directory
/usr/local/src/v4l-dvb/v4l/firedtv-1394.c:37: warning: 'struct hpsb_iso' declared inside parameter list
/usr/local/src/v4l-dvb/v4l/firedtv-1394.c:37: warning: its scope is only this definition or declaration, which is probably not what you want
/usr/local/src/v4l-dvb/v4l/firedtv-1394.c: In function 'rawiso_activity_cb':
/usr/local/src/v4l-dvb/v4l/firedtv-1394.c:53: error: dereferencing pointer to incomplete type
/usr/local/src/v4l-dvb/v4l/firedtv-1394.c:54: error: implicit declaration of function 'hpsb_iso_n_ready'
/usr/local/src/v4l-dvb/v4l/firedtv-1394.c:61: error: dereferencing pointer to incomplete type
/usr/local/src/v4l-dvb/v4l/firedtv-1394.c:62: error: implicit declaration of function 'dma_region_i'
/usr/local/src/v4l-dvb/v4l/firedtv-1394.c:62: error: dereferencing pointer to incomplete type
/usr/local/src/v4l-dvb/v4l/firedtv-1394.c:62: error: expected expression before 'unsigned'
/usr/local/src/v4l-dvb/v4l/firedtv-1394.c:63: warning: assignment makes pointer from integer without a cast
/usr/local/src/v4l-dvb/v4l/firedtv-1394.c:64: error: dereferencing pointer to incomplete type
/usr/local/src/v4l-dvb/v4l/firedtv-1394.c:68: error: dereferencing pointer to incomplete type
/usr/local/src/v4l-dvb/v4l/firedtv-1394.c:82: error: implicit declaration of function 'hpsb_iso_recv_release_packets'
/usr/local/src/v4l-dvb/v4l/firedtv-1394.c: In function 'node_of':
/usr/local/src/v4l-dvb/v4l/firedtv-1394.c:87: error: dereferencing pointer to incomplete type
/usr/local/src/v4l-dvb/v4l/firedtv-1394.c:87: warning: type defaults to 'int' in declaration of '__mptr'
/usr/local/src/v4l-dvb/v4l/firedtv-1394.c:87: warning: initialization from incompatible pointer type
/usr/local/src/v4l-dvb/v4l/firedtv-1394.c:87: error: invalid use of undefined type 'struct unit_directory'
/usr/local/src/v4l-dvb/v4l/firedtv-1394.c: In function 'node_lock':
/usr/local/src/v4l-dvb/v4l/firedtv-1394.c:92: error: implicit declaration of function 'hpsb_node_lock'
/usr/local/src/v4l-dvb/v4l/firedtv-1394.c:92: error: 'EXTCODE_COMPARE_SWAP' undeclared (first use in this function)
/usr/local/src/v4l-dvb/v4l/firedtv-1394.c:92: error: (Each undeclared identifier is reported only once
/usr/local/src/v4l-dvb/v4l/firedtv-1394.c:92: error: for each function it appears in.)
/usr/local/src/v4l-dvb/v4l/firedtv-1394.c:93: error: 'quadlet_t' undeclared (first use in this function)
/usr/local/src/v4l-dvb/v4l/firedtv-1394.c:93: error: expected ')' before 'arg'
/usr/local/src/v4l-dvb/v4l/firedtv-1394.c: In function 'node_read':
/usr/local/src/v4l-dvb/v4l/firedtv-1394.c:98: error: implicit declaration of function 'hpsb_node_read'
/usr/local/src/v4l-dvb/v4l/firedtv-1394.c: In function 'node_write':
/usr/local/src/v4l-dvb/v4l/firedtv-1394.c:103: error: implicit declaration of function 'hpsb_node_write'
/usr/local/src/v4l-dvb/v4l/firedtv-1394.c: In function 'start_iso':
/usr/local/src/v4l-dvb/v4l/firedtv-1394.c:114: error: implicit declaration of function 'hpsb_iso_recv_init'
/usr/local/src/v4l-dvb/v4l/firedtv-1394.c:114: error: dereferencing pointer to incomplete type
/usr/local/src/v4l-dvb/v4l/firedtv-1394.c:116: error: 'HPSB_ISO_DMA_DEFAULT' undeclared (first use in this function)
/usr/local/src/v4l-dvb/v4l/firedtv-1394.c:118: warning: assignment makes pointer from integer without a cast
/usr/local/src/v4l-dvb/v4l/firedtv-1394.c:125: error: implicit declaration of function 'hpsb_iso_recv_start'
/usr/local/src/v4l-dvb/v4l/firedtv-1394.c:128: error: implicit declaration of function 'hpsb_iso_shutdown'
/usr/local/src/v4l-dvb/v4l/firedtv-1394.c: In function 'stop_iso':
/usr/local/src/v4l-dvb/v4l/firedtv-1394.c:139: error: implicit declaration of function 'hpsb_iso_stop'
/usr/local/src/v4l-dvb/v4l/firedtv-1394.c: At top level:
/usr/local/src/v4l-dvb/v4l/firedtv-1394.c:154: warning: 'struct hpsb_host' declared inside parameter list
/usr/local/src/v4l-dvb/v4l/firedtv-1394.c: In function 'fcp_request':
/usr/local/src/v4l-dvb/v4l/firedtv-1394.c:167: error: dereferencing pointer to incomplete type
/usr/local/src/v4l-dvb/v4l/firedtv-1394.c:168: error: dereferencing pointer to incomplete type
/usr/local/src/v4l-dvb/v4l/firedtv-1394.c: In function 'node_probe':
/usr/local/src/v4l-dvb/v4l/firedtv-1394.c:182: error: dereferencing pointer to incomplete type
/usr/local/src/v4l-dvb/v4l/firedtv-1394.c:182: warning: type defaults to 'int' in declaration of '__mptr'
/usr/local/src/v4l-dvb/v4l/firedtv-1394.c:182: warning: initialization from incompatible pointer type
/usr/local/src/v4l-dvb/v4l/firedtv-1394.c:182: error: invalid use of undefined type 'struct unit_directory'
/usr/local/src/v4l-dvb/v4l/firedtv-1394.c:187: error: dereferencing pointer to incomplete type
/usr/local/src/v4l-dvb/v4l/firedtv-1394.c:187: error: 'quadlet_t' undeclared (first use in this function)
/usr/local/src/v4l-dvb/v4l/firedtv-1394.c:188: error: implicit declaration of function 'CSR1212_TEXTUAL_DESCRIPTOR_LEAF_DATA'
/usr/local/src/v4l-dvb/v4l/firedtv-1394.c:188: error: dereferencing pointer to incomplete type
/usr/local/src/v4l-dvb/v4l/firedtv-1394.c:188: warning: assignment makes pointer from integer without a cast
/usr/local/src/v4l-dvb/v4l/firedtv-1394.c: At top level:
/usr/local/src/v4l-dvb/v4l/firedtv-1394.c:243: warning: 'struct unit_directory' declared inside parameter list
/usr/local/src/v4l-dvb/v4l/firedtv-1394.c: In function 'node_update':
/usr/local/src/v4l-dvb/v4l/firedtv-1394.c:245: error: dereferencing pointer to incomplete type
/usr/local/src/v4l-dvb/v4l/firedtv-1394.c: At top level:
/usr/local/src/v4l-dvb/v4l/firedtv-1394.c:253: error: variable 'fdtv_driver' has initializer but incomplete type
/usr/local/src/v4l-dvb/v4l/firedtv-1394.c:254: error: unknown field 'name' specified in initializer
/usr/local/src/v4l-dvb/v4l/firedtv-1394.c:254: warning: excess elements in struct initializer
/usr/local/src/v4l-dvb/v4l/firedtv-1394.c:254: warning: (near initialization for 'fdtv_driver')
/usr/local/src/v4l-dvb/v4l/firedtv-1394.c:255: error: unknown field 'update' specified in initializer
/usr/local/src/v4l-dvb/v4l/firedtv-1394.c:255: warning: excess elements in struct initializer
/usr/local/src/v4l-dvb/v4l/firedtv-1394.c:255: warning: (near initialization for 'fdtv_driver')
/usr/local/src/v4l-dvb/v4l/firedtv-1394.c:256: error: unknown field 'driver' specified in initializer
/usr/local/src/v4l-dvb/v4l/firedtv-1394.c:256: error: extra brace group at end of initializer
/usr/local/src/v4l-dvb/v4l/firedtv-1394.c:256: error: (near initialization for 'fdtv_driver')
/usr/local/src/v4l-dvb/v4l/firedtv-1394.c:259: warning: excess elements in struct initializer
/usr/local/src/v4l-dvb/v4l/firedtv-1394.c:259: warning: (near initialization for 'fdtv_driver')
/usr/local/src/v4l-dvb/v4l/firedtv-1394.c:262: error: variable 'fdtv_highlevel' has initializer but incomplete type
/usr/local/src/v4l-dvb/v4l/firedtv-1394.c:263: error: unknown field 'name' specified in initializer
/usr/local/src/v4l-dvb/v4l/firedtv-1394.c:263: warning: excess elements in struct initializer
/usr/local/src/v4l-dvb/v4l/firedtv-1394.c:263: warning: (near initialization for 'fdtv_highlevel')
/usr/local/src/v4l-dvb/v4l/firedtv-1394.c:264: error: unknown field 'fcp_request' specified in initializer
/usr/local/src/v4l-dvb/v4l/firedtv-1394.c:264: warning: excess elements in struct initializer
/usr/local/src/v4l-dvb/v4l/firedtv-1394.c:264: warning: (near initialization for 'fdtv_highlevel')
/usr/local/src/v4l-dvb/v4l/firedtv-1394.c: In function 'fdtv_1394_init':
/usr/local/src/v4l-dvb/v4l/firedtv-1394.c:271: error: implicit declaration of function 'hpsb_register_highlevel'
/usr/local/src/v4l-dvb/v4l/firedtv-1394.c:272: error: invalid use of undefined type 'struct hpsb_protocol_driver'
/usr/local/src/v4l-dvb/v4l/firedtv-1394.c:273: error: implicit declaration of function 'hpsb_register_protocol'
/usr/local/src/v4l-dvb/v4l/firedtv-1394.c:276: error: implicit declaration of function 'hpsb_unregister_highlevel'
/usr/local/src/v4l-dvb/v4l/firedtv-1394.c: In function 'fdtv_1394_exit':
/usr/local/src/v4l-dvb/v4l/firedtv-1394.c:283: error: implicit declaration of function 'hpsb_unregister_protocol'
make[3]: *** [/usr/local/src/v4l-dvb/v4l/firedtv-1394.o] Error 1
make[2]: *** [_module_/usr/local/src/v4l-dvb/v4l] Error 2
make[2]: Leaving directory `/usr/src/linux-2.6.29-ARCH'
make[1]: *** [default] Fejl 2
make[1]: Forlader katalog '/usr/local/src/v4l-dvb/v4l'
make: *** [all] Fejl 2

Not sure why its keeps erroring here

Tia
P

Last edited by peque (2009-06-26 21:54:59)


Just getting better .... All the time

Offline

#2 2009-06-27 03:03:37

arkham
Member
From: Stockholm
Registered: 2008-10-26
Posts: 516
Website

Re: Compiling V4l-dvb drivers - keeps failing


"I'm Winston Wolfe. I solve problems."

~ Need moar games? [arch-games] ~ [aurcheck] AUR haz updates? ~

Offline

#3 2009-06-27 10:35:42

peque
Member
From: Denmark - Møn
Registered: 2005-06-26
Posts: 441

Re: Compiling V4l-dvb drivers - keeps failing

Nope I haven't tried that.
The most wanted reposite I want is s2-liplianin becaurse of the multifrontend support - which I want for my Mythtv-setup.
But both make the same error - but will try the little difference.

Thanks .

P


Just getting better .... All the time

Offline

Board footer

Powered by FluxBB