<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: ARM-wrestling with OpenCV</title>
	<atom:link href="http://www.computer-vision-software.com/blog/2009/03/arm-wrestling-with-opencv/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.computer-vision-software.com/blog/2009/03/arm-wrestling-with-opencv/</link>
	<description>Rhonda Ltd., computer vision software blog</description>
	<lastBuildDate>Thu, 09 Sep 2010 14:42:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Hayfa</title>
		<link>http://www.computer-vision-software.com/blog/2009/03/arm-wrestling-with-opencv/comment-page-1/#comment-915</link>
		<dc:creator>Hayfa</dc:creator>
		<pubDate>Thu, 09 Sep 2010 14:42:10 +0000</pubDate>
		<guid isPermaLink="false">http://computer-vision-software.com/blog/?p=18#comment-915</guid>
		<description>Thanks for your response
I resolved the second comment &quot;undefined reference to inbyte/outbyte&quot;, by liberate more space in hard drive in my computer.

But about the linking of OpenCV, I have set the library path (-L), the libraries -lcv -lcvaux and -lhighgui, and Include Paths (-I)

But I obtain these errors (I use the OpenCV pre1.1):


**** Full rebuild of configuration Debug for project new01 ****

make clean all 
rm -rf blink_and_face_detection.o  blink_and_face_detection.d  new01.elf
mb-g++ -c -IC:/Users/Hayfa/Desktop/Fin/SDK/SDK_Workspace/new/microblaze_0/include -xl-mode-executable -mno-xl-soft-mul -mxl-pattern-compare -mcpu=v7.20.a -IC:\OpenCV\cv\include -IC:\OpenCV\cvaux\include -IC:\OpenCV\cxcore\include -IC:\OpenCV\otherlibs\highgui -IC:/OpenCV/cv/include -IC:/OpenCV/cvaux/include -IC:/OpenCV/cxcore/include -IC:/OpenCV/otherlibs/highgui -g -O0 -oblink_and_face_detection.o ../blink_and_face_detection.c
../blink_and_face_detection.c: In function &#039;int main(int, char**)&#039;:
../blink_and_face_detection.c:203: warning: passing &#039;float&#039; for argument 1 to &#039;CvSize cvSize(int, int)&#039;
../blink_and_face_detection.c:203: warning: passing &#039;float&#039; for argument 2 to &#039;CvSize cvSize(int, int)&#039;
../blink_and_face_detection.c: In function &#039;int is_eye_pair(CvSeq*, int, CvRect*)&#039;:
../blink_and_face_detection.c:441: warning: passing &#039;float&#039; for argument 1 to &#039;CvRect cvRect(int, int, int, int)&#039;
../blink_and_face_detection.c:441: warning: passing &#039;float&#039; for argument 2 to &#039;CvRect cvRect(int, int, int, int)&#039;
../blink_and_face_detection.c:441: warning: passing &#039;float&#039; for argument 3 to &#039;CvRect cvRect(int, int, int, int)&#039;
../blink_and_face_detection.c:441: warning: passing &#039;float&#039; for argument 4 to &#039;CvRect cvRect(int, int, int, int)&#039;
../blink_and_face_detection.c: In function &#039;int locate_eye(IplImage*, IplImage*, CvRect*, CvRect*)&#039;:
../blink_and_face_detection.c:478: warning: passing &#039;float&#039; for argument 1 to &#039;CvRect cvRect(int, int, int, int)&#039;
../blink_and_face_detection.c:478: warning: passing &#039;float&#039; for argument 2 to &#039;CvRect cvRect(int, int, int, int)&#039;
../blink_and_face_detection.c:478: warning: passing &#039;float&#039; for argument 3 to &#039;CvRect cvRect(int, int, int, int)&#039;
../blink_and_face_detection.c:478: warning: passing &#039;float&#039; for argument 4 to &#039;CvRect cvRect(int, int, int, int)&#039;
../blink_and_face_detection.c:529: warning: passing &#039;float&#039; for argument 3 to &#039;CvRect cvRect(int, int, int, int)&#039;
../blink_and_face_detection.c:529: warning: passing &#039;float&#039; for argument 4 to &#039;CvRect cvRect(int, int, int, int)&#039;
 
