Mailing List archive

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

[mpeg2] Re: help needed on kfir1 problems of jerks and resolutions.



Hi,

    I have download the CVS tree version for kfir
    as mentioned in the FAQ.
    There are some build problems.
    I did a make, It gave an error for videodev.c and 
videodev.h.
    So, I copied from the previous release of the driver.

    Now, it is asking for the kfir_micro.h file error.

    kfir.c:59: kfir_micro.h: No such file or directory
    Followed by lot of warning which exceeded.


    Please check the file for more details.
    Can I please get some help again on this.

Thanks and Regards
Deepak






On Mon, 12 Aug 2002 Bram Stolk wrote :
>
>// $Source: /cvs/linuxtv/kfir/FAQ,v $
>// $Revision: 1.3 $
>//
>// $Log: FAQ,v $
>// Revision 1.3  2002/08/09 21:40:32  stolk
>// Added Frank Rosengart's FAQs from apr'02
>//
>
>
>[FAQ for BMK kfir started by Frank Rosengart on the MPEG 
>mailinglist.
>  I've put it in cvs, and added questions 0.1 2.1.10 3.1.3 3.1.4 
>and 3.3.1 - Bram Stolk]
>
>
>0. Meta info
>
>0.1. Where can I get an up to date version of this FAQ list?
>
>It is in linuxtv.org's CVS repository at linuxtv.org:/cvs/linuxtv 
>in the file
>'kfir/FAQ'.
>
>
>1. General questions
>
>1.1. Supported cards
>


-- Attached file included as plaintext by Listar --

Script started on Mon Aug 12 19:19:06 2002
[root@localhost kfir]# make 
(cd driver; make)
make[1]: Entering directory `/home/deepak/cvskfir/kfir/driver'
DIR=`pwd`; (cd /usr/src/linux; make SUBDIRS=$DIR modules)
make[2]: Entering directory `/usr/src/linux-2.2.16-22'
make -C  /home/deepak/cvskfir/kfir/driver CFLAGS="-Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe -fno-strength-reduce -m386 -DCPU=386 -DMODULE -DMODVERSIONS -include /usr/src/linux-2.2.16-22/include/linux/modversions.h" MAKING_MODULES=1 modules
make[3]: Entering directory `/home/deepak/cvskfir/kfir/driver'
gcc -D__KERNEL__ -I/usr/src/linux-2.2.16-22/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe -fno-strength-reduce -m386 -DCPU=386 -DMODULE -DMODVERSIONS -include /usr/src/linux-2.2.16-22/include/linux/modversions.h -D__KFIR_PACK__  -DEXPORT_SYMTAB -c i2c-core.c
i2c-core.c:100: warning: `i2cproc_operations' defined but not used
gcc -D__KERNEL__ -I/usr/src/linux-2.2.16-22/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe -fno-strength-reduce -m386 -DCPU=386 -DMODULE -DMODVERSIONS -include /usr/src/linux-2.2.16-22/include/linux/modversions.h -D__KFIR_PACK__  -DEXPORT_SYMTAB -c i2c-algo-bit.c
gcc -D__KERNEL__ -I/usr/src/linux-2.2.16-22/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe -fno-strength-reduce -m386 -DCPU=386 -DMODULE -DMODVERSIONS -include /usr/src/linux-2.2.16-22/include/linux/modversions.h -D__KFIR_PACK__  -DEXPORT_SYMTAB -c videodev.c
gcc -D__KERNEL__ -I/usr/src/linux-2.2.16-22/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe -fno-strength-reduce -m386 -DCPU=386 -DMODULE -DMODVERSIONS -include /usr/src/linux-2.2.16-22/include/linux/modversions.h -D__KFIR_PACK__  -c -o kfir.o kfir.c
kfir.c:59: kfir_micro.h: No such file or directory
kfir.c: In function `KfirLoadMicro':
kfir.c:2033: `vtv' undeclared (first use in this function)
kfir.c:2033: (Each undeclared identifier is reported only once
kfir.c:2033: for each function it appears in.)
kfir.c:2043: `vtv2' undeclared (first use in this function)
kfir.c:2046: `vtv1' undeclared (first use in this function)
kfir.c:2055: `vtv8' undeclared (first use in this function)
kfir.c:2059: `vtv28' undeclared (first use in this function)
kfir.c:2062: `vtv18' undeclared (first use in this function)
kfir.c: At top level:
kfir.c:2537: unknown field `owner' specified in initializer
kfir.c:2537: `THIS_MODULE' undeclared here (not in a function)
kfir.c:2537: initializer element for `kfir_template.name' is not constant
kfir.c:2538: field `name' already initialized
kfir.c:2538: warning: initialization makes integer from pointer without a cast
kfir.c:2539: field `type' already initialized
kfir.c:2539: `VID_TYPE_MPEG_ENCODER' undeclared here (not in a function)
kfir.c:2539: initializer element for `kfir_template.hardware' is not constant
kfir.c:2540: field `hardware' already initialized
kfir.c:2540: warning: initialization makes pointer from integer without a cast
kfir.c:2541: field `open' already initialized
kfir.c:2541: warning: initialization from incompatible pointer type
kfir.c:2542: field `close' already initialized
kfir.c:2542: warning: initialization from incompatible pointer type
kfir.c:2543: field `read' already initialized
kfir.c:2543: warning: initialization from incompatible pointer type
kfir.c:2544: field `write' already initialized
kfir.c:2544: warning: initialization from incompatible pointer type
kfir.c:2545: field `poll' already initialized
kfir.c:2545: warning: initialization from incompatible pointer type
kfir.c:2546: field `ioctl' already initialized
kfir.c:2546: warning: initialization from incompatible pointer type
kfir.c:2547: field `mmap' already initialized
kfir.c:2547: warning: initialization from incompatible pointer type
kfir.c:2548: field `initialize' already initialized
kfir.c:2549: field `priv' already initialized
kfir.c:2549: warning: initialization makes integer from pointer without a cast
kfir.c:2550: field `busy' already initialized
kfir.c:2551: field `minor' already initialized
kfir.c:2551: warning: excess elements in struct initializer after `kfir_template'
make[3]: *** [kfir.o] Error 1
make[3]: Leaving directory `/home/deepak/cvskfir/kfir/driver'
make[2]: *** [_mod_/home/deepak/cvskfir/kfir/driver] Error 2
make[2]: Leaving directory `/usr/src/linux-2.2.16-22'
make[1]: *** [here] Error 2
make[1]: Leaving directory `/home/deepak/cvskfir/kfir/driver'
make: *** [all] Error 2
[root@localhost kfir]# exit
Script done on Mon Aug 12 19:19:14 2002




Home | Main Index | Thread Index