All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jerry Geis <geisj@MessageNetSystems.com>
To: Jarod Wilson <jarod@wilsonet.com>
Cc: linux-media@vger.kernel.org
Subject: Re: use compile uvc_video
Date: Thu, 26 May 2011 10:25:01 -0400	[thread overview]
Message-ID: <4DDE62BD.9010208@MessageNetSystems.com> (raw)
In-Reply-To: <89C9F515-ECF8-48DD-8DB9-EEA58A78CAD3@wilsonet.com>

Jarod,

Jarod Wilson wrote:
> On May 26, 2011, at 9:11 AM, Jerry Geis wrote:
>
>   
>> I am using centos 5.6 (older kernel) and I get compile errors when I grabbed
>> the latest from http://linuxtv.org/hg/v4l-dvb (which I expect as I have an older 2.6.18 kernel)
>>     
>
> Okay, but do realize that it hasn't been updated in ages, and its
> completely unmaintained.
>
>
>   
>> All I need is uvc so I thought I would do "make menuconfig" and turn everything off
>> but v4l/UVC stuff.
>>
>> when I do make I get an error:
>> Kernel build directory is /lib/modules/2.6.18-194.32.1.el5/build
>>     
>
> That's not a 5.6 kernel, its a 5.5 kernel. (5.6 is 2.6.18-238.x.y.el5).
> Doesn't really make a difference, but felt compelled to point it out. :)
>
>
>   
>> make -C /lib/modules/2.6.18-194.32.1.el5/build SUBDIRS=/home/silentm/MessageNet/v4l/new/v4l-dvb-3724e93f7af5/v4l  modules
>> make[2]: Entering directory `/usr/src/kernels/2.6.18-194.32.1.el5-x86_64'
>> CC [M]  /home/silentm/MessageNet/v4l/new/v4l-dvb-3724e93f7af5/v4l/tuner-xc2028.o
>> In file included from /home/silentm/MessageNet/v4l/new/v4l-dvb-3724e93f7af5/v4l/tuner-xc2028.c:19:
>> /home/silentm/MessageNet/v4l/new/v4l-dvb-3724e93f7af5/v4l/compat.h:133: error: static declaration of 'strict_strtoul' follows non-static declaration
>> include/linux/kernel.h:141: error: previous declaration of 'strict_strtoul' was here
>>     
>
> The above lines tell you exactly what the failure was, and its easily
> worked around by removing the extraneous definition from v4l/compat.h.
>
>
>   
>> Is there a way I can just compile the linux/drivers/media/video/uvc ?
>>     
>
> Edit the .config file, disable anything you don't want to build.
>
>
>   
>> thats all I need. How do I do that?
>>     
>
> Another option you can try is something along the lines of this:
>
> cd linux/drivers/media/video/uvc
> make -C /lib/modules/2.6.18-194.32.1.el5/build M=$PWD modules
>
> No guarantees that won't fail miserably though.
>
> Backporting newer drivers to older kernels often takes a fair bit of
> effort and subject matter expertise -- especially when the kernel base
> is as ancient as the one you're targeting. There's a reason media_build
> doesn't support anything that old. :)
>
>   
I am trying your suggestion. with the "make -C" when I do this I get 
errors about
include files not found. I was trying to specify "-I path/v4l -I 
path/linux/include" on the make line
but it still does not find the compat.h and linux/usb.video.h

Your correct, my machines 5.6 and I was compiling on 5.5 machine.

How do I correctly specify the include paths?

Thanks

Jerry

  reply	other threads:[~2011-05-26 14:25 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-26 13:11 use compile uvc_video Jerry Geis
2011-05-26 13:57 ` Jarod Wilson
2011-05-26 14:25   ` Jerry Geis [this message]
2011-05-26 15:19     ` Jarod Wilson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4DDE62BD.9010208@MessageNetSystems.com \
    --to=geisj@messagenetsystems.com \
    --cc=jarod@wilsonet.com \
    --cc=linux-media@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.