Building target: new01.elf
mb-g++ -o new01.elf blink_and_face_detection.o   -lcv -lcvaux -lcxcore -lhighgui  -xl-mode-executable -mno-xl-soft-mul -mxl-pattern-compare -mcpu=v7.20.a    -LC:/Users/Hayfa/Desktop/Fin/SDK/SDK_Workspace/new/microblaze_0/lib  -LC:/OpenCV/lib -T../new01.ld
/cygdrive/e/Xilinx/11.1/EDK/gnu/microblaze/nt/bin/../lib/gcc/microblaze-xilinx-elf/4.1.1/../../../../microblaze-xilinx-elf/bin/ld: cannot find -lcv
collect2: ld returned 1 exit status
make: *** [new01.elf] Error 1
Build complete for project new01</description>
		<content:encoded><![CDATA[<p>Thanks for your response<br />
I resolved the second comment &#8220;undefined reference to inbyte/outbyte&#8221;, by liberate more space in hard drive in my computer.</p>
<p>But about the linking of OpenCV, I have set the library path (-L), the libraries -lcv -lcvaux and -lhighgui, and Include Paths (-I)</p>
<p>But I obtain these errors (I use the OpenCV pre1.1):</p>
<p>**** Full rebuild of configuration Debug for project new01 ****</p>
<p>make clean all<br />
rm -rf blink_and_face_detection.o  blink_and_face_detection.d  new01.elf<br />
mb-g++ -c -IC:/Users/Hayfa/Desktop/Fin/SDK/SDK_Workspace/new/microblaze_0/include -xl-mode-executable -mno-xl-soft-mul -mxl-pattern-compare -mcpu=v7.20.a -IC:\OpenCV\cv\include -IC:\OpenCV\cvaux\include -IC:\OpenCV\cxcore\include -IC:\OpenCV\otherlibs\highgui -IC:/OpenCV/cv/include -IC:/OpenCV/cvaux/include -IC:/OpenCV/cxcore/include -IC:/OpenCV/otherlibs/highgui -g -O0 -oblink_and_face_detection.o ../blink_and_face_detection.c<br />
../blink_and_face_detection.c: In function &#8216;int main(int, char**)&#8217;:<br />
../blink_and_face_detection.c:203: warning: passing &#8216;float&#8217; for argument 1 to &#8216;CvSize cvSize(int, int)&#8217;<br />
../blink_and_face_detection.c:203: warning: passing &#8216;float&#8217; for argument 2 to &#8216;CvSize cvSize(int, int)&#8217;<br />
../blink_and_face_detection.c: In function &#8216;int is_eye_pair(CvSeq*, int, CvRect*)&#8217;:<br />
../blink_and_face_detection.c:441: warning: passing &#8216;float&#8217; for argument 1 to &#8216;CvRect cvRect(int, int, int, int)&#8217;<br />
../blink_and_face_detection.c:441: warning: passing &#8216;float&#8217; for argument 2 to &#8216;CvRect cvRect(int, int, int, int)&#8217;<br />
../blink_and_face_detection.c:441: warning: passing &#8216;float&#8217; for argument 3 to &#8216;CvRect cvRect(int, int, int, int)&#8217;<br />
../blink_and_face_detection.c:441: warning: passing &#8216;float&#8217; for argument 4 to &#8216;CvRect cvRect(int, int, int, int)&#8217;<br />
../blink_and_face_detection.c: In function &#8216;int locate_eye(IplImage*, IplImage*, CvRect*, CvRect*)&#8217;:<br />
../blink_and_face_detection.c:478: warning: passing &#8216;float&#8217; for argument 1 to &#8216;CvRect cvRect(int, int, int, int)&#8217;<br />
../blink_and_face_detection.c:478: warning: passing &#8216;float&#8217; for argument 2 to &#8216;CvRect cvRect(int, int, int, int)&#8217;<br />
../blink_and_face_detection.c:478: warning: passing &#8216;float&#8217; for argument 3 to &#8216;CvRect cvRect(int, int, int, int)&#8217;<br />
../blink_and_face_detection.c:478: warning: passing &#8216;float&#8217; for argument 4 to &#8216;CvRect cvRect(int, int, int, int)&#8217;<br />
../blink_and_face_detection.c:529: warning: passing &#8216;float&#8217; for argument 3 to &#8216;CvRect cvRect(int, int, int, int)&#8217;<br />
../blink_and_face_detection.c:529: warning: passing &#8216;float&#8217; for argument 4 to &#8216;CvRect cvRect(int, int, int, int)&#8217;</p>
<p>Building target: new01.elf<br />
mb-g++ -o new01.elf blink_and_face_detection.o   -lcv -lcvaux -lcxcore -lhighgui  -xl-mode-executable -mno-xl-soft-mul -mxl-pattern-compare -mcpu=v7.20.a    -LC:/Users/Hayfa/Desktop/Fin/SDK/SDK_Workspace/new/microblaze_0/lib  -LC:/OpenCV/lib -T../new01.ld<br />
/cygdrive/e/Xilinx/11.1/EDK/gnu/microblaze/nt/bin/../lib/gcc/microblaze-xilinx-elf/4.1.1/../../../../microblaze-xilinx-elf/bin/ld: cannot find -lcv<br />
collect2: ld returned 1 exit status<br />
make: *** [new01.elf] Error 1<br />
Build complete for project new01</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Igor Stepura</title>
		<link>http://www.computer-vision-software.com/blog/2009/03/arm-wrestling-with-opencv/comment-page-1/#comment-913</link>
		<dc:creator>Igor Stepura</dc:creator>
		<pubDate>Thu, 09 Sep 2010 02:00:08 +0000</pubDate>
		<guid isPermaLink="false">http://computer-vision-software.com/blog/?p=18#comment-913</guid>
		<description>2 comments:
1) You seem to have forgotten to pass OpenCV libraries to linker. Check your build tool configuration and make sure that linker settings are correct.
2) &quot;undefined reference to inbyte/outbyte&quot; is most probably caused with STDIO not properly set in your system. Check this post for details  http://www.itee.uq.edu.au/~listarch/microblaze-uclinux/archive/2005/12/msg00394.html</description>
		<content:encoded><![CDATA[<p>2 comments:<br />
1) You seem to have forgotten to pass OpenCV libraries to linker. Check your build tool configuration and make sure that linker settings are correct.<br />
2) &#8220;undefined reference to inbyte/outbyte&#8221; is most probably caused with STDIO not properly set in your system. Check this post for details  <a href="http://www.itee.uq.edu.au/~listarch/microblaze-uclinux/archive/2005/12/msg00394.html" rel="nofollow">http://www.itee.uq.edu.au/~listarch/microblaze-uclinux/archive/2005/12/msg00394.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Igor Stepura</title>
		<link>http://www.computer-vision-software.com/blog/2009/03/arm-wrestling-with-opencv/comment-page-1/#comment-912</link>
		<dc:creator>Igor Stepura</dc:creator>
		<pubDate>Thu, 09 Sep 2010 01:37:08 +0000</pubDate>
		<guid isPermaLink="false">http://computer-vision-software.com/blog/?p=18#comment-912</guid>
		<description>I used Cygwin for that. CodeSourcery GCC for ARM works fine in Cygwin. Some vendors provide Eclipse-based build tools for ARM boards.</description>
		<content:encoded><![CDATA[<p>I used Cygwin for that. CodeSourcery GCC for ARM works fine in Cygwin. Some vendors provide Eclipse-based build tools for ARM boards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hayfa</title>
		<link>http://www.computer-vision-software.com/blog/2009/03/arm-wrestling-with-opencv/comment-page-1/#comment-911</link>
		<dc:creator>Hayfa</dc:creator>
		<pubDate>Tue, 07 Sep 2010 23:33:35 +0000</pubDate>
		<guid isPermaLink="false">http://computer-vision-software.com/blog/?p=18#comment-911</guid>
		<description>Thank you for your response, of course I work on Windows, I have built my project and I have these errors, can you help me to resolve these errors:


**** Full rebuild of configuration Debug for project new01 ****

make clean all 
rm -rf blink_and_face_detection.o  blink_and_face_detection.d  new01.elf
mb-g++ -IC:/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new/microblaze_0/include -c -xl-mode-executable -mno-xl-soft-mul -mxl-pattern-compare -mcpu=v7.20.a -IC:\OpenCV\cv\include -IC:\OpenCV\cvaux\include -IC:\OpenCV\cxcore\include -IC:\OpenCV\otherlibs\highgui -IC:/OpenCV/cv/include -IC:/OpenCV/cvaux/include -IC:/OpenCV/cxcore/include -IC:/OpenCV/otherlibs/highgui -g -O0 -oblink_and_face_detection.o ../blink_and_face_detection.c
../blink_and_face_detection.c: In function &#039;int main(int, char**)&#039;:
../blink_and_face_detection.c:203: warning: passing &#039;float&#039; for argument 1 to &#039;CvSize cvSize(int, int)&#039;
../blink_and_face_detection.c:203: warning: passing &#039;float&#039; for argument 2 to &#039;CvSize cvSize(int, int)&#039;
../blink_and_face_detection.c: In function &#039;int is_eye_pair(CvSeq*, int, CvRect*)&#039;:
../blink_and_face_detection.c:441: warning: passing &#039;float&#039; for argument 1 to &#039;CvRect cvRect(int, int, int, int)&#039;
../blink_and_face_detection.c:441: warning: passing &#039;float&#039; for argument 2 to &#039;CvRect cvRect(int, int, int, int)&#039;
../blink_and_face_detection.c:441: warning: passing &#039;float&#039; for argument 3 to &#039;CvRect cvRect(int, int, int, int)&#039;
../blink_and_face_detection.c:441: warning: passing &#039;float&#039; for argument 4 to &#039;CvRect cvRect(int, int, int, int)&#039;
../blink_and_face_detection.c: In function &#039;int locate_eye(IplImage*, IplImage*, CvRect*, CvRect*)&#039;:
../blink_and_face_detection.c:478: warning: passing &#039;float&#039; for argument 1 to &#039;CvRect cvRect(int, int, int, int)&#039;
../blink_and_face_detection.c:478: warning: passing &#039;float&#039; for argument 2 to &#039;CvRect cvRect(int, int, int, int)&#039;
../blink_and_face_detection.c:478: warning: passing &#039;float&#039; for argument 3 to &#039;CvRect cvRect(int, int, int, int)&#039;
../blink_and_face_detection.c:478: warning: passing &#039;float&#039; for argument 4 to &#039;CvRect cvRect(int, int, int, int)&#039;
../blink_and_face_detection.c:529: warning: passing &#039;float&#039; for argument 3 to &#039;CvRect cvRect(int, int, int, int)&#039;
../blink_and_face_detection.c:529: warning: passing &#039;float&#039; for argument 4 to &#039;CvRect cvRect(int, int, int, int)&#039;
Invoking: MicroBlaze C++ Compiler
 
Building target: new01.elf
mb-g++ -o new01.elf blink_and_face_detection.o     -xl-mode-executable -mno-xl-soft-mul -mxl-pattern-compare -mcpu=v7.20.a    -LC:/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new/microblaze_0/lib  -T../new01.ld
/cygdrive/e/Xilinx/11.1/EDK/gnu/microblaze/nt/bin/../lib/gcc/microblaze-xilinx-elf/4.1.1/../../../../microblaze-xilinx-elf/bin/ld: region ilmb_cntlr_dlmb_cntlr is full (new01.elf section .text)
/cygdrive/e/Xilinx/11.1/EDK/gnu/microblaze/nt/bin/../lib/gcc/microblaze-xilinx-elf/4.1.1/../../../../microblaze-xilinx-elf/bin/ld: section .init [00000050 -&gt; 00000077] overlaps section .text [00000050 -&gt; 000127cb]
/cygdrive/e/Xilinx/11.1/EDK/gnu/microblaze/nt/bin/../lib/gcc/microblaze-xilinx-elf/4.1.1/../../../../microblaze-xilinx-elf/bin/ld: section .fini [00000078 -&gt; 00000097] overlaps section .text [00000050 -&gt; 000127cb]
/cygdrive/e/Xilinx/11.1/EDK/gnu/microblaze/nt/bin/../lib/gcc/microblaze-xilinx-elf/4.1.1/../../../../microblaze-xilinx-elf/bin/ld: section .rodata [00000098 -&gt; 00000767] overlaps section .text [00000050 -&gt; 000127cb]
/cygdrive/e/Xilinx/11.1/EDK/gnu/microblaze/nt/bin/../lib/gcc/microblaze-xilinx-elf/4.1.1/../../../../microblaze-xilinx-elf/bin/ld: section .data [00000768 -&gt; 00000ca3] overlaps section .text [00000050 -&gt; 000127cb]
/cygdrive/e/Xilinx/11.1/EDK/gnu/microblaze/nt/bin/../lib/gcc/microblaze-xilinx-elf/4.1.1/../../../../microblaze-xilinx-elf/bin/ld: section .ctors [00000ca4 -&gt; 00000cab] overlaps section .text [00000050 -&gt; 000127cb]
/cygdrive/e/Xilinx/11.1/EDK/gnu/microblaze/nt/bin/../lib/gcc/microblaze-xilinx-elf/4.1.1/../../../../microblaze-xilinx-elf/bin/ld: section .dtors [00000cac -&gt; 00000cb3] overlaps section .text [00000050 -&gt; 000127cb]
/cygdrive/e/Xilinx/11.1/EDK/gnu/microblaze/nt/bin/../lib/gcc/microblaze-xilinx-elf/4.1.1/../../../../microblaze-xilinx-elf/bin/ld: section .eh_frame [00000cb4 -&gt; 00000cb7] overlaps section .text [00000050 -&gt; 000127cb]
/cygdrive/e/Xilinx/11.1/EDK/gnu/microblaze/nt/bin/../lib/gcc/microblaze-xilinx-elf/4.1.1/../../../../microblaze-xilinx-elf/bin/ld: section .jcr [00000cb8 -&gt; 00000cbb] overlaps section .text [00000050 -&gt; 000127cb]
/cygdrive/e/Xilinx/11.1/EDK/gnu/microblaze/nt/bin/../lib/gcc/microblaze-xilinx-elf/4.1.1/../../../../microblaze-xilinx-elf/bin/ld: section .bss [00000cc0 -&gt; 00000e3f] overlaps section .text [00000050 -&gt; 000127cb]
/cygdrive/e/Xilinx/11.1/EDK/gnu/microblaze/nt/bin/../lib/gcc/microblaze-xilinx-elf/4.1.1/../../../../microblaze-xilinx-elf/bin/ld: section .heap [00000e40 -&gt; 0000123f] overlaps section .text [00000050 -&gt; 000127cb]
/cygdrive/e/Xilinx/11.1/EDK/gnu/microblaze/nt/bin/../lib/gcc/microblaze-xilinx-elf/4.1.1/../../../../microblaze-xilinx-elf/bin/ld: section .stack [00001240 -&gt; 0000163f] overlaps section .text [00000050 -&gt; 000127cb]
/cygdrive/e/Xilinx/11.1/EDK/gnu/microblaze/nt/bin/../lib/gcc/microblaze-xilinx-elf/4.1.1/../../../../microblaze-xilinx-elf/bin/ld: new01.elf: section .text lma 0x50 overlaps previous sections
/cygdrive/e/Xilinx/11.1/EDK/gnu/microblaze/nt/bin/../lib/gcc/microblaze-xilinx-elf/4.1.1/../../../../microblaze-xilinx-elf/bin/ld: new01.elf: section .fini lma 0x78 overlaps previous sections
/cygdrive/e/Xilinx/11.1/EDK/gnu/microblaze/nt/bin/../lib/gcc/microblaze-xilinx-elf/4.1.1/../../../../microblaze-xilinx-elf/bin/ld: new01.elf: section .rodata lma 0x98 overlaps previous sections
/cygdrive/e/Xilinx/11.1/EDK/gnu/microblaze/nt/bin/../lib/gcc/microblaze-xilinx-elf/4.1.1/../../../../microblaze-xilinx-elf/bin/ld: new01.elf: section .data lma 0x768 overlaps previous sections
blink_and_face_detection.o: In function `exit_nicely(char*)&#039;:
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:683: undefined reference to `cvDestroyAllWindows&#039;
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:686: undefined reference to `cvReleaseCapture&#039;
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:688: undefined reference to `cvReleaseImage&#039;
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:690: undefined reference to `cvReleaseImage&#039;
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:692: undefined reference to `cvReleaseImage&#039;
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:694: undefined reference to `cvReleaseImage&#039;
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:696: undefined reference to `cvReleaseMemStorage&#039;
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:698: undefined reference to `cvReleaseHaarClassifierCascade&#039;
blink_and_face_detection.o: In function `init()&#039;:
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:618: undefined reference to `cvLoad&#039;
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:622: undefined reference to `cvCreateCameraCapture&#039;
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:627: undefined reference to `cvSetCaptureProperty&#039;
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:629: undefined reference to `cvSetCaptureProperty&#039;
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:629: undefined reference to `cvQueryFrame&#039;
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:639: undefined reference to `cvInitFont&#039;
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:640: undefined reference to `cvNamedWindow&#039;
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:640: undefined reference to `cvCreateMemStorage&#039;
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:659: undefined reference to `cvCreateStructuringElementEx&#039;
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:660: undefined reference to `cvGetSize&#039;
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:660: undefined reference to `cvCreateImage&#039;
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:661: undefined reference to `cvGetSize&#039;
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:661: undefined reference to `cvCreateImage&#039;
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:662: undefined reference to `cvGetSize&#039;
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:662: undefined reference to `cvCreateImage&#039;
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:671: undefined reference to `cvNamedWindow&#039;
blink_and_face_detection.o: In function `delay_frames(int)&#039;:
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:594: undefined reference to `cvQueryFrame&#039;
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:600: undefined reference to `cvShowImage&#039;
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:602: undefined reference to `cvShowImage&#039;
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:602: undefined reference to `cvWaitKey&#039;
blink_and_face_detection.o: In function `is_blink(CvSeq*, int, CvRect, CvRect)&#039;:
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:556: undefined reference to `cvBoundingRect&#039;
blink_and_face_detection.o: In function `is_eye_pair(CvSeq*, int, CvRect*)&#039;:
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:398: undefined reference to `cvBoundingRect&#039;
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:407: undefined reference to `cvBoundingRect&#039;
blink_and_face_detection.o: In function `locate_eye(_IplImage*, _IplImage*, CvRect*, CvRect*)&#039;:
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:487: undefined reference to `cvCreateImage&#039;
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:494: undefined reference to `cvSetImageROI&#039;
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:495: undefined reference to `cvMatchTemplate&#039;
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:495: undefined reference to `cvMinMaxLoc&#039;
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:498: undefined reference to `cvResetImageROI&#039;
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:498: undefined reference to `cvReleaseImage&#039;
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:537: undefined reference to `cvSetZero&#039;
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:545: undefined reference to `cvSetImageROI&#039;
blink_and_face_detection.o: In function `get_connected_components(_IplImage*, _IplImage*, CvRect, CvSeq**)&#039;:
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:340: undefined reference to `cvSetImageROI&#039;
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:348: undefined reference to `cvSetImageROI&#039;
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:348: undefined reference to `cvSub&#039;
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:349: undefined reference to `cvThreshold&#039;
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:350: undefined reference to `cvMorphologyEx&#039;
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:350: undefined reference to `cvResetImageROI&#039;
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:354: undefined reference to `cvResetImageROI&#039;
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:354: undefined reference to `cvResetImageROI&#039;
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:356: undefined reference to `cvClone&#039;
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:362: undefined reference to `cvFindContours&#039;
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:364: undefined reference to `cvClearMemStorage&#039;
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:366: undefined reference to `cvReleaseImage&#039;
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:378: undefined reference to `cvHaarDetectObjects&#039;
blink_and_face_detection.o: In function `detectFaces(_IplImage*)&#039;:
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:314: undefined reference to `cvGetSeqElem&#039;
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:324: undefined reference to `cvRectangle&#039;
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:327: undefined reference to `cvQueryFrame&#039;
blink_and_face_detection.o: In function `main&#039;:
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:106: undefined reference to `cvShowImage&#039;
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:106: undefined reference to `cvWaitKey&#039;
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:126: undefined reference to `cvShowImage&#039;
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:131: undefined reference to `cvWaitKey&#039;
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:162: undefined reference to `cvCvtColor&#039;
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:175: undefined reference to `cvCvtColor&#039;
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:186: undefined reference to `cvSetImageROI&#039;
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:201: undefined reference to `cvCreateImage&#039;
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:203: undefined reference to `cvCopy&#039;
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:203: undefined reference to `cvResetImageROI&#039;
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:207: undefined reference to `cvGetSize&#039;
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:211: undefined reference to `cvCreateImage&#039;
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:219: undefined reference to `cvClone&#039;
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:232: undefined reference to `cvSetImageROI&#039;
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:238: undefined reference to `cvGetTextSize&#039;
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:242: undefined reference to `cvRectangle&#039;
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:242: undefined reference to `cvPutText&#039;
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:264: undefined reference to `cvRectangle&#039;
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:264: undefined reference to `cvRectangle&#039;
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:264: undefined reference to `cvRectangle&#039;
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:264: undefined reference to `cvRectangle&#039;
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:264: undefined reference to `cvShowImage&#039;
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:264: undefined reference to `cvShowImage&#039;
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:264: undefined reference to `cvClone&#039;
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:282: undefined reference to `cvWaitKey&#039;
/cygdrive/e/Xilinx/11.1/EDK/gnu/microblaze/nt/bin/../lib/gcc/microblaze-xilinx-elf/4.1.1/../../../../microblaze-xilinx-elf/lib/m/libxil.a(write.o): In function `write&#039;:
/gnu/mb/build/nt/bld_gcc/gcc/libgloss/microblaze/write.c:36: undefined reference to `outbyte&#039;
/gnu/mb/build/nt/bld_gcc/gcc/libgloss/microblaze/write.c:34: undefined reference to `outbyte&#039;
/cygdrive/e/Xilinx/11.1/EDK/gnu/microblaze/nt/bin/../lib/gcc/microblaze-xilinx-elf/4.1.1/../../../../microblaze-xilinx-elf/lib/m/libxil.a(read.o): In function `read&#039;:
/gnu/mb/build/nt/bld_gcc/gcc/libgloss/microblaze/read.c:35: undefined reference to `inbyte&#039;
/cygdrive/e/Xilinx/11.1/EDK/gnu/microblaze/nt/bin/../lib/gcc/microblaze-xilinx-elf/4.1.1/m/crtend.o:(.init+0x0): relocation truncated to fit: R_MICROBLAZE_32_PCREL_LO against `.text&#039;
collect2: ld returned 1 exit status
make: *** [new01.elf] Error 1
Build complete for project new01</description>
		<content:encoded><![CDATA[<p>Thank you for your response, of course I work on Windows, I have built my project and I have these errors, can you help me to resolve these errors:</p>
<p>**** Full rebuild of configuration Debug for project new01 ****</p>
<p>make clean all<br />
rm -rf blink_and_face_detection.o  blink_and_face_detection.d  new01.elf<br />
mb-g++ -IC:/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new/microblaze_0/include -c -xl-mode-executable -mno-xl-soft-mul -mxl-pattern-compare -mcpu=v7.20.a -IC:\OpenCV\cv\include -IC:\OpenCV\cvaux\include -IC:\OpenCV\cxcore\include -IC:\OpenCV\otherlibs\highgui -IC:/OpenCV/cv/include -IC:/OpenCV/cvaux/include -IC:/OpenCV/cxcore/include -IC:/OpenCV/otherlibs/highgui -g -O0 -oblink_and_face_detection.o ../blink_and_face_detection.c<br />
../blink_and_face_detection.c: In function &#8216;int main(int, char**)&#8217;:<br />
../blink_and_face_detection.c:203: warning: passing &#8216;float&#8217; for argument 1 to &#8216;CvSize cvSize(int, int)&#8217;<br />
../blink_and_face_detection.c:203: warning: passing &#8216;float&#8217; for argument 2 to &#8216;CvSize cvSize(int, int)&#8217;<br />
../blink_and_face_detection.c: In function &#8216;int is_eye_pair(CvSeq*, int, CvRect*)&#8217;:<br />
../blink_and_face_detection.c:441: warning: passing &#8216;float&#8217; for argument 1 to &#8216;CvRect cvRect(int, int, int, int)&#8217;<br />
../blink_and_face_detection.c:441: warning: passing &#8216;float&#8217; for argument 2 to &#8216;CvRect cvRect(int, int, int, int)&#8217;<br />
../blink_and_face_detection.c:441: warning: passing &#8216;float&#8217; for argument 3 to &#8216;CvRect cvRect(int, int, int, int)&#8217;<br />
../blink_and_face_detection.c:441: warning: passing &#8216;float&#8217; for argument 4 to &#8216;CvRect cvRect(int, int, int, int)&#8217;<br />
../blink_and_face_detection.c: In function &#8216;int locate_eye(IplImage*, IplImage*, CvRect*, CvRect*)&#8217;:<br />
../blink_and_face_detection.c:478: warning: passing &#8216;float&#8217; for argument 1 to &#8216;CvRect cvRect(int, int, int, int)&#8217;<br />
../blink_and_face_detection.c:478: warning: passing &#8216;float&#8217; for argument 2 to &#8216;CvRect cvRect(int, int, int, int)&#8217;<br />
../blink_and_face_detection.c:478: warning: passing &#8216;float&#8217; for argument 3 to &#8216;CvRect cvRect(int, int, int, int)&#8217;<br />
../blink_and_face_detection.c:478: warning: passing &#8216;float&#8217; for argument 4 to &#8216;CvRect cvRect(int, int, int, int)&#8217;<br />
../blink_and_face_detection.c:529: warning: passing &#8216;float&#8217; for argument 3 to &#8216;CvRect cvRect(int, int, int, int)&#8217;<br />
../blink_and_face_detection.c:529: warning: passing &#8216;float&#8217; for argument 4 to &#8216;CvRect cvRect(int, int, int, int)&#8217;<br />
Invoking: MicroBlaze C++ Compiler</p>
<p>Building target: new01.elf<br />
mb-g++ -o new01.elf blink_and_face_detection.o     -xl-mode-executable -mno-xl-soft-mul -mxl-pattern-compare -mcpu=v7.20.a    -LC:/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new/microblaze_0/lib  -T../new01.ld<br />
/cygdrive/e/Xilinx/11.1/EDK/gnu/microblaze/nt/bin/../lib/gcc/microblaze-xilinx-elf/4.1.1/../../../../microblaze-xilinx-elf/bin/ld: region ilmb_cntlr_dlmb_cntlr is full (new01.elf section .text)<br />
/cygdrive/e/Xilinx/11.1/EDK/gnu/microblaze/nt/bin/../lib/gcc/microblaze-xilinx-elf/4.1.1/../../../../microblaze-xilinx-elf/bin/ld: section .init [00000050 -&gt; 00000077] overlaps section .text [00000050 -&gt; 000127cb]<br />
/cygdrive/e/Xilinx/11.1/EDK/gnu/microblaze/nt/bin/../lib/gcc/microblaze-xilinx-elf/4.1.1/../../../../microblaze-xilinx-elf/bin/ld: section .fini [00000078 -&gt; 00000097] overlaps section .text [00000050 -&gt; 000127cb]<br />
/cygdrive/e/Xilinx/11.1/EDK/gnu/microblaze/nt/bin/../lib/gcc/microblaze-xilinx-elf/4.1.1/../../../../microblaze-xilinx-elf/bin/ld: section .rodata [00000098 -&gt; 00000767] overlaps section .text [00000050 -&gt; 000127cb]<br />
/cygdrive/e/Xilinx/11.1/EDK/gnu/microblaze/nt/bin/../lib/gcc/microblaze-xilinx-elf/4.1.1/../../../../microblaze-xilinx-elf/bin/ld: section .data [00000768 -&gt; 00000ca3] overlaps section .text [00000050 -&gt; 000127cb]<br />
/cygdrive/e/Xilinx/11.1/EDK/gnu/microblaze/nt/bin/../lib/gcc/microblaze-xilinx-elf/4.1.1/../../../../microblaze-xilinx-elf/bin/ld: section .ctors [00000ca4 -&gt; 00000cab] overlaps section .text [00000050 -&gt; 000127cb]<br />
/cygdrive/e/Xilinx/11.1/EDK/gnu/microblaze/nt/bin/../lib/gcc/microblaze-xilinx-elf/4.1.1/../../../../microblaze-xilinx-elf/bin/ld: section .dtors [00000cac -&gt; 00000cb3] overlaps section .text [00000050 -&gt; 000127cb]<br />
/cygdrive/e/Xilinx/11.1/EDK/gnu/microblaze/nt/bin/../lib/gcc/microblaze-xilinx-elf/4.1.1/../../../../microblaze-xilinx-elf/bin/ld: section .eh_frame [00000cb4 -&gt; 00000cb7] overlaps section .text [00000050 -&gt; 000127cb]<br />
/cygdrive/e/Xilinx/11.1/EDK/gnu/microblaze/nt/bin/../lib/gcc/microblaze-xilinx-elf/4.1.1/../../../../microblaze-xilinx-elf/bin/ld: section .jcr [00000cb8 -&gt; 00000cbb] overlaps section .text [00000050 -&gt; 000127cb]<br />
/cygdrive/e/Xilinx/11.1/EDK/gnu/microblaze/nt/bin/../lib/gcc/microblaze-xilinx-elf/4.1.1/../../../../microblaze-xilinx-elf/bin/ld: section .bss [00000cc0 -&gt; 00000e3f] overlaps section .text [00000050 -&gt; 000127cb]<br />
/cygdrive/e/Xilinx/11.1/EDK/gnu/microblaze/nt/bin/../lib/gcc/microblaze-xilinx-elf/4.1.1/../../../../microblaze-xilinx-elf/bin/ld: section .heap [00000e40 -&gt; 0000123f] overlaps section .text [00000050 -&gt; 000127cb]<br />
/cygdrive/e/Xilinx/11.1/EDK/gnu/microblaze/nt/bin/../lib/gcc/microblaze-xilinx-elf/4.1.1/../../../../microblaze-xilinx-elf/bin/ld: section .stack [00001240 -&gt; 0000163f] overlaps section .text [00000050 -&gt; 000127cb]<br />
/cygdrive/e/Xilinx/11.1/EDK/gnu/microblaze/nt/bin/../lib/gcc/microblaze-xilinx-elf/4.1.1/../../../../microblaze-xilinx-elf/bin/ld: new01.elf: section .text lma 0&#215;50 overlaps previous sections<br />
/cygdrive/e/Xilinx/11.1/EDK/gnu/microblaze/nt/bin/../lib/gcc/microblaze-xilinx-elf/4.1.1/../../../../microblaze-xilinx-elf/bin/ld: new01.elf: section .fini lma 0&#215;78 overlaps previous sections<br />
/cygdrive/e/Xilinx/11.1/EDK/gnu/microblaze/nt/bin/../lib/gcc/microblaze-xilinx-elf/4.1.1/../../../../microblaze-xilinx-elf/bin/ld: new01.elf: section .rodata lma 0&#215;98 overlaps previous sections<br />
/cygdrive/e/Xilinx/11.1/EDK/gnu/microblaze/nt/bin/../lib/gcc/microblaze-xilinx-elf/4.1.1/../../../../microblaze-xilinx-elf/bin/ld: new01.elf: section .data lma 0&#215;768 overlaps previous sections<br />
blink_and_face_detection.o: In function `exit_nicely(char*)&#8217;:<br />
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:683: undefined reference to `cvDestroyAllWindows&#8217;<br />
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:686: undefined reference to `cvReleaseCapture&#8217;<br />
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:688: undefined reference to `cvReleaseImage&#8217;<br />
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:690: undefined reference to `cvReleaseImage&#8217;<br />
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:692: undefined reference to `cvReleaseImage&#8217;<br />
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:694: undefined reference to `cvReleaseImage&#8217;<br />
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:696: undefined reference to `cvReleaseMemStorage&#8217;<br />
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:698: undefined reference to `cvReleaseHaarClassifierCascade&#8217;<br />
blink_and_face_detection.o: In function `init()&#8217;:<br />
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:618: undefined reference to `cvLoad&#8217;<br />
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:622: undefined reference to `cvCreateCameraCapture&#8217;<br />
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:627: undefined reference to `cvSetCaptureProperty&#8217;<br />
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:629: undefined reference to `cvSetCaptureProperty&#8217;<br />
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:629: undefined reference to `cvQueryFrame&#8217;<br />
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:639: undefined reference to `cvInitFont&#8217;<br />
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:640: undefined reference to `cvNamedWindow&#8217;<br />
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:640: undefined reference to `cvCreateMemStorage&#8217;<br />
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:659: undefined reference to `cvCreateStructuringElementEx&#8217;<br />
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:660: undefined reference to `cvGetSize&#8217;<br />
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:660: undefined reference to `cvCreateImage&#8217;<br />
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:661: undefined reference to `cvGetSize&#8217;<br />
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:661: undefined reference to `cvCreateImage&#8217;<br />
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:662: undefined reference to `cvGetSize&#8217;<br />
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:662: undefined reference to `cvCreateImage&#8217;<br />
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:671: undefined reference to `cvNamedWindow&#8217;<br />
blink_and_face_detection.o: In function `delay_frames(int)&#8217;:<br />
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:594: undefined reference to `cvQueryFrame&#8217;<br />
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:600: undefined reference to `cvShowImage&#8217;<br />
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:602: undefined reference to `cvShowImage&#8217;<br />
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:602: undefined reference to `cvWaitKey&#8217;<br />
blink_and_face_detection.o: In function `is_blink(CvSeq*, int, CvRect, CvRect)&#8217;:<br />
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:556: undefined reference to `cvBoundingRect&#8217;<br />
blink_and_face_detection.o: In function `is_eye_pair(CvSeq*, int, CvRect*)&#8217;:<br />
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:398: undefined reference to `cvBoundingRect&#8217;<br />
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:407: undefined reference to `cvBoundingRect&#8217;<br />
blink_and_face_detection.o: In function `locate_eye(_IplImage*, _IplImage*, CvRect*, CvRect*)&#8217;:<br />
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:487: undefined reference to `cvCreateImage&#8217;<br />
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:494: undefined reference to `cvSetImageROI&#8217;<br />
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:495: undefined reference to `cvMatchTemplate&#8217;<br />
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:495: undefined reference to `cvMinMaxLoc&#8217;<br />
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:498: undefined reference to `cvResetImageROI&#8217;<br />
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:498: undefined reference to `cvReleaseImage&#8217;<br />
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:537: undefined reference to `cvSetZero&#8217;<br />
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:545: undefined reference to `cvSetImageROI&#8217;<br />
blink_and_face_detection.o: In function `get_connected_components(_IplImage*, _IplImage*, CvRect, CvSeq**)&#8217;:<br />
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:340: undefined reference to `cvSetImageROI&#8217;<br />
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:348: undefined reference to `cvSetImageROI&#8217;<br />
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:348: undefined reference to `cvSub&#8217;<br />
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:349: undefined reference to `cvThreshold&#8217;<br />
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:350: undefined reference to `cvMorphologyEx&#8217;<br />
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:350: undefined reference to `cvResetImageROI&#8217;<br />
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:354: undefined reference to `cvResetImageROI&#8217;<br />
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:354: undefined reference to `cvResetImageROI&#8217;<br />
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:356: undefined reference to `cvClone&#8217;<br />
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:362: undefined reference to `cvFindContours&#8217;<br />
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:364: undefined reference to `cvClearMemStorage&#8217;<br />
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:366: undefined reference to `cvReleaseImage&#8217;<br />
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:378: undefined reference to `cvHaarDetectObjects&#8217;<br />
blink_and_face_detection.o: In function `detectFaces(_IplImage*)&#8217;:<br />
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:314: undefined reference to `cvGetSeqElem&#8217;<br />
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:324: undefined reference to `cvRectangle&#8217;<br />
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:327: undefined reference to `cvQueryFrame&#8217;<br />
blink_and_face_detection.o: In function `main&#8217;:<br />
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:106: undefined reference to `cvShowImage&#8217;<br />
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:106: undefined reference to `cvWaitKey&#8217;<br />
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:126: undefined reference to `cvShowImage&#8217;<br />
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:131: undefined reference to `cvWaitKey&#8217;<br />
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:162: undefined reference to `cvCvtColor&#8217;<br />
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:175: undefined reference to `cvCvtColor&#8217;<br />
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:186: undefined reference to `cvSetImageROI&#8217;<br />
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:201: undefined reference to `cvCreateImage&#8217;<br />
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:203: undefined reference to `cvCopy&#8217;<br />
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:203: undefined reference to `cvResetImageROI&#8217;<br />
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:207: undefined reference to `cvGetSize&#8217;<br />
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:211: undefined reference to `cvCreateImage&#8217;<br />
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:219: undefined reference to `cvClone&#8217;<br />
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:232: undefined reference to `cvSetImageROI&#8217;<br />
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:238: undefined reference to `cvGetTextSize&#8217;<br />
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:242: undefined reference to `cvRectangle&#8217;<br />
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:242: undefined reference to `cvPutText&#8217;<br />
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:264: undefined reference to `cvRectangle&#8217;<br />
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:264: undefined reference to `cvRectangle&#8217;<br />
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:264: undefined reference to `cvRectangle&#8217;<br />
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:264: undefined reference to `cvRectangle&#8217;<br />
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:264: undefined reference to `cvShowImage&#8217;<br />
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:264: undefined reference to `cvShowImage&#8217;<br />
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:264: undefined reference to `cvClone&#8217;<br />
/cygdrive/c/Users/Hayfa/Desktop/jih/SDK/SDK_Workspace/new01/Debug/../blink_and_face_detection.c:282: undefined reference to `cvWaitKey&#8217;<br />
/cygdrive/e/Xilinx/11.1/EDK/gnu/microblaze/nt/bin/../lib/gcc/microblaze-xilinx-elf/4.1.1/../../../../microblaze-xilinx-elf/lib/m/libxil.a(write.o): In function `write&#8217;:<br />
/gnu/mb/build/nt/bld_gcc/gcc/libgloss/microblaze/write.c:36: undefined reference to `outbyte&#8217;<br />
/gnu/mb/build/nt/bld_gcc/gcc/libgloss/microblaze/write.c:34: undefined reference to `outbyte&#8217;<br />
/cygdrive/e/Xilinx/11.1/EDK/gnu/microblaze/nt/bin/../lib/gcc/microblaze-xilinx-elf/4.1.1/../../../../microblaze-xilinx-elf/lib/m/libxil.a(read.o): In function `read&#8217;:<br />
/gnu/mb/build/nt/bld_gcc/gcc/libgloss/microblaze/read.c:35: undefined reference to `inbyte&#8217;<br />
/cygdrive/e/Xilinx/11.1/EDK/gnu/microblaze/nt/bin/../lib/gcc/microblaze-xilinx-elf/4.1.1/m/crtend.o:(.init+0&#215;0): relocation truncated to fit: R_MICROBLAZE_32_PCREL_LO against `.text&#8217;<br />
collect2: ld returned 1 exit status<br />
make: *** [new01.elf] Error 1<br />
Build complete for project new01</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mostafa</title>
		<link>http://www.computer-vision-software.com/blog/2009/03/arm-wrestling-with-opencv/comment-page-1/#comment-910</link>
		<dc:creator>mostafa</dc:creator>
		<pubDate>Tue, 07 Sep 2010 17:37:20 +0000</pubDate>
		<guid isPermaLink="false">http://computer-vision-software.com/blog/?p=18#comment-910</guid>
		<description>how do you compile opencv to  ARM  on windowsXP?</description>
		<content:encoded><![CDATA[<p>how do you compile opencv to  ARM  on windowsXP?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Igor Stepura</title>
		<link>http://www.computer-vision-software.com/blog/2009/03/arm-wrestling-with-opencv/comment-page-1/#comment-881</link>
		<dc:creator>Igor Stepura</dc:creator>
		<pubDate>Tue, 24 Aug 2010 04:25:21 +0000</pubDate>
		<guid isPermaLink="false">http://computer-vision-software.com/blog/?p=18#comment-881</guid>
		<description>I suppose Xilinx EDK uses GCC-based compiler toolchain, so you just need to modify my scritp and set correct environment variables.  And, of course, fix compilation errors that might occur :)</description>
		<content:encoded><![CDATA[<p>I suppose Xilinx EDK uses GCC-based compiler toolchain, so you just need to modify my scritp and set correct environment variables.  And, of course, fix compilation errors that might occur <img src='http://www.computer-vision-software.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hayfa</title>
		<link>http://www.computer-vision-software.com/blog/2009/03/arm-wrestling-with-opencv/comment-page-1/#comment-879</link>
		<dc:creator>Hayfa</dc:creator>
		<pubDate>Fri, 20 Aug 2010 23:17:40 +0000</pubDate>
		<guid isPermaLink="false">http://computer-vision-software.com/blog/?p=18#comment-879</guid>
		<description>Hi can you help me how to import the library OpenCV to Xlilinx EDK, or Xilinx SDK ?</description>
		<content:encoded><![CDATA[<p>Hi can you help me how to import the library OpenCV to Xlilinx EDK, or Xilinx SDK ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob</title>
		<link>http://www.computer-vision-software.com/blog/2009/03/arm-wrestling-with-opencv/comment-page-1/#comment-862</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Sat, 07 Aug 2010 20:18:37 +0000</pubDate>
		<guid isPermaLink="false">http://computer-vision-software.com/blog/?p=18#comment-862</guid>
		<description>Hi Igore,

I am considering running openCV 2.0 on a SBC. I will need to process two analog and two digital video streams simultaneously. Do you or any of the readers have any suggestions on what SBC to use?

Thank you!</description>
		<content:encoded><![CDATA[<p>Hi Igore,</p>
<p>I am considering running openCV 2.0 on a SBC. I will need to process two analog and two digital video streams simultaneously. Do you or any of the readers have any suggestions on what SBC to use?</p>
<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Igor Stepura</title>
		<link>http://www.computer-vision-software.com/blog/2009/03/arm-wrestling-with-opencv/comment-page-1/#comment-788</link>
		<dc:creator>Igor Stepura</dc:creator>
		<pubDate>Thu, 17 Jun 2010 04:19:17 +0000</pubDate>
		<guid isPermaLink="false">http://computer-vision-software.com/blog/?p=18#comment-788</guid>
		<description>It looks like a conflict between GTK and Glib. Newer versions of Glib deprecate macro G_GNUC_FUNCTION (see http://library.gnome.org/devel/glib/2.15/glib-Miscellaneous-Macros.html#G-GNUC-FUNCTION:CAPS ) and GTK DirectFB back end is always built with G_DISABLE_DEPRECATED defined.
Try modifying `/usr/gtkdfb/src/gtk+-2.10.13/gdk/directfb/Makefile *after* you ran ./configure and remove -DG_DISABLE_DEPRECATED from it.</description>
		<content:encoded><![CDATA[<p>It looks like a conflict between GTK and Glib. Newer versions of Glib deprecate macro G_GNUC_FUNCTION (see <a href="http://library.gnome.org/devel/glib/2.15/glib-Miscellaneous-Macros.html#G-GNUC-FUNCTION:CAPS" rel="nofollow">http://library.gnome.org/devel/glib/2.15/glib-Miscellaneous-Macros.html#G-GNUC-FUNCTION:CAPS</a> ) and GTK DirectFB back end is always built with G_DISABLE_DEPRECATED defined.<br />
Try modifying `/usr/gtkdfb/src/gtk+-2.10.13/gdk/directfb/Makefile *after* you ran ./configure and remove -DG_DISABLE_DEPRECATED from it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: richie</title>
		<link>http://www.computer-vision-software.com/blog/2009/03/arm-wrestling-with-opencv/comment-page-1/#comment-787</link>
		<dc:creator>richie</dc:creator>
		<pubDate>Thu, 17 Jun 2010 03:39:18 +0000</pubDate>
		<guid isPermaLink="false">http://computer-vision-software.com/blog/?p=18#comment-787</guid>
		<description>Can you tell me why this error happen?
when cross-compile gtk-2.10.13
gdkimage-directfb.c: In function &#039;gdk_image_new_bitmap&#039;:
gdkimage-directfb.c:154: error: &#039;G_GNUC_FUNCTION&#039; undeclared (first use in this function)
gdkimage-directfb.c:154: error: (Each undeclared identifier is reported only once
gdkimage-directfb.c:154: error: for each function it appears in.)
gdkimage-directfb.c: In function &#039;_gdk_image_new_for_depth&#039;:
gdkimage-directfb.c:212: error: &#039;G_GNUC_FUNCTION&#039; undeclared (first use in this function)
gdkimage-directfb.c:183: warning: unused variable &#039;ret&#039;
make[4]: *** [gdkimage-directfb.lo] Error 1
make[4]: Leaving directory `/usr/gtkdfb/src/gtk+-2.10.13/gdk/directfb&#039;
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/usr/gtkdfb/src/gtk+-2.10.13/gdk&#039;
make[2]: *** [all] Error 2
make[2]: Leaving directory `/usr/gtkdfb/src/gtk+-2.10.13/gdk&#039;
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/gtkdfb/src/gtk+-2.10.13&#039;
make: *** [all] Error 2
root@huxin-desktop:/usr/gtkdfb/src/gtk+-2.10.13#</description>
		<content:encoded><![CDATA[<p>Can you tell me why this error happen?<br />
when cross-compile gtk-2.10.13<br />
gdkimage-directfb.c: In function &#8216;gdk_image_new_bitmap&#8217;:<br />
gdkimage-directfb.c:154: error: &#8216;G_GNUC_FUNCTION&#8217; undeclared (first use in this function)<br />
gdkimage-directfb.c:154: error: (Each undeclared identifier is reported only once<br />
gdkimage-directfb.c:154: error: for each function it appears in.)<br />
gdkimage-directfb.c: In function &#8216;_gdk_image_new_for_depth&#8217;:<br />
gdkimage-directfb.c:212: error: &#8216;G_GNUC_FUNCTION&#8217; undeclared (first use in this function)<br />
gdkimage-directfb.c:183: warning: unused variable &#8216;ret&#8217;<br />
make[4]: *** [gdkimage-directfb.lo] Error 1<br />
make[4]: Leaving directory `/usr/gtkdfb/src/gtk+-2.10.13/gdk/directfb&#8217;<br />
make[3]: *** [all-recursive] Error 1<br />
make[3]: Leaving directory `/usr/gtkdfb/src/gtk+-2.10.13/gdk&#8217;<br />
make[2]: *** [all] Error 2<br />
make[2]: Leaving directory `/usr/gtkdfb/src/gtk+-2.10.13/gdk&#8217;<br />
make[1]: *** [all-recursive] Error 1<br />
make[1]: Leaving directory `/usr/gtkdfb/src/gtk+-2.10.13&#8242;<br />
make: *** [all] Error 2<br />
root@huxin-desktop:/usr/gtkdfb/src/gtk+-2.10.13#</p>
]]></content:encoded>
	</item>
</channel>
</rss>
