gcc -Wp,-MD,drivers/media/video/.zr36120.o.d -D__KERNEL__ -Iinclude
-Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer
-fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2
-march=athlon -Iarch/i386/mach-generic -nostdinc -iwithprefix include
-DMODULE -DKBUILD_BASENAME=zr36120 -c -o
drivers/media/video/zr36120.o drivers/media/video/zr36120.c
In file included from drivers/media/video/zr36120.c:43:
drivers/media/video/zr36120.h:29:27: linux/i2c-old.h: No such file or
directory
CONFIG_VIDEO_DEV=m
#
# Video For Linux
#
CONFIG_VIDEO_PROC_FS=y
CONFIG_VIDEO_BT848=m
CONFIG_VIDEO_PMS=m
CONFIG_VIDEO_BWQCAM=m
CONFIG_VIDEO_CQCAM=m
CONFIG_VIDEO_W9966=m
CONFIG_VIDEO_CPIA=m
# CONFIG_VIDEO_CPIA_PP is not set
CONFIG_VIDEO_CPIA_USB=m
CONFIG_VIDEO_SAA5249=m
CONFIG_TUNER_3036=m
CONFIG_VIDEO_STRADIS=m
CONFIG_VIDEO_ZORAN=m
CONFIG_VIDEO_ZORAN_BUZ=m
CONFIG_VIDEO_ZORAN_DC10=m
CONFIG_VIDEO_ZORAN_LML33=m
CONFIG_VIDEO_ZR36120=m
On Wed, 2002-10-16 at 10:16, Miles Lane wrote:
> gcc -Wp,-MD,drivers/media/video/.zr36120.o.d -D__KERNEL__ -Iinclude
> -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer
> -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2
> -march=athlon -Iarch/i386/mach-generic -nostdinc -iwithprefix include
> -DMODULE -DKBUILD_BASENAME=zr36120 -c -o
> drivers/media/video/zr36120.o drivers/media/video/zr36120.c
> In file included from drivers/media/video/zr36120.c:43:
> drivers/media/video/zr36120.h:29:27: linux/i2c-old.h: No such file or
> directory
This driver needs porting to the new i2c layer. There are some examples
of the newer i2c - eg saa5249 which are not too hard to follow.
> > drivers/media/video/zr36120.o drivers/media/video/zr36120.c
> > In file included from drivers/media/video/zr36120.c:43:
> > drivers/media/video/zr36120.h:29:27: linux/i2c-old.h: No such file or
> > directory
>
> This driver needs porting to the new i2c layer. There are some examples
> of the newer i2c - eg saa5249 which are not too hard to follow.
... and other issues. The zoran people are working on that as far
I know, but its more a driver rewrite than a quick&dirty fix ...
Gerd
--
You can't please everybody. And usually if you _try_ to please
everybody, the end result is one big mess.
-- Linus Torvalds, 2002-04-20