Re: 2.6.6-rc3: gcc 2.95: cx88 __ucmpdi2 error

From: Andreas Schwab
Date: Sat May 01 2004 - 13:41:08 EST


Linus Torvalds <torvalds@xxxxxxxx> writes:

> On Sat, 1 May 2004, Adrian Bunk wrote:
>> >...
>> > WARNING: /lib/modules/2.6.6-rc3/kernel/drivers/media/video/cx88/cx8800.ko
>> > needs unknown symbol __ucmpdi2
>>
>> I'm also seeing this, but only with gcc 2.95, not with gcc 3.3.3 .
>>
>> It comes from drivers/media/video/cx88/cx88-video.c, more exactly from
>> the switch in set_tvaudio.
>
> I don't see that set_tvaudio() uses any 64-bit comparisons at all, so I
> have this suspicion that the linker reports the wrong function or
> something.

dev->tvnorm->id is __u64.

linux/videodev2.h:typedef __u64 v4l2_std_id;

Andreas.

--
Andreas Schwab, SuSE Labs, schwab@xxxxxxx
SuSE Linux AG, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/