<br><br><div class="gmail_quote">On Tue, Dec 14, 2010 at 5:32 PM, Jarod Wilson <span dir="ltr"><<a href="mailto:jarod@wilsonet.com">jarod@wilsonet.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On Dec 14, 2010, at 5:06 PM, Mitchell Gore wrote:<br>
<br>
><br>
> I just pushed 3 small fixups, and the build works just fine for me<br>
> now. Haven't actually tested the results yet though. :)<br>
> >>><br>
><br>
</div><div class="im">> Well mine gets considerably further but still errors out:<br>
><br>
> CC [M] /home/mitchell/media_build/v4l/firedtv-dvb.o<br>
> CC [M] /home/mitchell/media_build/v4l/firedtv-fe.o<br>
> CC [M] /home/mitchell/media_build/v4l/firedtv-fw.o<br>
> CC [M] /home/mitchell/media_build/v4l/firedtv-1394.o<br>
> /home/mitchell/media_build/v4l/firedtv-1394.c:22: fatal error: dma.h: No such file or directory<br>
> compilation terminated.<br>
> make[3]: *** [/home/mitchell/media_build/v4l/firedtv-1394.o] Error 1<br>
> make[2]: *** [_module_/home/mitchell/media_build/v4l] Error 2<br>
> make[2]: Leaving directory `/usr/src/linux-headers-2.6.35-23-generic'<br>
> make[1]: *** [default] Error 2<br>
> make[1]: Leaving directory `/home/mitchell/media_build/v4l'<br>
> make: *** [all] Error 2<br>
> *** ERROR. Aborting ***<br>
> mitchell@mythtfe:~/media_build$<br>
<br>
</div>That's an apparently known issue with the ubuntu kernel headers,<br>
should be able to just disable building the firedtv driver and<br>
go on your merry way. At a glance, I'm not sure what the proper<br>
way to do that is though. Brute force method would be to just<br>
comment out the lines in v4l/Makefile.media that reference<br>
CONFIG_DVB_FIREDTV*.<br>
<font color="#888888"><br>
<br>
--<br>
</font><div class="im">Jarod Wilson<br>
<a href="mailto:jarod@wilsonet.com">jarod@wilsonet.com</a><br>
<br><br></div></blockquote></div><br><div>The following post worked for me using the <a href="http://linuxtv.org/hg/v4l-dvb">http://linuxtv.org/hg/v4l-dvb</a></div><div><br></div><div><a href="http://ubuntuforums.org/showpost.php?p=8389982&postcount=4">http://ubuntuforums.org/showpost.php?p=8389982&postcount=4</a></div>
<div><br></div><div>However, I've seen posts that say this should work:</div><div><br></div><div>make CONFIG_DVB_FIREDTV:=n</div><div><br></div><div>I will be attempting this myself, likely this weekend when I have some time.</div>
<div><br></div><div>Chris.</div>