Re: BT848 Broken?

David Woodhouse (Dave@imladris.demon.co.uk)
Mon, 20 Apr 1998 05:52:59 +0200


> drivers/char/char.a(bttv.o): In function `attach_inform':
> bttv.o(.text+0x4c1): undefined reference to `i2c_control_device'
> drivers/char/char.a(bttv.o): In function `set_freq':
> bttv.o(.text+0x1162): undefined reference to `i2c_control_device'
> bttv.o(.text+0x1199): undefined reference to `i2c_control_device'
> bttv.o(.text+0x11bf): undefined reference to `i2c_control_device'
> bttv.o(.text+0x11ce): undefined reference to `i2c_control_device'
> drivers/char/char.a(bttv.o)(.text+0x296a): more undefined references to
> `i2c_control_device' follow
> drivers/char/char.a(bttv.o): In function `init_bt848':
> bttv.o(.text+0x3cd0): undefined reference to `i2c_register_bus'
> drivers/char/char.a(bttv.o): In function `release_bttv':
> bttv.o(.text+0x43b6): undefined reference to `i2c_unregister_bus'
> make: *** [vmlinux] Error 1

When you've done "make xconfig" or possibly "make menuconfig", note the error
message you get about trying to define CONFIG_BUS_I2C. You need to run
"make oldconfig" to make the files properly.

It should be fixed soon - people are working on it.

Can anyone tell me where I can find the source code which goes with this item
in drivers/char/Config.in: ?

#dep_tristate 'SAA5249 Teletext processor' CONFIG_VIDEO_SAA5249 $CONFIG_VIDEO_DEV

---- ---- ----
David Woodhouse, Robinson College, CB3 9AN, England. (+44) 0976 658355
Dave@imladris.demon.co.uk http://www.imladris.demon.co.uk
finger pgp@dwmw2.robinson.cam.ac.uk for PGP key.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu