Azhar,
Thanks for finding the solution. I am doing this as a side project and
hadn't found thetime to really figure it out.
Colin
asufi wrote:
>
> I found the problem. The issue is with the opencv Makefile
>
> tmp/work/armv7a-angstrom-linux-gnueabi/opencv-1.1.0+gitd380c89b87a99f1ffd5e436e73474e07c4cad758-r6/git/samples/c/Makefile
>
> It is trying to create three of the *.c files twice, namely,
> camshiftdemo.c, contours.c and convexhull.c. Simply remove one instance
> each of the repeating files in the Makefile and rebuild.
>
> -Azhar
>
>
>
> colinfp wrote:
>>
>> Good Afternoon Everyone,
>> I am trying to compile an Angstrom Image that has OpenCV in it. I am
>> using the pixhawk-console-image as the jumping off point however when I
>> try "bitbake -k pixhawk-console-image" there is always an issue.
>> Specifically,
>>
>> "|make[3]: *** [install-dist_csamplesDATA] Error 1
>> | make[3]: Leaving directory
>> `/home/colinfp/oe/tmp/work/armv7a-angstrom-linux-gnueabi/opencv-1.1.0+gitd380c89b87a99f1ffd5e436e73474e07c4cad758-r6/git/samples/c'
>> | make[2]: *** [install-am] Error 2
>> | make[2]: Leaving directory
>> `/home/colinfp/oe/tmp/work/armv7a-angstrom-linux-gnueabi/opencv-1.1.0+gitd380c89b87a99f1ffd5e436e73474e07c4cad758-r6/git/samples/c'
>> | make[1]: *** [install-recursive] Error 1
>> | make[1]: Leaving directory
>> `/home/colinfp/oe/tmp/work/armv7a-angstrom-linux-gnueabi/opencv-1.1.0+gitd380c89b87a99f1ffd5e436e73474e07c4cad758-r6/git/samples'
>> | make: *** [install-recursive] Error 1
>> | FATAL: oe_runmake failed"
>>
>> Has anyone else been having any trouble with this? I have taken the
>> entire output of trying to "bitbake opencv" and placed it in a pastebin.
>> The link is below. Any help or guidance would be really appreciated!
>>
>> http://pastebin.com/QDjG3iuY
>>
>> Thanks! Colin
>>
>
>
--
View this message in context: http://old.nabble.com/OpenCV-bitbake-Issues-tp28404003p28588297.html
Sent from the Gumstix mailing list archive at Nabble.com.
|