Ok. I got the "tip". Unfortunately, the make all and make install don't go exactly well. The make all gives a few errors towards the end and the
make install then just crashed and burned. Here is the end of the make all and the entire make install:
Code:
LD [M] /v4l_source/v4l-dvb-ce49575008b1/v4l/ir-common.o
CC [M] /v4l_source/v4l-dvb-ce49575008b1/v4l/videodev.o
/v4l_source/v4l-dvb-ce49575008b1/v4l/videodev.c:126: error: unknown field 'dev_attrs' specified in initializer
/v4l_source/v4l-dvb-ce49575008b1/v4l/videodev.c:126: warning: initialization from incompatible pointer type
/v4l_source/v4l-dvb-ce49575008b1/v4l/videodev.c:127: error: unknown field 'dev_release' specified in initializer
/v4l_source/v4l-dvb-ce49575008b1/v4l/videodev.c:127: warning: missing braces around initializer
/v4l_source/v4l-dvb-ce49575008b1/v4l/videodev.c:127: warning: (near initialization for 'video_class.subsys')
/v4l_source/v4l-dvb-ce49575008b1/v4l/videodev.c:127: warning: initialization from incompatible pointer type
make[3]: *** [/v4l_source/v4l-dvb-ce49575008b1/v4l/videodev.o] Error 1
make[2]: *** [_module_/v4l_source/v4l-dvb-ce49575008b1/v4l] Error 2
make[2]: Leaving directory `/usr/src/linux-source-2.6.18-chw-13'
make[1]: *** [default] Error 2
make[1]: Leaving directory `/v4l_source/v4l-dvb-ce49575008b1/v4l'
make: *** [all] Error 2
root@mythtv:/v4l_source/v4l-dvb-ce49575008b1# make install
make -C /v4l_source/v4l-dvb-ce49575008b1/v4l install
make[1]: Entering directory `/v4l_source/v4l-dvb-ce49575008b1/v4l'
Stripping debug info from files
Usage: strip <option(s)> in-file(s)
Removes symbols and sections from files
The options are:
-I --input-target=<bfdname> Assume input file is in format <bfdname>
-O --output-target=<bfdname> Create an output file in format <bfdname>
-F --target=<bfdname> Set both input and output format to <bfdname>
-p --preserve-dates Copy modified/access timestamps to the output
-R --remove-section=<name> Remove section <name> from the output
-s --strip-all Remove all symbol and relocation information
-g -S -d --strip-debug Remove all debugging symbols & sections
--strip-unneeded Remove all symbols not needed by relocations
--only-keep-debug Strip everything but the debug information
-N --strip-symbol=<name> Do not copy symbol <name>
-K --keep-symbol=<name> Do not strip symbol <name>
--keep-file-symbols Do not strip file symbol(s)
-w --wildcard Permit wildcard in symbol comparison
-x --discard-all Remove all non-global symbols
-X --discard-locals Remove any compiler-generated symbols
-v --verbose List all object files modified
-V --version Display this program's version number
-h --help Display this output
--info List object formats & architectures supported
-o <file> Place stripped output into <file>
strip: supported targets: elf32-i386 a.out-i386-linux efi-app-ia32 elf32-little elf32-big elf64-x86-64 elf64-little elf64-big srec symbolsrec tekhex binary ihex trad-core
make[1]: *** [media-install] Error 1
make[1]: Leaving directory `/v4l_source/v4l-dvb-ce49575008b1/v4l'
make: *** [install] Error 2
root@mythtv:/v4l_source/v4l-dvb-ce49575008b1#
I needed to get the kernel source compiled and had to make some links to the /lib/modules/2.6.18-chw-13/build in order to get the make all get to that point.
Any ideas where to go from here?