On Mon, Oct 18, 2010 at 7:15 PM, Laurent Pinchart
<laurent.pinch...@ideasonboard.com> wrote:
> Hi Preetish,
>
> On Wednesday 29 September 2010 09:16:56 Preetish wrote:
>> Hello Everybody
>>
>> I am not able to compile v4l-dvb-1da5fed5c8b2 on RHEL5.5 Client .
>> Below are the details :
>>
>> This is a lenovo R400 Thinkpad with a builtin webcam.
>> $uname -a
>> Linux punlap13 2.6.18-194.el5 #1 SMP Tue Mar 16 21:52:39 EDT 2010
>> x86_64 x86_64 x86_64 GNU/Linux
>>
>>
>> When I run 'make' I get the following error :
>>
>> ---- snip ----
>>
>> make -C /exports/preetish/Rpms/v4l-dvb-1da5fed5c8b2/v4l
>> make[1]: Entering directory
>> `/exports/preetish/Rpms/v4l-dvb-1da5fed5c8b2/v4l' perl
>> scripts/make_config_compat.pl /lib/modules/2.6.18-194.el5/source
>> ./.myconfig ./config-compat.h
>> creating symbolic links...
>> make -C firmware prep
>> make[2]: Entering directory
>> `/exports/preetish/Rpms/v4l-dvb-1da5fed5c8b2/v4l/firmware'
>> make[2]: Leaving directory
>> `/exports/preetish/Rpms/v4l-dvb-1da5fed5c8b2/v4l/firmware'
>> make -C firmware
>> make[2]: Entering directory
>> `/exports/preetish/Rpms/v4l-dvb-1da5fed5c8b2/v4l/firmware'
>>  CC  ihex2fw
>> gcc: No such file or directory
>> make[2]: *** [ihex2fw] Error 1
>> make[2]: Leaving directory
>> `/exports/preetish/Rpms/v4l-dvb-1da5fed5c8b2/v4l/firmware'
>> make[1]: *** [firmware] Error 2
>> make[1]: Leaving directory
>> `/exports/preetish/Rpms/v4l-dvb-1da5fed5c8b2/v4l' make: *** [all] Error 2
>>
>> ---- snip ----
>>
>> It looks like ihex2fw is not there in 2.6.18.194 . Can someone please
>> point me what am I missing. Should I be using an older source which
>> supports my kernel. If yes can someone point me the link to download
>> it. I am not able to find one. Thanks in advance .
>
> It seems gcc isn't installed on your system. Without a compiler you will have
> trouble compiling anything :-)
>
> --
> Regards,
>
> Laurent Pinchart
>

Hello Laurent

I must have been half asleep when I was trying to do this . Sorry
about that. However now that I have gcc on my system, I am still not
able to compile it :

---- snip ----

make
make -C /exports/preetish/Rpms/v4l-dvb-1da5fed5c8b2/v4l
make[1]: Entering directory `/exports/preetish/Rpms/v4l-dvb-1da5fed5c8b2/v4l'
creating symbolic links...
make -C firmware prep
make[2]: Entering directory
`/exports/preetish/Rpms/v4l-dvb-1da5fed5c8b2/v4l/firmware'
make[2]: Leaving directory
`/exports/preetish/Rpms/v4l-dvb-1da5fed5c8b2/v4l/firmware'
make -C firmware
make[2]: Entering directory
`/exports/preetish/Rpms/v4l-dvb-1da5fed5c8b2/v4l/firmware'
make[2]: Nothing to be done for `default'.
make[2]: Leaving directory
`/exports/preetish/Rpms/v4l-dvb-1da5fed5c8b2/v4l/firmware'
Kernel build directory is /lib/modules/2.6.18-194.el5/build
make -C /lib/modules/2.6.18-194.el5/build
SUBDIRS=/exports/preetish/Rpms/v4l-dvb-1da5fed5c8b2/v4l  modules
make[2]: Entering directory `/usr/src/kernels/2.6.18-194.el5-x86_64'
  CC [M]  /exports/preetish/Rpms/v4l-dvb-1da5fed5c8b2/v4l/tuner-xc2028.o
In file included from
/exports/preetish/Rpms/v4l-dvb-1da5fed5c8b2/v4l/tuner-xc2028.c:19:
/exports/preetish/Rpms/v4l-dvb-1da5fed5c8b2/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
make[3]: *** [/exports/preetish/Rpms/v4l-dvb-1da5fed5c8b2/v4l/tuner-xc2028.o]
Error 1
make[2]: *** [_module_/exports/preetish/Rpms/v4l-dvb-1da5fed5c8b2/v4l] Error 2
make[2]: Leaving directory `/usr/src/kernels/2.6.18-194.el5-x86_64'
make[1]: *** [default] Error 2
make[1]: Leaving directory `/exports/preetish/Rpms/v4l-dvb-1da5fed5c8b2/v4l'
make: *** [all] Error 2

---- snip ----

Can you suggest what else am I missing .

Regards
Preetish
_______________________________________________
Linux-uvc-devel mailing list
Linux-uvc-devel@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/linux-uvc-devel

Reply via email to