Hi everyone. Sorry, but this message is off-topic. I thought I might
find someone on this list who has encountered this problem. Linux Media
Labs is a small company, which means that they are slow to reply to
requests for help. I recently purchased an LML33 video capture card from
them for use with my dual-processor Red Hat system. I wasn't aware of it
at the time, but the driver doesn't compile on Red Hat installations
without some simple modifications. I followed the steps in the FAQ with
no luck. This is probably because the FAQ refers to RH 5.2 and 6.0
installations and not 6.1, which is what is installed on my machine.

I've copied the output of make to this message and included all the
error messages. If anyone can offer some suggestions on how to overcome
this problem, I'd appreciate it.

Thanks in advance,
Jim

[root@homer driver]# make
cc -O   -c main.c -o main.o
In file included from /usr/include/linux/modversions.h:16,
                 from std_module.h:60,
                 from main.h:28,
                 from main.c:25:
/usr/include/linux/modules/i386_ksyms.ver:60: warning: `cpu_data'
redefined
/usr/include/asm/processor.h:96: warning: this is the location of the
previous definition
/usr/include/linux/modules/i386_ksyms.ver:70: warning: `smp_num_cpus'
redefined
/usr/include/linux/smp.h:77: warning: this is the location of the
previous definition
/usr/include/linux/modules/i386_ksyms.ver:96: warning:
`smp_call_function' redefined
/usr/include/linux/smp.h:83: warning: this is the location of the
previous definition
In file included from std_module.h:66,
                 from main.h:28,
                 from main.c:25:
/usr/include/linux/bios32.h:11: warning: #warning This driver uses the
old PCI interface, please fix it (see Documentation/pci.txt)
/usr/include/linux/bios32.h:32: warning: `pcibios_read_config_byte'
redefined
/usr/include/linux/modules/pcisyms.ver:4: warning: this is the location
of the previous definition
/usr/include/asm/pgtable.h: In function `get_pgd_slow':
In file included from /usr/include/linux/vmalloc.h:7,
                 from /usr/include/asm/io.h:101,
                 from std_module.h:65,
                 from main.h:28,
                 from main.c:25:
/usr/include/asm/pgtable.h:407: `init_mm_Rsmp_d6cfe949' undeclared
(first use in this function)
/usr/include/asm/pgtable.h:407: (Each undeclared identifier is reported
only once
/usr/include/asm/pgtable.h:407: for each function it appears in.)
/usr/include/asm/pgtable.h: In function `get_pgd_fast':
/usr/include/asm/pgtable.h:419: `boot_cpu_data_Rsmp_4d12d1d7' undeclared
(first use in this function)
/usr/include/asm/pgtable.h: In function `free_pgd_fast':
/usr/include/asm/pgtable.h:430: `boot_cpu_data_Rsmp_4d12d1d7' undeclared
(first use in this function)
/usr/include/asm/pgtable.h: In function `get_pte_fast':
/usr/include/asm/pgtable.h:447: `boot_cpu_data_Rsmp_4d12d1d7' undeclared
(first use in this function)
/usr/include/asm/pgtable.h: In function `free_pte_fast':
/usr/include/asm/pgtable.h:457: `boot_cpu_data_Rsmp_4d12d1d7' undeclared
(first use in this function)
/usr/include/asm/pgtable.h: In function `set_pgdir':
/usr/include/asm/pgtable.h:557: `init_task_union_Rsmp_8c0e388a'
undeclared (first use in this function)
/usr/include/asm/pgtable.h:564: `boot_cpu_data_Rsmp_4d12d1d7' undeclared
(first use in this function)
main.c: In function `init_module':
main.c:64: `high_memory_Rsmp_8a7d1c31' undeclared (first use in this
function)
main.c:83: warning: assignment makes pointer from integer without a cast
main.c:94: warning: assignment makes pointer from integer without a cast
make: *** [main.o] Error 1


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to