Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

error building kernel with included dtv drivers

0 views
Skip to first unread message

Thomas Klausner

unread,
Aug 13, 2011, 2:02:28 PM8/13/11
to
I've tried building an amd64/5.99.55 kernel with the dtv drivers
included, but it fails linking:

# link YT/netbsd
/archive/build/tools/bin/x86_64--netbsd-ld -Map netbsd.map --cref -T /archive/cvs/src/sys/arch/amd64/conf/kern.ldscript -Ttext 0xffffffff80100000 -e start -z max-page-size=0x100000 -X -o netbsd ${SYSTEM_OBJ} ${EXTRA_OBJ} vers.o
lg3303.o: In function `lg3303_get_snr':
/archive/cvs/src/sys/dev/i2c/lg3303.c:329: undefined reference to `dtv_intlog10'
*** [netbsd] Error code 1

The config contains (among other changes to GENERIC):
dtv* at dtvbus?
cxdtv* at pci? dev ? function ?
#iic* at cxdtv?

Let me know if you need the whole config to debug this.
Thomas

--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-...@muc.de

Jared McNeill

unread,
Aug 13, 2011, 2:32:19 PM8/13/11
to
Update src/sys/dev/i2c/files.i2c it should be fixed now.

Thomas Klausner

unread,
Aug 13, 2011, 2:35:40 PM8/13/11
to
On Sat, Aug 13, 2011 at 02:32:19PM -0400, Jared McNeill wrote:
> Update src/sys/dev/i2c/files.i2c it should be fixed now.

Indeed, it is. That was very quick. Thank you!

0 new messages