<?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>Sun, 17 Jul 2011 16:11:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: rickesh</title>
		<link>http://www.computer-vision-software.com/blog/2009/03/arm-wrestling-with-opencv/comment-page-1/#comment-1674</link>
		<dc:creator>rickesh</dc:creator>
		<pubDate>Fri, 24 Jun 2011 19:33:33 +0000</pubDate>
		<guid isPermaLink="false">http://computer-vision-software.com/blog/?p=18#comment-1674</guid>
		<description>I&#039;m trying to stream 2 cameras connected to the same USB hub..
theoretically usb 2.0 is capable enough of sending 60MB/s of data through it.
but whenever i try to stream, it Throws up a error.
The error i get is 
VIDIOC_QUERYMENU: Invalid argument
HIGHGUI ERROR: V4L: Property (5) not supported by device
libv4l2: error turning on stream: No space left on device
VIDIOC_STREAMON: No space left on device

I know the problem is coz of the usb hub as the hub puts all the usb hub devices on to the same bus. The code works fine if the cameras are connected over the native ports than through the usb hubs, I wonder y..
isn&#039;t there any way out thorough this..??</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to stream 2 cameras connected to the same USB hub..<br />
theoretically usb 2.0 is capable enough of sending 60MB/s of data through it.<br />
but whenever i try to stream, it Throws up a error.<br />
The error i get is<br />
VIDIOC_QUERYMENU: Invalid argument<br />
HIGHGUI ERROR: V4L: Property (5) not supported by device<br />
libv4l2: error turning on stream: No space left on device<br />
VIDIOC_STREAMON: No space left on device</p>
<p>I know the problem is coz of the usb hub as the hub puts all the usb hub devices on to the same bus. The code works fine if the cameras are connected over the native ports than through the usb hubs, I wonder y..<br />
isn&#8217;t there any way out thorough this..??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vikram Varshney</title>
		<link>http://www.computer-vision-software.com/blog/2009/03/arm-wrestling-with-opencv/comment-page-1/#comment-1576</link>
		<dc:creator>Vikram Varshney</dc:creator>
		<pubDate>Fri, 03 Jun 2011 18:56:32 +0000</pubDate>
		<guid isPermaLink="false">http://computer-vision-software.com/blog/?p=18#comment-1576</guid>
		<description>Hi 
I was trying to make openCV for CMUCAM 3. The arm toolchain is downloaded from CodeSourcery. As instructed above I am making the following changes and going ahead. 
Since the CMUCAM toolchain is EABI and am working on linux x86 machine; The settings for me are as follows - 

[/code] 

# #### Linux host. EABI complier  
# #export DEVROOT=~/home/vikram/CodeSourcery/Sourcery_G++_Lite  
# #export APP_PREFIX=arm-none-eabi
# #export GCC_HOST=i686-redhat-linux-gnu
# ##-O3 kills gcc : cvpyrsegmentation.cpp:1021: internal compiler error: in verify_local_live_at_start, at flow.c:546  
# #export OFLAGS=-O2  

[code /] 

The configure is taking successfully. But I am getting errors while make - ing the code. The errors are as follows - 

[/code]

cxerror.cpp:96: error: &#039;pthread_key_t&#039; does not name a type
cxerror.cpp:424: error: &#039;g_TlsIndex&#039; was not declared in this scope
cxerror.cpp:424: error: &#039;pthread_key_create&#039; was not declared in this scope

[code/] 

The similar problem has been encountered before and I think this error is due to some lame mistake which am unable to think about . Please help ! 

vikram</description>
		<content:encoded><![CDATA[<p>Hi<br />
I was trying to make openCV for CMUCAM 3. The arm toolchain is downloaded from CodeSourcery. As instructed above I am making the following changes and going ahead.<br />
Since the CMUCAM toolchain is EABI and am working on linux x86 machine; The settings for me are as follows &#8211; </p>
<p>[/code] </p>
<p># #### Linux host. EABI complier<br />
# #export DEVROOT=~/home/vikram/CodeSourcery/Sourcery_G++_Lite<br />
# #export APP_PREFIX=arm-none-eabi<br />
# #export GCC_HOST=i686-redhat-linux-gnu<br />
# ##-O3 kills gcc : cvpyrsegmentation.cpp:1021: internal compiler error: in verify_local_live_at_start, at flow.c:546<br />
# #export OFLAGS=-O2  </p>
<p>[code /] </p>
<p>The configure is taking successfully. But I am getting errors while make - ing the code. The errors are as follows - </p>
<p>[/code]</p>
<p>cxerror.cpp:96: error: 'pthread_key_t' does not name a type<br />
cxerror.cpp:424: error: 'g_TlsIndex' was not declared in this scope<br />
cxerror.cpp:424: error: 'pthread_key_create' was not declared in this scope</p>
<p>[code/] </p>
<p>The similar problem has been encountered before and I think this error is due to some lame mistake which am unable to think about . Please help ! </p>
<p>vikram</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maksim</title>
		<link>http://www.computer-vision-software.com/blog/2009/03/arm-wrestling-with-opencv/comment-page-1/#comment-1534</link>
		<dc:creator>Maksim</dc:creator>
		<pubDate>Tue, 24 May 2011 15:58:29 +0000</pubDate>
		<guid isPermaLink="false">http://computer-vision-software.com/blog/?p=18#comment-1534</guid>
		<description>Hi,Igor!
I try cross compile OpenCV-2.0.0
While &quot;make&quot;(after ./configure --host=arm-linux --disable-shared )  I get some error

/usr/local/arm/4.3.2/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.2/../../../../arm-none-linux-gnueabi/bin/ld: cannot find -lgtk-x11-2.0


May be the problem in my toolchain?</description>
		<content:encoded><![CDATA[<p>Hi,Igor!<br />
I try cross compile OpenCV-2.0.0<br />
While &#8220;make&#8221;(after ./configure &#8211;host=arm-linux &#8211;disable-shared )  I get some error</p>
<p>/usr/local/arm/4.3.2/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.2/../../../../arm-none-linux-gnueabi/bin/ld: cannot find -lgtk-x11-2.0</p>
<p>May be the problem in my toolchain?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fred</title>
		<link>http://www.computer-vision-software.com/blog/2009/03/arm-wrestling-with-opencv/comment-page-1/#comment-1455</link>
		<dc:creator>Fred</dc:creator>
		<pubDate>Mon, 09 May 2011 12:22:02 +0000</pubDate>
		<guid isPermaLink="false">http://computer-vision-software.com/blog/?p=18#comment-1455</guid>
		<description>Hi Ygor

Do you think with mini 2440 that would be possible to perform a live blob tracking (white dot on black background) at 30fps for a 240*240 video from cmos cam ?

Or totally irrealist ?

Thanks

Fred</description>
		<content:encoded><![CDATA[<p>Hi Ygor</p>
<p>Do you think with mini 2440 that would be possible to perform a live blob tracking (white dot on black background) at 30fps for a 240*240 video from cmos cam ?</p>
<p>Or totally irrealist ?</p>
<p>Thanks</p>
<p>Fred</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marko</title>
		<link>http://www.computer-vision-software.com/blog/2009/03/arm-wrestling-with-opencv/comment-page-1/#comment-1347</link>
		<dc:creator>Marko</dc:creator>
		<pubDate>Fri, 15 Apr 2011 13:30:52 +0000</pubDate>
		<guid isPermaLink="false">http://computer-vision-software.com/blog/?p=18#comment-1347</guid>
		<description>Hi Igor,
	
First I set
jdoe@ubuntu:~/opencv-1.1.0$ export DEVROOT=/usr/local/poky/eabi-glibc                         
jdoe@ubuntu:~/opencv-1.1.0$ export APP_PREFIX=arm-none-linux-gnueabi  
jdoe@ubuntu:~/opencv-1.1.0$ export GCC_HOST=i686-pc-linux-gnu    
jdoe@ubuntu:~/opencv-1.1.0$ export OFLAGS=-O2  

and then do (./configure.....)

jdoe@ubuntu:~/opencv-1.1.0$ ./configure --target=$APP_PREFIX --host=$APP_PREFIX --build=$GCC_HOST --disable-shared --enable-static --without-imageio --without-carbon --without-quicktime --without-python --without-swig --without-v4l --disable-apps --prefix=$DEVROOT/$APP_PREFIX CC=$DEVROOT/bin/$APP_PREFIX-gcc CXXFLAGS=&quot;-fsigned-char $OFLAGS -pipe&quot; LD=$DEVROOT/bin/$APP_PREFIX-ld CPP=$DEVROOT/bin/$APP_PREFIX-cpp CXXCPP=$DEVROOT/bin/$APP_PREFIX-cpp CXX=$DEVROOT/bin/$APP_PREFIX-g++ AR=$DEVROOT/bin/$APP_PREFIX-ar RANLIB=$DEVROOT/bin/$APP_PREFIX-ranlib NM=$DEVROOT/bin/$APP_PREFIX-nm STRIP=$DEVROOT/bin/$APP_PREFIX-strip AS=$DEVROOT/bin/$APP_PREFIX-as

configure: loading site script /usr/local/poky/eabi-glibc/site-config-arm-none-linux-gnueabi
checking build system type... i686-pc-linux-gnu
checking host system type... arm-none-linux-gnueabi
checking target system type... arm-none-linux-gnueabi
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for arm-none-linux-gnueabi-strip... /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-strip
checking whether make sets $(MAKE)... (cached) yes
checking for C++ compiler default output file name... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++... gcc3
checking for arm-none-linux-gnueabi-gcc... /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-gcc
checking whether we are using the GNU C compiler... yes
checking whether /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-gcc accepts -g... yes
checking for /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-gcc option to accept ISO C89... none needed
checking dependency style of /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-gcc... gcc3
checking how to run the C preprocessor... /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-cpp
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ld used by /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-gcc... /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-ld
checking if the linker (/usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-ld) is GNU ld... yes
checking for /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-ld option to reload object files... -r
checking for BSD-compatible nm... /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-nm
checking whether ln -s works... yes
checking how to recognize dependent libraries... pass_all
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking how to run the C++ preprocessor... /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-cpp
checking for arm-none-linux-gnueabi-g77... no
checking for arm-none-linux-gnueabi-xlf... no
checking for arm-none-linux-gnueabi-f77... no
checking for arm-none-linux-gnueabi-frt... no
checking for arm-none-linux-gnueabi-pgf77... no
checking for arm-none-linux-gnueabi-cf77... no
checking for arm-none-linux-gnueabi-fort77... no
checking for arm-none-linux-gnueabi-fl32... no
checking for arm-none-linux-gnueabi-af77... no
checking for arm-none-linux-gnueabi-xlf90... no
checking for arm-none-linux-gnueabi-f90... no
checking for arm-none-linux-gnueabi-pgf90... no
checking for arm-none-linux-gnueabi-pghpf... no
checking for arm-none-linux-gnueabi-epcf90... no
checking for arm-none-linux-gnueabi-gfortran... no
checking for arm-none-linux-gnueabi-g95... no
checking for arm-none-linux-gnueabi-xlf95... no
checking for arm-none-linux-gnueabi-f95... no
checking for arm-none-linux-gnueabi-fort... no
checking for arm-none-linux-gnueabi-ifort... no
checking for arm-none-linux-gnueabi-ifc... no
checking for arm-none-linux-gnueabi-efc... no
checking for arm-none-linux-gnueabi-pgf95... no
checking for arm-none-linux-gnueabi-lf95... no
checking for arm-none-linux-gnueabi-ftn... no
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 1572864
checking command to parse /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-nm output from /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-gcc object... ok
checking for objdir... .libs
checking for arm-none-linux-gnueabi-ar... /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-ar
checking for arm-none-linux-gnueabi-ranlib... /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-ranlib
checking for arm-none-linux-gnueabi-strip... (cached) /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-strip
checking if /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-gcc supports -fno-rtti -fno-exceptions... no
checking for /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-gcc option to produce PIC... -fPIC
checking if /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-gcc PIC flag -fPIC works... yes
checking if /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-gcc static flag -static works... yes
checking if /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-gcc supports -c -o file.o... yes
checking whether the /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-gcc linker (/usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag &quot;CXX&quot; to libtool
checking for ld used by /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++... /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-ld
checking if the linker (/usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-ld) is GNU ld... yes
checking whether the /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ linker (/usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-ld) supports shared libraries... yes
checking for /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ option to produce PIC... -fPIC
checking if /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ PIC flag -fPIC works... yes
checking if /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ static flag -static works... yes
checking if /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ supports -c -o file.o... yes
checking whether the /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ linker (/usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
(cached) (cached) checking how to hardcode library paths into programs... immediate
appending configuration tag &quot;F77&quot; to libtool
checking for OpenMP support... no
checking whether to build debug version (no optimization)... no
configure: TARGET=arm-none-linux-gnueabi 
checking for pow in -lm... yes
checking for dlopen in -ldl... yes
checking for pthread_create in -lpthread... yes
checking whether byte ordering is bigendian... (cached) no
checking for working alloca.h... yes
checking for alloca... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking for lrint... yes
checking for pkg-config... /usr/local/poky/eabi-glibc/bin/pkg-config
checking for &quot;gtk+-2.0 gdk-pixbuf-2.0&quot;... yes
checking GTK_CFLAGS... -I/usr/local/poky/eabi-glibc/arm-none-linux-gnueabi/usr/include/gtk-2.0 -I/usr/local/poky/eabi-glibc/arm-none-linux-gnueabi/usr/lib/gtk-2.0/include -I/usr/local/poky/eabi-glibc/arm-none-linux-gnueabi/usr/include/atk-1.0 -I/usr/local/poky/eabi-glibc/arm-none-linux-gnueabi/usr/include/cairo -I/usr/local/poky/eabi-glibc/arm-none-linux-gnueabi/usr/include/pango-1.0 -I/usr/local/poky/eabi-glibc/arm-none-linux-gnueabi/usr/include/glib-2.0 -I/usr/local/poky/eabi-glibc/arm-none-linux-gnueabi/usr/lib/glib-2.0/include -I/usr/local/poky/eabi-glibc/arm-none-linux-gnueabi/usr/include/pixman-1 -I/usr/local/poky/eabi-glibc/arm-none-linux-gnueabi/usr/include/freetype2 -I/usr/local/poky/eabi-glibc/arm-none-linux-gnueabi/usr/include/libpng12  
checking GTK_LIBS... -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgdk_pixbuf-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0  
checking for &quot;gthread-2.0&quot;... yes
checking GTHREAD_CFLAGS... -pthread -I/usr/local/poky/eabi-glibc/arm-none-linux-gnueabi/usr/include/glib-2.0 -I/usr/local/poky/eabi-glibc/arm-none-linux-gnueabi/usr/lib/glib-2.0/include  
checking GTHREAD_LIBS... -pthread -lgthread-2.0 -lrt -lglib-2.0  
checking ffmpeg/avcodec.h usability... no
checking ffmpeg/avcodec.h presence... no
checking for ffmpeg/avcodec.h... no
checking ffmpeg/swscale.h usability... no
checking ffmpeg/swscale.h presence... no
checking for ffmpeg/swscale.h... no
checking libraw1394/raw1394.h usability... no
checking libraw1394/raw1394.h presence... no
checking for libraw1394/raw1394.h... no
checking jpeglib.h usability... yes
checking jpeglib.h presence... yes
checking for jpeglib.h... yes
checking for jpeg_destroy_decompress in -ljpeg... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for gzopen in -lz... yes
checking png.h usability... yes
checking png.h presence... yes
checking for png.h... yes
checking libpng/png.h usability... no
checking libpng/png.h presence... no
checking for libpng/png.h... no
checking for png_read_image in -lpng12... yes
checking for png_get_valid... yes
checking for png_set_tRNS_to_alpha... yes
checking tiff.h usability... no
checking tiff.h presence... no
checking for tiff.h... no
checking jasper/jasper.h usability... no
checking jasper/jasper.h presence... no
checking for jasper/jasper.h... no
checking ImfCRgbaFile.h usability... no
checking ImfCRgbaFile.h presence... no
checking for ImfCRgbaFile.h... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating opencv.pc
config.status: creating opencv.spec
config.status: creating docs/Makefile
config.status: creating data/Makefile
config.status: creating cxcore/Makefile
config.status: creating cxcore/include/Makefile
config.status: creating cxcore/src/Makefile
config.status: creating cv/Makefile
config.status: creating cv/include/Makefile
config.status: creating cv/src/Makefile
config.status: creating cvaux/Makefile
config.status: creating cvaux/include/Makefile
config.status: creating cvaux/src/Makefile
config.status: creating ml/Makefile
config.status: creating ml/include/Makefile
config.status: creating ml/src/Makefile
config.status: creating otherlibs/Makefile
config.status: creating otherlibs/highgui/Makefile
config.status: creating apps/Makefile
config.status: creating apps/haartraining/Makefile
config.status: creating apps/haartraining/include/Makefile
config.status: creating apps/haartraining/src/Makefile
config.status: creating interfaces/Makefile
config.status: creating interfaces/swig/Makefile
config.status: creating interfaces/swig/filtered/Makefile
config.status: creating interfaces/swig/general/Makefile
config.status: creating interfaces/swig/python/Makefile
config.status: creating interfaces/swig/octave/Makefile
config.status: creating tests/Makefile
config.status: creating tests/python/Makefile
config.status: creating tests/octave/Makefile
config.status: creating tests/cv/Makefile
config.status: creating tests/cv/src/Makefile
config.status: creating tests/cxts/Makefile
config.status: creating tests/cxcore/Makefile
config.status: creating tests/cxcore/src/Makefile
config.status: creating utils/Makefile
config.status: creating samples/Makefile
config.status: creating samples/c/Makefile
config.status: creating samples/python/Makefile
config.status: creating samples/octave/Makefile
config.status: creating cvconfig.h
config.status: executing depfiles commands

General configuration ================================================
    Compiler:                 /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++
    CXXFLAGS:                 -fsigned-char -O2 -pipe
    DEF_CXXFLAGS:             -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer 
    PY_CXXFLAGS:              -Wall -pipe -O3 -fomit-frame-pointer 
    OCT_CXXFLAGS:             -fno-strict-aliasing -Wall -Wno-uninitialized -pipe -O3 -fomit-frame-pointer 

    Install path:             /usr/local/poky/eabi-glibc/arm-none-linux-gnueabi

HighGUI configuration ================================================

    Windowing system --------------
    Use Carbon / Mac OS X:    no
    Use gtk+ 2.x:             yes
    Use gthread:              yes

    Image I/O ---------------------
    Use ImageIO / Mac OS X:   no
    Use libjpeg:              yes
    Use zlib:                 yes
    Use libpng:               yes
    Use libtiff:              no
    Use libjasper:            no
    Use libIlmImf:            no

    Video I/O ---------------------
    Use QuickTime / Mac OS X: no
    Use xine:                 no
    Use gstreamer:            no
    Use ffmpeg:               no
    Use dc1394 &amp; raw1394:     no
    Use v4l:                  no
    Use v4l2:                 no
    Use unicap:               no

Wrappers for other languages =========================================
    SWIG                      
    Python                    no
    Octave                    no

Additional build settings ============================================
    Build demo apps           no

Now run make ...


Then  I run make and get error 

jdoe@ubuntu:~/opencv-1.1.0$ make
make  all-recursive
make[1]: Entering directory `/home/jdoe/opencv-1.1.0&#039;
Making all in cxcore
make[2]: Entering directory `/home/jdoe/opencv-1.1.0/cxcore&#039;
Making all in src
make[3]: Entering directory `/home/jdoe/opencv-1.1.0/cxcore/src&#039;
/bin/sh ../../libtool --tag=CXX   --mode=compile /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../..  -DNDEBUG  -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer  -fsigned-char -O2 -pipe -MT dummy.lo -MD -MP -MF .deps/dummy.Tpo -c -o dummy.lo dummy.cpp
 /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../.. -DNDEBUG -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -fsigned-char -O2 -pipe -MT dummy.lo -MD -MP -MF .deps/dummy.Tpo -c dummy.cpp -o dummy.o
mv -f .deps/dummy.Tpo .deps/dummy.Plo
/bin/sh ../../libtool --tag=CXX   --mode=compile /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../..  -DNDEBUG  -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer  -fsigned-char -O2 -pipe -MT cxalloc.lo -MD -MP -MF .deps/cxalloc.Tpo -c -o cxalloc.lo cxalloc.cpp
 /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../.. -DNDEBUG -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -fsigned-char -O2 -pipe -MT cxalloc.lo -MD -MP -MF .deps/cxalloc.Tpo -c cxalloc.cpp -o cxalloc.o
mv -f .deps/cxalloc.Tpo .deps/cxalloc.Plo
/bin/sh ../../libtool --tag=CXX   --mode=compile /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../..  -DNDEBUG  -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer  -fsigned-char -O2 -pipe -MT cxarithm.lo -MD -MP -MF .deps/cxarithm.Tpo -c -o cxarithm.lo cxarithm.cpp
 /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../.. -DNDEBUG -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -fsigned-char -O2 -pipe -MT cxarithm.lo -MD -MP -MF .deps/cxarithm.Tpo -c cxarithm.cpp -o cxarithm.o
mv -f .deps/cxarithm.Tpo .deps/cxarithm.Plo
/bin/sh ../../libtool --tag=CXX   --mode=compile /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../..  -DNDEBUG  -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer  -fsigned-char -O2 -pipe -MT cxarray.lo -MD -MP -MF .deps/cxarray.Tpo -c -o cxarray.lo cxarray.cpp
 /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../.. -DNDEBUG -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -fsigned-char -O2 -pipe -MT cxarray.lo -MD -MP -MF .deps/cxarray.Tpo -c cxarray.cpp -o cxarray.o
mv -f .deps/cxarray.Tpo .deps/cxarray.Plo
/bin/sh ../../libtool --tag=CXX   --mode=compile /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../..  -DNDEBUG  -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer  -fsigned-char -O2 -pipe -MT cxcmp.lo -MD -MP -MF .deps/cxcmp.Tpo -c -o cxcmp.lo cxcmp.cpp
 /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../.. -DNDEBUG -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -fsigned-char -O2 -pipe -MT cxcmp.lo -MD -MP -MF .deps/cxcmp.Tpo -c cxcmp.cpp -o cxcmp.o
mv -f .deps/cxcmp.Tpo .deps/cxcmp.Plo
/bin/sh ../../libtool --tag=CXX   --mode=compile /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../..  -DNDEBUG  -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer  -fsigned-char -O2 -pipe -MT cxconvert.lo -MD -MP -MF .deps/cxconvert.Tpo -c -o cxconvert.lo cxconvert.cpp
 /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../.. -DNDEBUG -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -fsigned-char -O2 -pipe -MT cxconvert.lo -MD -MP -MF .deps/cxconvert.Tpo -c cxconvert.cpp -o cxconvert.o
mv -f .deps/cxconvert.Tpo .deps/cxconvert.Plo
/bin/sh ../../libtool --tag=CXX   --mode=compile /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../..  -DNDEBUG  -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer  -fsigned-char -O2 -pipe -MT cxcopy.lo -MD -MP -MF .deps/cxcopy.Tpo -c -o cxcopy.lo cxcopy.cpp
 /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../.. -DNDEBUG -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -fsigned-char -O2 -pipe -MT cxcopy.lo -MD -MP -MF .deps/cxcopy.Tpo -c cxcopy.cpp -o cxcopy.o
mv -f .deps/cxcopy.Tpo .deps/cxcopy.Plo
/bin/sh ../../libtool --tag=CXX   --mode=compile /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../..  -DNDEBUG  -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer  -fsigned-char -O2 -pipe -MT cxdatastructs.lo -MD -MP -MF .deps/cxdatastructs.Tpo -c -o cxdatastructs.lo cxdatastructs.cpp
 /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../.. -DNDEBUG -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -fsigned-char -O2 -pipe -MT cxdatastructs.lo -MD -MP -MF .deps/cxdatastructs.Tpo -c cxdatastructs.cpp -o cxdatastructs.o
mv -f .deps/cxdatastructs.Tpo .deps/cxdatastructs.Plo
/bin/sh ../../libtool --tag=CXX   --mode=compile /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../..  -DNDEBUG  -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer  -fsigned-char -O2 -pipe -MT cxdrawing.lo -MD -MP -MF .deps/cxdrawing.Tpo -c -o cxdrawing.lo cxdrawing.cpp
 /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../.. -DNDEBUG -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -fsigned-char -O2 -pipe -MT cxdrawing.lo -MD -MP -MF .deps/cxdrawing.Tpo -c cxdrawing.cpp -o cxdrawing.o
mv -f .deps/cxdrawing.Tpo .deps/cxdrawing.Plo
/bin/sh ../../libtool --tag=CXX   --mode=compile /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../..  -DNDEBUG  -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer  -fsigned-char -O2 -pipe -MT cxdxt.lo -MD -MP -MF .deps/cxdxt.Tpo -c -o cxdxt.lo cxdxt.cpp
 /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../.. -DNDEBUG -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -fsigned-char -O2 -pipe -MT cxdxt.lo -MD -MP -MF .deps/cxdxt.Tpo -c cxdxt.cpp -o cxdxt.o
mv -f .deps/cxdxt.Tpo .deps/cxdxt.Plo
/bin/sh ../../libtool --tag=CXX   --mode=compile /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../..  -DNDEBUG  -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer  -fsigned-char -O2 -pipe -MT cxerror.lo -MD -MP -MF .deps/cxerror.Tpo -c -o cxerror.lo cxerror.cpp
 /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../.. -DNDEBUG -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -fsigned-char -O2 -pipe -MT cxerror.lo -MD -MP -MF .deps/cxerror.Tpo -c cxerror.cpp -o cxerror.o
mv -f .deps/cxerror.Tpo .deps/cxerror.Plo
/bin/sh ../../libtool --tag=CXX   --mode=compile /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../..  -DNDEBUG  -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer  -fsigned-char -O2 -pipe -MT cximage.lo -MD -MP -MF .deps/cximage.Tpo -c -o cximage.lo cximage.cpp
 /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../.. -DNDEBUG -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -fsigned-char -O2 -pipe -MT cximage.lo -MD -MP -MF .deps/cximage.Tpo -c cximage.cpp -o cximage.o
mv -f .deps/cximage.Tpo .deps/cximage.Plo
/bin/sh ../../libtool --tag=CXX   --mode=compile /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../..  -DNDEBUG  -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer  -fsigned-char -O2 -pipe -MT cxjacobieigens.lo -MD -MP -MF .deps/cxjacobieigens.Tpo -c -o cxjacobieigens.lo cxjacobieigens.cpp
 /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../.. -DNDEBUG -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -fsigned-char -O2 -pipe -MT cxjacobieigens.lo -MD -MP -MF .deps/cxjacobieigens.Tpo -c cxjacobieigens.cpp -o cxjacobieigens.o
mv -f .deps/cxjacobieigens.Tpo .deps/cxjacobieigens.Plo
/bin/sh ../../libtool --tag=CXX   --mode=compile /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../..  -DNDEBUG  -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer  -fsigned-char -O2 -pipe -MT cxlogic.lo -MD -MP -MF .deps/cxlogic.Tpo -c -o cxlogic.lo cxlogic.cpp
 /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../.. -DNDEBUG -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -fsigned-char -O2 -pipe -MT cxlogic.lo -MD -MP -MF .deps/cxlogic.Tpo -c cxlogic.cpp -o cxlogic.o
mv -f .deps/cxlogic.Tpo .deps/cxlogic.Plo
/bin/sh ../../libtool --tag=CXX   --mode=compile /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../..  -DNDEBUG  -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer  -fsigned-char -O2 -pipe -MT cxlut.lo -MD -MP -MF .deps/cxlut.Tpo -c -o cxlut.lo cxlut.cpp
 /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../.. -DNDEBUG -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -fsigned-char -O2 -pipe -MT cxlut.lo -MD -MP -MF .deps/cxlut.Tpo -c cxlut.cpp -o cxlut.o
mv -f .deps/cxlut.Tpo .deps/cxlut.Plo
/bin/sh ../../libtool --tag=CXX   --mode=compile /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../..  -DNDEBUG  -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer  -fsigned-char -O2 -pipe -MT cxmathfuncs.lo -MD -MP -MF .deps/cxmathfuncs.Tpo -c -o cxmathfuncs.lo cxmathfuncs.cpp
 /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../.. -DNDEBUG -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -fsigned-char -O2 -pipe -MT cxmathfuncs.lo -MD -MP -MF .deps/cxmathfuncs.Tpo -c cxmathfuncs.cpp -o cxmathfuncs.o
mv -f .deps/cxmathfuncs.Tpo .deps/cxmathfuncs.Plo
/bin/sh ../../libtool --tag=CXX   --mode=compile /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../..  -DNDEBUG  -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer  -fsigned-char -O2 -pipe -MT cxmatmul.lo -MD -MP -MF .deps/cxmatmul.Tpo -c -o cxmatmul.lo cxmatmul.cpp
 /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../.. -DNDEBUG -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -fsigned-char -O2 -pipe -MT cxmatmul.lo -MD -MP -MF .deps/cxmatmul.Tpo -c cxmatmul.cpp -o cxmatmul.o
mv -f .deps/cxmatmul.Tpo .deps/cxmatmul.Plo
/bin/sh ../../libtool --tag=CXX   --mode=compile /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../..  -DNDEBUG  -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer  -fsigned-char -O2 -pipe -MT cxmatrix.lo -MD -MP -MF .deps/cxmatrix.Tpo -c -o cxmatrix.lo cxmatrix.cpp
 /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../.. -DNDEBUG -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -fsigned-char -O2 -pipe -MT cxmatrix.lo -MD -MP -MF .deps/cxmatrix.Tpo -c cxmatrix.cpp -o cxmatrix.o
mv -f .deps/cxmatrix.Tpo .deps/cxmatrix.Plo
/bin/sh ../../libtool --tag=CXX   --mode=compile /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../..  -DNDEBUG  -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer  -fsigned-char -O2 -pipe -MT cxmean.lo -MD -MP -MF .deps/cxmean.Tpo -c -o cxmean.lo cxmean.cpp
 /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../.. -DNDEBUG -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -fsigned-char -O2 -pipe -MT cxmean.lo -MD -MP -MF .deps/cxmean.Tpo -c cxmean.cpp -o cxmean.o
mv -f .deps/cxmean.Tpo .deps/cxmean.Plo
/bin/sh ../../libtool --tag=CXX   --mode=compile /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../..  -DNDEBUG  -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer  -fsigned-char -O2 -pipe -MT cxmeansdv.lo -MD -MP -MF .deps/cxmeansdv.Tpo -c -o cxmeansdv.lo cxmeansdv.cpp
 /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../.. -DNDEBUG -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -fsigned-char -O2 -pipe -MT cxmeansdv.lo -MD -MP -MF .deps/cxmeansdv.Tpo -c cxmeansdv.cpp -o cxmeansdv.o
mv -f .deps/cxmeansdv.Tpo .deps/cxmeansdv.Plo
/bin/sh ../../libtool --tag=CXX   --mode=compile /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../..  -DNDEBUG  -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer  -fsigned-char -O2 -pipe -MT cxminmaxloc.lo -MD -MP -MF .deps/cxminmaxloc.Tpo -c -o cxminmaxloc.lo cxminmaxloc.cpp
 /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../.. -DNDEBUG -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -fsigned-char -O2 -pipe -MT cxminmaxloc.lo -MD -MP -MF .deps/cxminmaxloc.Tpo -c cxminmaxloc.cpp -o cxminmaxloc.o
mv -f .deps/cxminmaxloc.Tpo .deps/cxminmaxloc.Plo
/bin/sh ../../libtool --tag=CXX   --mode=compile /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../..  -DNDEBUG  -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer  -fsigned-char -O2 -pipe -MT cxnorm.lo -MD -MP -MF .deps/cxnorm.Tpo -c -o cxnorm.lo cxnorm.cpp
 /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../.. -DNDEBUG -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -fsigned-char -O2 -pipe -MT cxnorm.lo -MD -MP -MF .deps/cxnorm.Tpo -c cxnorm.cpp -o cxnorm.o
mv -f .deps/cxnorm.Tpo .deps/cxnorm.Plo
/bin/sh ../../libtool --tag=CXX   --mode=compile /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../..  -DNDEBUG  -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer  -fsigned-char -O2 -pipe -MT cxouttext.lo -MD -MP -MF .deps/cxouttext.Tpo -c -o cxouttext.lo cxouttext.cpp
 /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../.. -DNDEBUG -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -fsigned-char -O2 -pipe -MT cxouttext.lo -MD -MP -MF .deps/cxouttext.Tpo -c cxouttext.cpp -o cxouttext.o
mv -f .deps/cxouttext.Tpo .deps/cxouttext.Plo
/bin/sh ../../libtool --tag=CXX   --mode=compile /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../..  -DNDEBUG  -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer  -fsigned-char -O2 -pipe -MT cxpersistence.lo -MD -MP -MF .deps/cxpersistence.Tpo -c -o cxpersistence.lo cxpersistence.cpp
 /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../.. -DNDEBUG -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -fsigned-char -O2 -pipe -MT cxpersistence.lo -MD -MP -MF .deps/cxpersistence.Tpo -c cxpersistence.cpp -o cxpersistence.o
mv -f .deps/cxpersistence.Tpo .deps/cxpersistence.Plo
/bin/sh ../../libtool --tag=CXX   --mode=compile /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../..  -DNDEBUG  -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer  -fsigned-char -O2 -pipe -MT cxprecomp.lo -MD -MP -MF .deps/cxprecomp.Tpo -c -o cxprecomp.lo cxprecomp.cpp
 /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../.. -DNDEBUG -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -fsigned-char -O2 -pipe -MT cxprecomp.lo -MD -MP -MF .deps/cxprecomp.Tpo -c cxprecomp.cpp -o cxprecomp.o
mv -f .deps/cxprecomp.Tpo .deps/cxprecomp.Plo
/bin/sh ../../libtool --tag=CXX   --mode=compile /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../..  -DNDEBUG  -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer  -fsigned-char -O2 -pipe -MT cxrand.lo -MD -MP -MF .deps/cxrand.Tpo -c -o cxrand.lo cxrand.cpp
 /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../.. -DNDEBUG -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -fsigned-char -O2 -pipe -MT cxrand.lo -MD -MP -MF .deps/cxrand.Tpo -c cxrand.cpp -o cxrand.o
mv -f .deps/cxrand.Tpo .deps/cxrand.Plo
/bin/sh ../../libtool --tag=CXX   --mode=compile /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../..  -DNDEBUG  -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer  -fsigned-char -O2 -pipe -MT cxsumpixels.lo -MD -MP -MF .deps/cxsumpixels.Tpo -c -o cxsumpixels.lo cxsumpixels.cpp
 /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../.. -DNDEBUG -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -fsigned-char -O2 -pipe -MT cxsumpixels.lo -MD -MP -MF .deps/cxsumpixels.Tpo -c cxsumpixels.cpp -o cxsumpixels.o
mv -f .deps/cxsumpixels.Tpo .deps/cxsumpixels.Plo
/bin/sh ../../libtool --tag=CXX   --mode=compile /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../..  -DNDEBUG  -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer  -fsigned-char -O2 -pipe -MT cxsvd.lo -MD -MP -MF .deps/cxsvd.Tpo -c -o cxsvd.lo cxsvd.cpp
 /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../.. -DNDEBUG -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -fsigned-char -O2 -pipe -MT cxsvd.lo -MD -MP -MF .deps/cxsvd.Tpo -c cxsvd.cpp -o cxsvd.o
mv -f .deps/cxsvd.Tpo .deps/cxsvd.Plo
/bin/sh ../../libtool --tag=CXX   --mode=compile /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../..  -DNDEBUG  -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer  -fsigned-char -O2 -pipe -MT cxswitcher.lo -MD -MP -MF .deps/cxswitcher.Tpo -c -o cxswitcher.lo cxswitcher.cpp
 /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../.. -DNDEBUG -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -fsigned-char -O2 -pipe -MT cxswitcher.lo -MD -MP -MF .deps/cxswitcher.Tpo -c cxswitcher.cpp -o cxswitcher.o
mv -f .deps/cxswitcher.Tpo .deps/cxswitcher.Plo
/bin/sh ../../libtool --tag=CXX   --mode=compile /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../..  -DNDEBUG  -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer  -fsigned-char -O2 -pipe -MT cxtables.lo -MD -MP -MF .deps/cxtables.Tpo -c -o cxtables.lo cxtables.cpp
 /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../.. -DNDEBUG -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -fsigned-char -O2 -pipe -MT cxtables.lo -MD -MP -MF .deps/cxtables.Tpo -c cxtables.cpp -o cxtables.o
mv -f .deps/cxtables.Tpo .deps/cxtables.Plo
/bin/sh ../../libtool --tag=CXX   --mode=compile /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../..  -DNDEBUG  -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer  -fsigned-char -O2 -pipe -MT cxutils.lo -MD -MP -MF .deps/cxutils.Tpo -c -o cxutils.lo cxutils.cpp
 /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../.. -DNDEBUG -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -fsigned-char -O2 -pipe -MT cxutils.lo -MD -MP -MF .deps/cxutils.Tpo -c cxutils.cpp -o cxutils.o
mv -f .deps/cxutils.Tpo .deps/cxutils.Plo
/bin/sh ../../libtool --tag=CXX   --mode=link /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer  -fsigned-char -O2 -pipe -no-undefined   -o lib_cxcore.la  cxalloc.lo cxarithm.lo cxarray.lo cxcmp.lo cxconvert.lo cxcopy.lo cxdatastructs.lo cxdrawing.lo cxdxt.lo cxerror.lo cximage.lo cxjacobieigens.lo cxlogic.lo cxlut.lo cxmathfuncs.lo cxmatmul.lo cxmatrix.lo cxmean.lo cxmeansdv.lo cxminmaxloc.lo cxnorm.lo cxouttext.lo cxpersistence.lo cxprecomp.lo cxrand.lo cxsumpixels.lo cxsvd.lo cxswitcher.lo cxtables.lo cxutils.lo  -lpthread -ldl -lm 
mkdir .libs
/usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-ar cru .libs/lib_cxcore.a  cxalloc.o cxarithm.o cxarray.o cxcmp.o cxconvert.o cxcopy.o cxdatastructs.o cxdrawing.o cxdxt.o cxerror.o cximage.o cxjacobieigens.o cxlogic.o cxlut.o cxmathfuncs.o cxmatmul.o cxmatrix.o cxmean.o cxmeansdv.o cxminmaxloc.o cxnorm.o cxouttext.o cxpersistence.o cxprecomp.o cxrand.o cxsumpixels.o cxsvd.o cxswitcher.o cxtables.o cxutils.o
/usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-ranlib .libs/lib_cxcore.a
creating lib_cxcore.la
(cd .libs &amp;&amp; rm -f lib_cxcore.la &amp;&amp; ln -s ../lib_cxcore.la lib_cxcore.la)
/bin/sh ../../libtool --tag=CXX   --mode=link /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer  -fsigned-char -O2 -pipe -no-undefined -version-info 2:0:0   -o libcxcore.la -rpath /usr/local/poky/eabi-glibc/arm-none-linux-gnueabi/lib dummy.lo lib_cxcore.la  -lpthread -ldl -lm 
libtool: link: cannot find the library `/home/eballetbo/release/purple-3.2/build/tmp-poky/cross/armv7a/arm-none-linux-gnueabi/lib/libstdc++.la&#039; or unhandled argument `/home/eballetbo/release/purple-3.2/build/tmp-poky/cross/armv7a/arm-none-linux-gnueabi/lib/libstdc++.la&#039;
make[3]: *** [libcxcore.la] Error 1
make[3]: Leaving directory `/home/jdoe/opencv-1.1.0/cxcore/src&#039;
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/jdoe/opencv-1.1.0/cxcore&#039;
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jdoe/opencv-1.1.0&#039;
make: *** [all] Error 2

Any help with 
libtool: link: cannot find the library `/home/eballetbo/release/purple-3.2/build/tmp-poky/cross/armv7a/arm-none-linux-gnueabi/lib/libstdc++.la&#039; or unhandled argument `/home/eballetbo/release/purple-3.2/build/tmp-poky/cross/armv7a/arm-none-linux-gnueabi/lib/libstdc++.la&#039;

please 

Thanks 
Marko</description>
		<content:encoded><![CDATA[<p>Hi Igor,</p>
<p>First I set<br />
jdoe@ubuntu:~/opencv-1.1.0$ export DEVROOT=/usr/local/poky/eabi-glibc<br />
jdoe@ubuntu:~/opencv-1.1.0$ export APP_PREFIX=arm-none-linux-gnueabi<br />
jdoe@ubuntu:~/opencv-1.1.0$ export GCC_HOST=i686-pc-linux-gnu<br />
jdoe@ubuntu:~/opencv-1.1.0$ export OFLAGS=-O2  </p>
<p>and then do (./configure&#8230;..)</p>
<p>jdoe@ubuntu:~/opencv-1.1.0$ ./configure &#8211;target=$APP_PREFIX &#8211;host=$APP_PREFIX &#8211;build=$GCC_HOST &#8211;disable-shared &#8211;enable-static &#8211;without-imageio &#8211;without-carbon &#8211;without-quicktime &#8211;without-python &#8211;without-swig &#8211;without-v4l &#8211;disable-apps &#8211;prefix=$DEVROOT/$APP_PREFIX CC=$DEVROOT/bin/$APP_PREFIX-gcc CXXFLAGS=&#8221;-fsigned-char $OFLAGS -pipe&#8221; LD=$DEVROOT/bin/$APP_PREFIX-ld CPP=$DEVROOT/bin/$APP_PREFIX-cpp CXXCPP=$DEVROOT/bin/$APP_PREFIX-cpp CXX=$DEVROOT/bin/$APP_PREFIX-g++ AR=$DEVROOT/bin/$APP_PREFIX-ar RANLIB=$DEVROOT/bin/$APP_PREFIX-ranlib NM=$DEVROOT/bin/$APP_PREFIX-nm STRIP=$DEVROOT/bin/$APP_PREFIX-strip AS=$DEVROOT/bin/$APP_PREFIX-as</p>
<p>configure: loading site script /usr/local/poky/eabi-glibc/site-config-arm-none-linux-gnueabi<br />
checking build system type&#8230; i686-pc-linux-gnu<br />
checking host system type&#8230; arm-none-linux-gnueabi<br />
checking target system type&#8230; arm-none-linux-gnueabi<br />
checking for a BSD-compatible install&#8230; /usr/bin/install -c<br />
checking whether build environment is sane&#8230; yes<br />
checking for a thread-safe mkdir -p&#8230; /bin/mkdir -p<br />
checking for gawk&#8230; gawk<br />
checking whether make sets $(MAKE)&#8230; yes<br />
checking for arm-none-linux-gnueabi-strip&#8230; /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-strip<br />
checking whether make sets $(MAKE)&#8230; (cached) yes<br />
checking for C++ compiler default output file name&#8230; a.out<br />
checking whether the C++ compiler works&#8230; yes<br />
checking whether we are cross compiling&#8230; yes<br />
checking for suffix of executables&#8230;<br />
checking for suffix of object files&#8230; o<br />
checking whether we are using the GNU C++ compiler&#8230; yes<br />
checking whether /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ accepts -g&#8230; yes<br />
checking for style of include used by make&#8230; GNU<br />
checking dependency style of /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++&#8230; gcc3<br />
checking for arm-none-linux-gnueabi-gcc&#8230; /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-gcc<br />
checking whether we are using the GNU C compiler&#8230; yes<br />
checking whether /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-gcc accepts -g&#8230; yes<br />
checking for /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-gcc option to accept ISO C89&#8230; none needed<br />
checking dependency style of /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-gcc&#8230; gcc3<br />
checking how to run the C preprocessor&#8230; /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-cpp<br />
checking for a sed that does not truncate output&#8230; /bin/sed<br />
checking for grep that handles long lines and -e&#8230; /bin/grep<br />
checking for egrep&#8230; /bin/grep -E<br />
checking for ld used by /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-gcc&#8230; /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-ld<br />
checking if the linker (/usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-ld) is GNU ld&#8230; yes<br />
checking for /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-ld option to reload object files&#8230; -r<br />
checking for BSD-compatible nm&#8230; /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-nm<br />
checking whether ln -s works&#8230; yes<br />
checking how to recognize dependent libraries&#8230; pass_all<br />
checking for ANSI C header files&#8230; yes<br />
checking for sys/types.h&#8230; yes<br />
checking for sys/stat.h&#8230; yes<br />
checking for stdlib.h&#8230; yes<br />
checking for string.h&#8230; yes<br />
checking for memory.h&#8230; yes<br />
checking for strings.h&#8230; yes<br />
checking for inttypes.h&#8230; yes<br />
checking for stdint.h&#8230; yes<br />
checking for unistd.h&#8230; yes<br />
checking dlfcn.h usability&#8230; yes<br />
checking dlfcn.h presence&#8230; yes<br />
checking for dlfcn.h&#8230; yes<br />
checking how to run the C++ preprocessor&#8230; /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-cpp<br />
checking for arm-none-linux-gnueabi-g77&#8230; no<br />
checking for arm-none-linux-gnueabi-xlf&#8230; no<br />
checking for arm-none-linux-gnueabi-f77&#8230; no<br />
checking for arm-none-linux-gnueabi-frt&#8230; no<br />
checking for arm-none-linux-gnueabi-pgf77&#8230; no<br />
checking for arm-none-linux-gnueabi-cf77&#8230; no<br />
checking for arm-none-linux-gnueabi-fort77&#8230; no<br />
checking for arm-none-linux-gnueabi-fl32&#8230; no<br />
checking for arm-none-linux-gnueabi-af77&#8230; no<br />
checking for arm-none-linux-gnueabi-xlf90&#8230; no<br />
checking for arm-none-linux-gnueabi-f90&#8230; no<br />
checking for arm-none-linux-gnueabi-pgf90&#8230; no<br />
checking for arm-none-linux-gnueabi-pghpf&#8230; no<br />
checking for arm-none-linux-gnueabi-epcf90&#8230; no<br />
checking for arm-none-linux-gnueabi-gfortran&#8230; no<br />
checking for arm-none-linux-gnueabi-g95&#8230; no<br />
checking for arm-none-linux-gnueabi-xlf95&#8230; no<br />
checking for arm-none-linux-gnueabi-f95&#8230; no<br />
checking for arm-none-linux-gnueabi-fort&#8230; no<br />
checking for arm-none-linux-gnueabi-ifort&#8230; no<br />
checking for arm-none-linux-gnueabi-ifc&#8230; no<br />
checking for arm-none-linux-gnueabi-efc&#8230; no<br />
checking for arm-none-linux-gnueabi-pgf95&#8230; no<br />
checking for arm-none-linux-gnueabi-lf95&#8230; no<br />
checking for arm-none-linux-gnueabi-ftn&#8230; no<br />
checking for g77&#8230; no<br />
checking for xlf&#8230; no<br />
checking for f77&#8230; no<br />
checking for frt&#8230; no<br />
checking for pgf77&#8230; no<br />
checking for cf77&#8230; no<br />
checking for fort77&#8230; no<br />
checking for fl32&#8230; no<br />
checking for af77&#8230; no<br />
checking for xlf90&#8230; no<br />
checking for f90&#8230; no<br />
checking for pgf90&#8230; no<br />
checking for pghpf&#8230; no<br />
checking for epcf90&#8230; no<br />
checking for gfortran&#8230; no<br />
checking for g95&#8230; no<br />
checking for xlf95&#8230; no<br />
checking for f95&#8230; no<br />
checking for fort&#8230; no<br />
checking for ifort&#8230; no<br />
checking for ifc&#8230; no<br />
checking for efc&#8230; no<br />
checking for pgf95&#8230; no<br />
checking for lf95&#8230; no<br />
checking for ftn&#8230; no<br />
checking whether we are using the GNU Fortran 77 compiler&#8230; no<br />
checking whether  accepts -g&#8230; no<br />
checking the maximum length of command line arguments&#8230; 1572864<br />
checking command to parse /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-nm output from /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-gcc object&#8230; ok<br />
checking for objdir&#8230; .libs<br />
checking for arm-none-linux-gnueabi-ar&#8230; /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-ar<br />
checking for arm-none-linux-gnueabi-ranlib&#8230; /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-ranlib<br />
checking for arm-none-linux-gnueabi-strip&#8230; (cached) /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-strip<br />
checking if /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-gcc supports -fno-rtti -fno-exceptions&#8230; no<br />
checking for /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-gcc option to produce PIC&#8230; -fPIC<br />
checking if /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-gcc PIC flag -fPIC works&#8230; yes<br />
checking if /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-gcc static flag -static works&#8230; yes<br />
checking if /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-gcc supports -c -o file.o&#8230; yes<br />
checking whether the /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-gcc linker (/usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-ld) supports shared libraries&#8230; yes<br />
checking dynamic linker characteristics&#8230; GNU/Linux ld.so<br />
checking how to hardcode library paths into programs&#8230; immediate<br />
checking whether stripping libraries is possible&#8230; yes<br />
checking if libtool supports shared libraries&#8230; yes<br />
checking whether to build shared libraries&#8230; no<br />
checking whether to build static libraries&#8230; yes<br />
configure: creating libtool<br />
appending configuration tag &#8220;CXX&#8221; to libtool<br />
checking for ld used by /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++&#8230; /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-ld<br />
checking if the linker (/usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-ld) is GNU ld&#8230; yes<br />
checking whether the /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ linker (/usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-ld) supports shared libraries&#8230; yes<br />
checking for /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ option to produce PIC&#8230; -fPIC<br />
checking if /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ PIC flag -fPIC works&#8230; yes<br />
checking if /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ static flag -static works&#8230; yes<br />
checking if /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ supports -c -o file.o&#8230; yes<br />
checking whether the /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ linker (/usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-ld) supports shared libraries&#8230; yes<br />
checking dynamic linker characteristics&#8230; GNU/Linux ld.so<br />
(cached) (cached) checking how to hardcode library paths into programs&#8230; immediate<br />
appending configuration tag &#8220;F77&#8243; to libtool<br />
checking for OpenMP support&#8230; no<br />
checking whether to build debug version (no optimization)&#8230; no<br />
configure: TARGET=arm-none-linux-gnueabi<br />
checking for pow in -lm&#8230; yes<br />
checking for dlopen in -ldl&#8230; yes<br />
checking for pthread_create in -lpthread&#8230; yes<br />
checking whether byte ordering is bigendian&#8230; (cached) no<br />
checking for working alloca.h&#8230; yes<br />
checking for alloca&#8230; yes<br />
checking malloc.h usability&#8230; yes<br />
checking malloc.h presence&#8230; yes<br />
checking for malloc.h&#8230; yes<br />
checking assert.h usability&#8230; yes<br />
checking assert.h presence&#8230; yes<br />
checking for assert.h&#8230; yes<br />
checking for lrint&#8230; yes<br />
checking for pkg-config&#8230; /usr/local/poky/eabi-glibc/bin/pkg-config<br />
checking for &#8220;gtk+-2.0 gdk-pixbuf-2.0&#8243;&#8230; yes<br />
checking GTK_CFLAGS&#8230; -I/usr/local/poky/eabi-glibc/arm-none-linux-gnueabi/usr/include/gtk-2.0 -I/usr/local/poky/eabi-glibc/arm-none-linux-gnueabi/usr/lib/gtk-2.0/include -I/usr/local/poky/eabi-glibc/arm-none-linux-gnueabi/usr/include/atk-1.0 -I/usr/local/poky/eabi-glibc/arm-none-linux-gnueabi/usr/include/cairo -I/usr/local/poky/eabi-glibc/arm-none-linux-gnueabi/usr/include/pango-1.0 -I/usr/local/poky/eabi-glibc/arm-none-linux-gnueabi/usr/include/glib-2.0 -I/usr/local/poky/eabi-glibc/arm-none-linux-gnueabi/usr/lib/glib-2.0/include -I/usr/local/poky/eabi-glibc/arm-none-linux-gnueabi/usr/include/pixman-1 -I/usr/local/poky/eabi-glibc/arm-none-linux-gnueabi/usr/include/freetype2 -I/usr/local/poky/eabi-glibc/arm-none-linux-gnueabi/usr/include/libpng12<br />
checking GTK_LIBS&#8230; -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgdk_pixbuf-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0<br />
checking for &#8220;gthread-2.0&#8243;&#8230; yes<br />
checking GTHREAD_CFLAGS&#8230; -pthread -I/usr/local/poky/eabi-glibc/arm-none-linux-gnueabi/usr/include/glib-2.0 -I/usr/local/poky/eabi-glibc/arm-none-linux-gnueabi/usr/lib/glib-2.0/include<br />
checking GTHREAD_LIBS&#8230; -pthread -lgthread-2.0 -lrt -lglib-2.0<br />
checking ffmpeg/avcodec.h usability&#8230; no<br />
checking ffmpeg/avcodec.h presence&#8230; no<br />
checking for ffmpeg/avcodec.h&#8230; no<br />
checking ffmpeg/swscale.h usability&#8230; no<br />
checking ffmpeg/swscale.h presence&#8230; no<br />
checking for ffmpeg/swscale.h&#8230; no<br />
checking libraw1394/raw1394.h usability&#8230; no<br />
checking libraw1394/raw1394.h presence&#8230; no<br />
checking for libraw1394/raw1394.h&#8230; no<br />
checking jpeglib.h usability&#8230; yes<br />
checking jpeglib.h presence&#8230; yes<br />
checking for jpeglib.h&#8230; yes<br />
checking for jpeg_destroy_decompress in -ljpeg&#8230; yes<br />
checking zlib.h usability&#8230; yes<br />
checking zlib.h presence&#8230; yes<br />
checking for zlib.h&#8230; yes<br />
checking for gzopen in -lz&#8230; yes<br />
checking png.h usability&#8230; yes<br />
checking png.h presence&#8230; yes<br />
checking for png.h&#8230; yes<br />
checking libpng/png.h usability&#8230; no<br />
checking libpng/png.h presence&#8230; no<br />
checking for libpng/png.h&#8230; no<br />
checking for png_read_image in -lpng12&#8230; yes<br />
checking for png_get_valid&#8230; yes<br />
checking for png_set_tRNS_to_alpha&#8230; yes<br />
checking tiff.h usability&#8230; no<br />
checking tiff.h presence&#8230; no<br />
checking for tiff.h&#8230; no<br />
checking jasper/jasper.h usability&#8230; no<br />
checking jasper/jasper.h presence&#8230; no<br />
checking for jasper/jasper.h&#8230; no<br />
checking ImfCRgbaFile.h usability&#8230; no<br />
checking ImfCRgbaFile.h presence&#8230; no<br />
checking for ImfCRgbaFile.h&#8230; no<br />
configure: creating ./config.status<br />
config.status: creating Makefile<br />
config.status: creating opencv.pc<br />
config.status: creating opencv.spec<br />
config.status: creating docs/Makefile<br />
config.status: creating data/Makefile<br />
config.status: creating cxcore/Makefile<br />
config.status: creating cxcore/include/Makefile<br />
config.status: creating cxcore/src/Makefile<br />
config.status: creating cv/Makefile<br />
config.status: creating cv/include/Makefile<br />
config.status: creating cv/src/Makefile<br />
config.status: creating cvaux/Makefile<br />
config.status: creating cvaux/include/Makefile<br />
config.status: creating cvaux/src/Makefile<br />
config.status: creating ml/Makefile<br />
config.status: creating ml/include/Makefile<br />
config.status: creating ml/src/Makefile<br />
config.status: creating otherlibs/Makefile<br />
config.status: creating otherlibs/highgui/Makefile<br />
config.status: creating apps/Makefile<br />
config.status: creating apps/haartraining/Makefile<br />
config.status: creating apps/haartraining/include/Makefile<br />
config.status: creating apps/haartraining/src/Makefile<br />
config.status: creating interfaces/Makefile<br />
config.status: creating interfaces/swig/Makefile<br />
config.status: creating interfaces/swig/filtered/Makefile<br />
config.status: creating interfaces/swig/general/Makefile<br />
config.status: creating interfaces/swig/python/Makefile<br />
config.status: creating interfaces/swig/octave/Makefile<br />
config.status: creating tests/Makefile<br />
config.status: creating tests/python/Makefile<br />
config.status: creating tests/octave/Makefile<br />
config.status: creating tests/cv/Makefile<br />
config.status: creating tests/cv/src/Makefile<br />
config.status: creating tests/cxts/Makefile<br />
config.status: creating tests/cxcore/Makefile<br />
config.status: creating tests/cxcore/src/Makefile<br />
config.status: creating utils/Makefile<br />
config.status: creating samples/Makefile<br />
config.status: creating samples/c/Makefile<br />
config.status: creating samples/python/Makefile<br />
config.status: creating samples/octave/Makefile<br />
config.status: creating cvconfig.h<br />
config.status: executing depfiles commands</p>
<p>General configuration ================================================<br />
    Compiler:                 /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++<br />
    CXXFLAGS:                 -fsigned-char -O2 -pipe<br />
    DEF_CXXFLAGS:             -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer<br />
    PY_CXXFLAGS:              -Wall -pipe -O3 -fomit-frame-pointer<br />
    OCT_CXXFLAGS:             -fno-strict-aliasing -Wall -Wno-uninitialized -pipe -O3 -fomit-frame-pointer </p>
<p>    Install path:             /usr/local/poky/eabi-glibc/arm-none-linux-gnueabi</p>
<p>HighGUI configuration ================================================</p>
<p>    Windowing system &#8212;&#8212;&#8212;&#8212;&#8211;<br />
    Use Carbon / Mac OS X:    no<br />
    Use gtk+ 2.x:             yes<br />
    Use gthread:              yes</p>
<p>    Image I/O &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
    Use ImageIO / Mac OS X:   no<br />
    Use libjpeg:              yes<br />
    Use zlib:                 yes<br />
    Use libpng:               yes<br />
    Use libtiff:              no<br />
    Use libjasper:            no<br />
    Use libIlmImf:            no</p>
<p>    Video I/O &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
    Use QuickTime / Mac OS X: no<br />
    Use xine:                 no<br />
    Use gstreamer:            no<br />
    Use ffmpeg:               no<br />
    Use dc1394 &amp; raw1394:     no<br />
    Use v4l:                  no<br />
    Use v4l2:                 no<br />
    Use unicap:               no</p>
<p>Wrappers for other languages =========================================<br />
    SWIG<br />
    Python                    no<br />
    Octave                    no</p>
<p>Additional build settings ============================================<br />
    Build demo apps           no</p>
<p>Now run make &#8230;</p>
<p>Then  I run make and get error </p>
<p>jdoe@ubuntu:~/opencv-1.1.0$ make<br />
make  all-recursive<br />
make[1]: Entering directory `/home/jdoe/opencv-1.1.0&#8242;<br />
Making all in cxcore<br />
make[2]: Entering directory `/home/jdoe/opencv-1.1.0/cxcore&#8217;<br />
Making all in src<br />
make[3]: Entering directory `/home/jdoe/opencv-1.1.0/cxcore/src&#8217;<br />
/bin/sh ../../libtool &#8211;tag=CXX   &#8211;mode=compile /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../..  -DNDEBUG  -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer  -fsigned-char -O2 -pipe -MT dummy.lo -MD -MP -MF .deps/dummy.Tpo -c -o dummy.lo dummy.cpp<br />
 /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../.. -DNDEBUG -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -fsigned-char -O2 -pipe -MT dummy.lo -MD -MP -MF .deps/dummy.Tpo -c dummy.cpp -o dummy.o<br />
mv -f .deps/dummy.Tpo .deps/dummy.Plo<br />
/bin/sh ../../libtool &#8211;tag=CXX   &#8211;mode=compile /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../..  -DNDEBUG  -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer  -fsigned-char -O2 -pipe -MT cxalloc.lo -MD -MP -MF .deps/cxalloc.Tpo -c -o cxalloc.lo cxalloc.cpp<br />
 /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../.. -DNDEBUG -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -fsigned-char -O2 -pipe -MT cxalloc.lo -MD -MP -MF .deps/cxalloc.Tpo -c cxalloc.cpp -o cxalloc.o<br />
mv -f .deps/cxalloc.Tpo .deps/cxalloc.Plo<br />
/bin/sh ../../libtool &#8211;tag=CXX   &#8211;mode=compile /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../..  -DNDEBUG  -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer  -fsigned-char -O2 -pipe -MT cxarithm.lo -MD -MP -MF .deps/cxarithm.Tpo -c -o cxarithm.lo cxarithm.cpp<br />
 /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../.. -DNDEBUG -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -fsigned-char -O2 -pipe -MT cxarithm.lo -MD -MP -MF .deps/cxarithm.Tpo -c cxarithm.cpp -o cxarithm.o<br />
mv -f .deps/cxarithm.Tpo .deps/cxarithm.Plo<br />
/bin/sh ../../libtool &#8211;tag=CXX   &#8211;mode=compile /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../..  -DNDEBUG  -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer  -fsigned-char -O2 -pipe -MT cxarray.lo -MD -MP -MF .deps/cxarray.Tpo -c -o cxarray.lo cxarray.cpp<br />
 /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../.. -DNDEBUG -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -fsigned-char -O2 -pipe -MT cxarray.lo -MD -MP -MF .deps/cxarray.Tpo -c cxarray.cpp -o cxarray.o<br />
mv -f .deps/cxarray.Tpo .deps/cxarray.Plo<br />
/bin/sh ../../libtool &#8211;tag=CXX   &#8211;mode=compile /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../..  -DNDEBUG  -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer  -fsigned-char -O2 -pipe -MT cxcmp.lo -MD -MP -MF .deps/cxcmp.Tpo -c -o cxcmp.lo cxcmp.cpp<br />
 /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../.. -DNDEBUG -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -fsigned-char -O2 -pipe -MT cxcmp.lo -MD -MP -MF .deps/cxcmp.Tpo -c cxcmp.cpp -o cxcmp.o<br />
mv -f .deps/cxcmp.Tpo .deps/cxcmp.Plo<br />
/bin/sh ../../libtool &#8211;tag=CXX   &#8211;mode=compile /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../..  -DNDEBUG  -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer  -fsigned-char -O2 -pipe -MT cxconvert.lo -MD -MP -MF .deps/cxconvert.Tpo -c -o cxconvert.lo cxconvert.cpp<br />
 /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../.. -DNDEBUG -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -fsigned-char -O2 -pipe -MT cxconvert.lo -MD -MP -MF .deps/cxconvert.Tpo -c cxconvert.cpp -o cxconvert.o<br />
mv -f .deps/cxconvert.Tpo .deps/cxconvert.Plo<br />
/bin/sh ../../libtool &#8211;tag=CXX   &#8211;mode=compile /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../..  -DNDEBUG  -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer  -fsigned-char -O2 -pipe -MT cxcopy.lo -MD -MP -MF .deps/cxcopy.Tpo -c -o cxcopy.lo cxcopy.cpp<br />
 /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../.. -DNDEBUG -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -fsigned-char -O2 -pipe -MT cxcopy.lo -MD -MP -MF .deps/cxcopy.Tpo -c cxcopy.cpp -o cxcopy.o<br />
mv -f .deps/cxcopy.Tpo .deps/cxcopy.Plo<br />
/bin/sh ../../libtool &#8211;tag=CXX   &#8211;mode=compile /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../..  -DNDEBUG  -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer  -fsigned-char -O2 -pipe -MT cxdatastructs.lo -MD -MP -MF .deps/cxdatastructs.Tpo -c -o cxdatastructs.lo cxdatastructs.cpp<br />
 /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../.. -DNDEBUG -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -fsigned-char -O2 -pipe -MT cxdatastructs.lo -MD -MP -MF .deps/cxdatastructs.Tpo -c cxdatastructs.cpp -o cxdatastructs.o<br />
mv -f .deps/cxdatastructs.Tpo .deps/cxdatastructs.Plo<br />
/bin/sh ../../libtool &#8211;tag=CXX   &#8211;mode=compile /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../..  -DNDEBUG  -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer  -fsigned-char -O2 -pipe -MT cxdrawing.lo -MD -MP -MF .deps/cxdrawing.Tpo -c -o cxdrawing.lo cxdrawing.cpp<br />
 /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../.. -DNDEBUG -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -fsigned-char -O2 -pipe -MT cxdrawing.lo -MD -MP -MF .deps/cxdrawing.Tpo -c cxdrawing.cpp -o cxdrawing.o<br />
mv -f .deps/cxdrawing.Tpo .deps/cxdrawing.Plo<br />
/bin/sh ../../libtool &#8211;tag=CXX   &#8211;mode=compile /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../..  -DNDEBUG  -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer  -fsigned-char -O2 -pipe -MT cxdxt.lo -MD -MP -MF .deps/cxdxt.Tpo -c -o cxdxt.lo cxdxt.cpp<br />
 /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../.. -DNDEBUG -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -fsigned-char -O2 -pipe -MT cxdxt.lo -MD -MP -MF .deps/cxdxt.Tpo -c cxdxt.cpp -o cxdxt.o<br />
mv -f .deps/cxdxt.Tpo .deps/cxdxt.Plo<br />
/bin/sh ../../libtool &#8211;tag=CXX   &#8211;mode=compile /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../..  -DNDEBUG  -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer  -fsigned-char -O2 -pipe -MT cxerror.lo -MD -MP -MF .deps/cxerror.Tpo -c -o cxerror.lo cxerror.cpp<br />
 /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../.. -DNDEBUG -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -fsigned-char -O2 -pipe -MT cxerror.lo -MD -MP -MF .deps/cxerror.Tpo -c cxerror.cpp -o cxerror.o<br />
mv -f .deps/cxerror.Tpo .deps/cxerror.Plo<br />
/bin/sh ../../libtool &#8211;tag=CXX   &#8211;mode=compile /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../..  -DNDEBUG  -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer  -fsigned-char -O2 -pipe -MT cximage.lo -MD -MP -MF .deps/cximage.Tpo -c -o cximage.lo cximage.cpp<br />
 /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../.. -DNDEBUG -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -fsigned-char -O2 -pipe -MT cximage.lo -MD -MP -MF .deps/cximage.Tpo -c cximage.cpp -o cximage.o<br />
mv -f .deps/cximage.Tpo .deps/cximage.Plo<br />
/bin/sh ../../libtool &#8211;tag=CXX   &#8211;mode=compile /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../..  -DNDEBUG  -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer  -fsigned-char -O2 -pipe -MT cxjacobieigens.lo -MD -MP -MF .deps/cxjacobieigens.Tpo -c -o cxjacobieigens.lo cxjacobieigens.cpp<br />
 /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../.. -DNDEBUG -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -fsigned-char -O2 -pipe -MT cxjacobieigens.lo -MD -MP -MF .deps/cxjacobieigens.Tpo -c cxjacobieigens.cpp -o cxjacobieigens.o<br />
mv -f .deps/cxjacobieigens.Tpo .deps/cxjacobieigens.Plo<br />
/bin/sh ../../libtool &#8211;tag=CXX   &#8211;mode=compile /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../..  -DNDEBUG  -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer  -fsigned-char -O2 -pipe -MT cxlogic.lo -MD -MP -MF .deps/cxlogic.Tpo -c -o cxlogic.lo cxlogic.cpp<br />
 /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../.. -DNDEBUG -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -fsigned-char -O2 -pipe -MT cxlogic.lo -MD -MP -MF .deps/cxlogic.Tpo -c cxlogic.cpp -o cxlogic.o<br />
mv -f .deps/cxlogic.Tpo .deps/cxlogic.Plo<br />
/bin/sh ../../libtool &#8211;tag=CXX   &#8211;mode=compile /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../..  -DNDEBUG  -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer  -fsigned-char -O2 -pipe -MT cxlut.lo -MD -MP -MF .deps/cxlut.Tpo -c -o cxlut.lo cxlut.cpp<br />
 /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../.. -DNDEBUG -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -fsigned-char -O2 -pipe -MT cxlut.lo -MD -MP -MF .deps/cxlut.Tpo -c cxlut.cpp -o cxlut.o<br />
mv -f .deps/cxlut.Tpo .deps/cxlut.Plo<br />
/bin/sh ../../libtool &#8211;tag=CXX   &#8211;mode=compile /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../..  -DNDEBUG  -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer  -fsigned-char -O2 -pipe -MT cxmathfuncs.lo -MD -MP -MF .deps/cxmathfuncs.Tpo -c -o cxmathfuncs.lo cxmathfuncs.cpp<br />
 /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../.. -DNDEBUG -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -fsigned-char -O2 -pipe -MT cxmathfuncs.lo -MD -MP -MF .deps/cxmathfuncs.Tpo -c cxmathfuncs.cpp -o cxmathfuncs.o<br />
mv -f .deps/cxmathfuncs.Tpo .deps/cxmathfuncs.Plo<br />
/bin/sh ../../libtool &#8211;tag=CXX   &#8211;mode=compile /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../..  -DNDEBUG  -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer  -fsigned-char -O2 -pipe -MT cxmatmul.lo -MD -MP -MF .deps/cxmatmul.Tpo -c -o cxmatmul.lo cxmatmul.cpp<br />
 /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../.. -DNDEBUG -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -fsigned-char -O2 -pipe -MT cxmatmul.lo -MD -MP -MF .deps/cxmatmul.Tpo -c cxmatmul.cpp -o cxmatmul.o<br />
mv -f .deps/cxmatmul.Tpo .deps/cxmatmul.Plo<br />
/bin/sh ../../libtool &#8211;tag=CXX   &#8211;mode=compile /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../..  -DNDEBUG  -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer  -fsigned-char -O2 -pipe -MT cxmatrix.lo -MD -MP -MF .deps/cxmatrix.Tpo -c -o cxmatrix.lo cxmatrix.cpp<br />
 /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../.. -DNDEBUG -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -fsigned-char -O2 -pipe -MT cxmatrix.lo -MD -MP -MF .deps/cxmatrix.Tpo -c cxmatrix.cpp -o cxmatrix.o<br />
mv -f .deps/cxmatrix.Tpo .deps/cxmatrix.Plo<br />
/bin/sh ../../libtool &#8211;tag=CXX   &#8211;mode=compile /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../..  -DNDEBUG  -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer  -fsigned-char -O2 -pipe -MT cxmean.lo -MD -MP -MF .deps/cxmean.Tpo -c -o cxmean.lo cxmean.cpp<br />
 /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../.. -DNDEBUG -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -fsigned-char -O2 -pipe -MT cxmean.lo -MD -MP -MF .deps/cxmean.Tpo -c cxmean.cpp -o cxmean.o<br />
mv -f .deps/cxmean.Tpo .deps/cxmean.Plo<br />
/bin/sh ../../libtool &#8211;tag=CXX   &#8211;mode=compile /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../..  -DNDEBUG  -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer  -fsigned-char -O2 -pipe -MT cxmeansdv.lo -MD -MP -MF .deps/cxmeansdv.Tpo -c -o cxmeansdv.lo cxmeansdv.cpp<br />
 /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../.. -DNDEBUG -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -fsigned-char -O2 -pipe -MT cxmeansdv.lo -MD -MP -MF .deps/cxmeansdv.Tpo -c cxmeansdv.cpp -o cxmeansdv.o<br />
mv -f .deps/cxmeansdv.Tpo .deps/cxmeansdv.Plo<br />
/bin/sh ../../libtool &#8211;tag=CXX   &#8211;mode=compile /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../..  -DNDEBUG  -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer  -fsigned-char -O2 -pipe -MT cxminmaxloc.lo -MD -MP -MF .deps/cxminmaxloc.Tpo -c -o cxminmaxloc.lo cxminmaxloc.cpp<br />
 /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../.. -DNDEBUG -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -fsigned-char -O2 -pipe -MT cxminmaxloc.lo -MD -MP -MF .deps/cxminmaxloc.Tpo -c cxminmaxloc.cpp -o cxminmaxloc.o<br />
mv -f .deps/cxminmaxloc.Tpo .deps/cxminmaxloc.Plo<br />
/bin/sh ../../libtool &#8211;tag=CXX   &#8211;mode=compile /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../..  -DNDEBUG  -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer  -fsigned-char -O2 -pipe -MT cxnorm.lo -MD -MP -MF .deps/cxnorm.Tpo -c -o cxnorm.lo cxnorm.cpp<br />
 /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../.. -DNDEBUG -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -fsigned-char -O2 -pipe -MT cxnorm.lo -MD -MP -MF .deps/cxnorm.Tpo -c cxnorm.cpp -o cxnorm.o<br />
mv -f .deps/cxnorm.Tpo .deps/cxnorm.Plo<br />
/bin/sh ../../libtool &#8211;tag=CXX   &#8211;mode=compile /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../..  -DNDEBUG  -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer  -fsigned-char -O2 -pipe -MT cxouttext.lo -MD -MP -MF .deps/cxouttext.Tpo -c -o cxouttext.lo cxouttext.cpp<br />
 /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../.. -DNDEBUG -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -fsigned-char -O2 -pipe -MT cxouttext.lo -MD -MP -MF .deps/cxouttext.Tpo -c cxouttext.cpp -o cxouttext.o<br />
mv -f .deps/cxouttext.Tpo .deps/cxouttext.Plo<br />
/bin/sh ../../libtool &#8211;tag=CXX   &#8211;mode=compile /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../..  -DNDEBUG  -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer  -fsigned-char -O2 -pipe -MT cxpersistence.lo -MD -MP -MF .deps/cxpersistence.Tpo -c -o cxpersistence.lo cxpersistence.cpp<br />
 /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../.. -DNDEBUG -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -fsigned-char -O2 -pipe -MT cxpersistence.lo -MD -MP -MF .deps/cxpersistence.Tpo -c cxpersistence.cpp -o cxpersistence.o<br />
mv -f .deps/cxpersistence.Tpo .deps/cxpersistence.Plo<br />
/bin/sh ../../libtool &#8211;tag=CXX   &#8211;mode=compile /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../..  -DNDEBUG  -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer  -fsigned-char -O2 -pipe -MT cxprecomp.lo -MD -MP -MF .deps/cxprecomp.Tpo -c -o cxprecomp.lo cxprecomp.cpp<br />
 /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../.. -DNDEBUG -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -fsigned-char -O2 -pipe -MT cxprecomp.lo -MD -MP -MF .deps/cxprecomp.Tpo -c cxprecomp.cpp -o cxprecomp.o<br />
mv -f .deps/cxprecomp.Tpo .deps/cxprecomp.Plo<br />
/bin/sh ../../libtool &#8211;tag=CXX   &#8211;mode=compile /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../..  -DNDEBUG  -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer  -fsigned-char -O2 -pipe -MT cxrand.lo -MD -MP -MF .deps/cxrand.Tpo -c -o cxrand.lo cxrand.cpp<br />
 /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../.. -DNDEBUG -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -fsigned-char -O2 -pipe -MT cxrand.lo -MD -MP -MF .deps/cxrand.Tpo -c cxrand.cpp -o cxrand.o<br />
mv -f .deps/cxrand.Tpo .deps/cxrand.Plo<br />
/bin/sh ../../libtool &#8211;tag=CXX   &#8211;mode=compile /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../..  -DNDEBUG  -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer  -fsigned-char -O2 -pipe -MT cxsumpixels.lo -MD -MP -MF .deps/cxsumpixels.Tpo -c -o cxsumpixels.lo cxsumpixels.cpp<br />
 /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../.. -DNDEBUG -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -fsigned-char -O2 -pipe -MT cxsumpixels.lo -MD -MP -MF .deps/cxsumpixels.Tpo -c cxsumpixels.cpp -o cxsumpixels.o<br />
mv -f .deps/cxsumpixels.Tpo .deps/cxsumpixels.Plo<br />
/bin/sh ../../libtool &#8211;tag=CXX   &#8211;mode=compile /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../..  -DNDEBUG  -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer  -fsigned-char -O2 -pipe -MT cxsvd.lo -MD -MP -MF .deps/cxsvd.Tpo -c -o cxsvd.lo cxsvd.cpp<br />
 /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../.. -DNDEBUG -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -fsigned-char -O2 -pipe -MT cxsvd.lo -MD -MP -MF .deps/cxsvd.Tpo -c cxsvd.cpp -o cxsvd.o<br />
mv -f .deps/cxsvd.Tpo .deps/cxsvd.Plo<br />
/bin/sh ../../libtool &#8211;tag=CXX   &#8211;mode=compile /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../..  -DNDEBUG  -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer  -fsigned-char -O2 -pipe -MT cxswitcher.lo -MD -MP -MF .deps/cxswitcher.Tpo -c -o cxswitcher.lo cxswitcher.cpp<br />
 /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../.. -DNDEBUG -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -fsigned-char -O2 -pipe -MT cxswitcher.lo -MD -MP -MF .deps/cxswitcher.Tpo -c cxswitcher.cpp -o cxswitcher.o<br />
mv -f .deps/cxswitcher.Tpo .deps/cxswitcher.Plo<br />
/bin/sh ../../libtool &#8211;tag=CXX   &#8211;mode=compile /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../..  -DNDEBUG  -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer  -fsigned-char -O2 -pipe -MT cxtables.lo -MD -MP -MF .deps/cxtables.Tpo -c -o cxtables.lo cxtables.cpp<br />
 /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../.. -DNDEBUG -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -fsigned-char -O2 -pipe -MT cxtables.lo -MD -MP -MF .deps/cxtables.Tpo -c cxtables.cpp -o cxtables.o<br />
mv -f .deps/cxtables.Tpo .deps/cxtables.Plo<br />
/bin/sh ../../libtool &#8211;tag=CXX   &#8211;mode=compile /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../..  -DNDEBUG  -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer  -fsigned-char -O2 -pipe -MT cxutils.lo -MD -MP -MF .deps/cxutils.Tpo -c -o cxutils.lo cxutils.cpp<br />
 /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I../../cxcore/include -I../.. -DNDEBUG -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -fsigned-char -O2 -pipe -MT cxutils.lo -MD -MP -MF .deps/cxutils.Tpo -c cxutils.cpp -o cxutils.o<br />
mv -f .deps/cxutils.Tpo .deps/cxutils.Plo<br />
/bin/sh ../../libtool &#8211;tag=CXX   &#8211;mode=link /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer  -fsigned-char -O2 -pipe -no-undefined   -o lib_cxcore.la  cxalloc.lo cxarithm.lo cxarray.lo cxcmp.lo cxconvert.lo cxcopy.lo cxdatastructs.lo cxdrawing.lo cxdxt.lo cxerror.lo cximage.lo cxjacobieigens.lo cxlogic.lo cxlut.lo cxmathfuncs.lo cxmatmul.lo cxmatrix.lo cxmean.lo cxmeansdv.lo cxminmaxloc.lo cxnorm.lo cxouttext.lo cxpersistence.lo cxprecomp.lo cxrand.lo cxsumpixels.lo cxsvd.lo cxswitcher.lo cxtables.lo cxutils.lo  -lpthread -ldl -lm<br />
mkdir .libs<br />
/usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-ar cru .libs/lib_cxcore.a  cxalloc.o cxarithm.o cxarray.o cxcmp.o cxconvert.o cxcopy.o cxdatastructs.o cxdrawing.o cxdxt.o cxerror.o cximage.o cxjacobieigens.o cxlogic.o cxlut.o cxmathfuncs.o cxmatmul.o cxmatrix.o cxmean.o cxmeansdv.o cxminmaxloc.o cxnorm.o cxouttext.o cxpersistence.o cxprecomp.o cxrand.o cxsumpixels.o cxsvd.o cxswitcher.o cxtables.o cxutils.o<br />
/usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-ranlib .libs/lib_cxcore.a<br />
creating lib_cxcore.la<br />
(cd .libs &amp;&amp; rm -f lib_cxcore.la &amp;&amp; ln -s ../lib_cxcore.la lib_cxcore.la)<br />
/bin/sh ../../libtool &#8211;tag=CXX   &#8211;mode=link /usr/local/poky/eabi-glibc/bin/arm-none-linux-gnueabi-g++ -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer  -fsigned-char -O2 -pipe -no-undefined -version-info 2:0:0   -o libcxcore.la -rpath /usr/local/poky/eabi-glibc/arm-none-linux-gnueabi/lib dummy.lo lib_cxcore.la  -lpthread -ldl -lm<br />
libtool: link: cannot find the library `/home/eballetbo/release/purple-3.2/build/tmp-poky/cross/armv7a/arm-none-linux-gnueabi/lib/libstdc++.la&#8217; or unhandled argument `/home/eballetbo/release/purple-3.2/build/tmp-poky/cross/armv7a/arm-none-linux-gnueabi/lib/libstdc++.la&#8217;<br />
make[3]: *** [libcxcore.la] Error 1<br />
make[3]: Leaving directory `/home/jdoe/opencv-1.1.0/cxcore/src&#8217;<br />
make[2]: *** [all-recursive] Error 1<br />
make[2]: Leaving directory `/home/jdoe/opencv-1.1.0/cxcore&#8217;<br />
make[1]: *** [all-recursive] Error 1<br />
make[1]: Leaving directory `/home/jdoe/opencv-1.1.0&#8242;<br />
make: *** [all] Error 2</p>
<p>Any help with<br />
libtool: link: cannot find the library `/home/eballetbo/release/purple-3.2/build/tmp-poky/cross/armv7a/arm-none-linux-gnueabi/lib/libstdc++.la&#8217; or unhandled argument `/home/eballetbo/release/purple-3.2/build/tmp-poky/cross/armv7a/arm-none-linux-gnueabi/lib/libstdc++.la&#8217;</p>
<p>please </p>
<p>Thanks<br />
Marko</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Parashar Thanki</title>
		<link>http://www.computer-vision-software.com/blog/2009/03/arm-wrestling-with-opencv/comment-page-1/#comment-1329</link>
		<dc:creator>Parashar Thanki</dc:creator>
		<pubDate>Sat, 09 Apr 2011 12:22:08 +0000</pubDate>
		<guid isPermaLink="false">http://computer-vision-software.com/blog/?p=18#comment-1329</guid>
		<description>Hey Igor! I have a question for you, regarding cross-compiling GTK. I am trying to cross compile OpenCV programs for the BeagleBoard xM (ARM8).

I have configured OpenCV by removing &quot;--without-gtk&quot;. This should mean that the cross-compiled program will have gtk support, right? However, how do I cross compile GTK for ARM on an Ubuntu 10.04 machine? I searched the net a LOT, but there are no real good guides - and I&#039;m a beginner to linux. Could you help me out with this?

I cross compile using this command:


rex@ubuntu:~/Desktop/Project$ arm-none-linux-gnueabi-g++ -O2 -I /home/rex/Desktop/Project/opencv/include/opencv  facedetect.cpp -L/home/rex/Desktop/Project/opencv/lib -lcv -lhighgui -lcxcore -lml -lcvaux -lrt -lpthread -ldl -lz -lpng12 -ljpeg -o facedetect -static

I&#039;ll really appreciate your help. :-)</description>
		<content:encoded><![CDATA[<p>Hey Igor! I have a question for you, regarding cross-compiling GTK. I am trying to cross compile OpenCV programs for the BeagleBoard xM (ARM8).</p>
<p>I have configured OpenCV by removing &#8220;&#8211;without-gtk&#8221;. This should mean that the cross-compiled program will have gtk support, right? However, how do I cross compile GTK for ARM on an Ubuntu 10.04 machine? I searched the net a LOT, but there are no real good guides &#8211; and I&#8217;m a beginner to linux. Could you help me out with this?</p>
<p>I cross compile using this command:</p>
<p>rex@ubuntu:~/Desktop/Project$ arm-none-linux-gnueabi-g++ -O2 -I /home/rex/Desktop/Project/opencv/include/opencv  facedetect.cpp -L/home/rex/Desktop/Project/opencv/lib -lcv -lhighgui -lcxcore -lml -lcvaux -lrt -lpthread -ldl -lz -lpng12 -ljpeg -o facedetect -static</p>
<p>I&#8217;ll really appreciate your help. <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: Damon</title>
		<link>http://www.computer-vision-software.com/blog/2009/03/arm-wrestling-with-opencv/comment-page-1/#comment-1328</link>
		<dc:creator>Damon</dc:creator>
		<pubDate>Fri, 08 Apr 2011 07:48:57 +0000</pubDate>
		<guid isPermaLink="false">http://computer-vision-software.com/blog/?p=18#comment-1328</guid>
		<description>hi Igor Stepura

plz tell me how to cross compile GTK &amp; recompile OpenCV with GTK support to enable UI.i m trying for 15days but i can’t…..

thank you</description>
		<content:encoded><![CDATA[<p>hi Igor Stepura</p>
<p>plz tell me how to cross compile GTK &amp; recompile OpenCV with GTK support to enable UI.i m trying for 15days but i can’t…..</p>
<p>thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexander Gavrik</title>
		<link>http://www.computer-vision-software.com/blog/2009/03/arm-wrestling-with-opencv/comment-page-1/#comment-1308</link>
		<dc:creator>Alexander Gavrik</dc:creator>
		<pubDate>Sun, 20 Mar 2011 23:52:23 +0000</pubDate>
		<guid isPermaLink="false">http://computer-vision-software.com/blog/?p=18#comment-1308</guid>
		<description>Hi Anil, please try adding &quot;-lrt&quot; to the linker command and check if that fixes the issue.</description>
		<content:encoded><![CDATA[<p>Hi Anil, please try adding &#8220;-lrt&#8221; to the linker command and check if that fixes the issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anil Direct</title>
		<link>http://www.computer-vision-software.com/blog/2009/03/arm-wrestling-with-opencv/comment-page-1/#comment-1302</link>
		<dc:creator>Anil Direct</dc:creator>
		<pubDate>Mon, 14 Mar 2011 15:26:15 +0000</pubDate>
		<guid isPermaLink="false">http://computer-vision-software.com/blog/?p=18#comment-1302</guid>
		<description>I get the following error after i have successfully installed openCV. Plz help..!


/home/pranit/Desktop/arm-2007q3/bin/arm-none-linux-gnueabi-g++ test.o -static -L&quot;/home/pranit/Desktop/arm-2007q3/arm-none-linux-gnueabi/lib&quot; -lcv -lhighgui -lcxcore -lml -lcvaux -lpthread -ldl -o test
/home/pranit/Desktop/arm-2007q3/arm-none-linux-gnueabi/lib/libcxcore.a(lib_cxcore_la-cxsystem.o): In function `cv::getTickCount()&#039;:
cxsystem.cpp:(.text+0xa1c): undefined reference to `clock_gettime&#039;
collect2: ld returned 1 exit status
make: *** [all] Error 1</description>
		<content:encoded><![CDATA[<p>I get the following error after i have successfully installed openCV. Plz help..!</p>
<p>/home/pranit/Desktop/arm-2007q3/bin/arm-none-linux-gnueabi-g++ test.o -static -L&#8221;/home/pranit/Desktop/arm-2007q3/arm-none-linux-gnueabi/lib&#8221; -lcv -lhighgui -lcxcore -lml -lcvaux -lpthread -ldl -o test<br />
/home/pranit/Desktop/arm-2007q3/arm-none-linux-gnueabi/lib/libcxcore.a(lib_cxcore_la-cxsystem.o): In function `cv::getTickCount()&#8217;:<br />
cxsystem.cpp:(.text+0xa1c): undefined reference to `clock_gettime&#8217;<br />
collect2: ld returned 1 exit status<br />
make: *** [all] Error 1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bskyfish</title>
		<link>http://www.computer-vision-software.com/blog/2009/03/arm-wrestling-with-opencv/comment-page-1/#comment-1291</link>
		<dc:creator>bskyfish</dc:creator>
		<pubDate>Sun, 27 Feb 2011 09:42:59 +0000</pubDate>
		<guid isPermaLink="false">http://computer-vision-software.com/blog/?p=18#comment-1291</guid>
		<description>HI Igor,



[root@localhost c]# arm_v5t_le-g++ `pkg-config --cflags --libs opencv`  drawing.c -o drawing
/tmp/cc8ghTZG.o(.text+0x144): In function `main&#039;:
drawing.c: undefined reference to `cvCreateImage&#039;
/tmp/cc8ghTZG.o(.text+0x154):drawing.c: undefined reference to `cvNamedWindow&#039;
/tmp/cc8ghTZG.o(.text+0x15c):drawing.c: undefined reference to `cvSetZero&#039;
/tmp/cc8ghTZG.o(.text+0x168):drawing.c: undefined reference to `cvShowImage&#039;
/tmp/cc8ghTZG.o(.text+0x2ec):drawing.c: undefined reference to `cvLine&#039;
/tmp/cc8ghTZG.o(.text+0x2f8):drawing.c: undefined reference to `cvShowImage&#039;
/tmp/cc8ghTZG.o(.text+0x300):drawing.c: undefined reference to `cvWaitKey&#039;
/tmp/cc8ghTZG.o(.text+0x44c):drawing.c: undefined reference to `cvRectangle&#039;
/tmp/cc8ghTZG.o(.text+0x458):drawing.c: undefined reference to `cvShowImage&#039;
/tmp/cc8ghTZG.o(.text+0x460):drawing.c: undefined reference to `cvWaitKey&#039;
/tmp/cc8ghTZG.o(.text+0x6fc):drawing.c: undefined reference to `cvEllipse&#039;
/tmp/cc8ghTZG.o(.text+0x708):drawing.c: undefined reference to `cvShowImage&#039;
/tmp/cc8ghTZG.o(.text+0x710):drawing.c: undefined reference to `cvWaitKey&#039;
/tmp/cc8ghTZG.o(.text+0x9f4):drawing.c: undefined reference to `cvPolyLine&#039;
/tmp/cc8ghTZG.o(.text+0xa00):drawing.c: undefined reference to `cvShowImage&#039;
/tmp/cc8ghTZG.o(.text+0xa08):drawing.c: undefined reference to `cvWaitKey&#039;
/tmp/cc8ghTZG.o(.text+0xc70):drawing.c: undefined reference to `cvFillPoly&#039;
/tmp/cc8ghTZG.o(.text+0xc7c):drawing.c: undefined reference to `cvShowImage&#039;
/tmp/cc8ghTZG.o(.text+0xc84):drawing.c: undefined reference to `cvWaitKey&#039;
/tmp/cc8ghTZG.o(.text+0xdac):drawing.c: undefined reference to `cvCircle&#039;
/tmp/cc8ghTZG.o(.text+0xdb8):drawing.c: undefined reference to `cvShowImage&#039;
/tmp/cc8ghTZG.o(.text+0xdc0):drawing.c: undefined reference to `cvWaitKey&#039;
/tmp/cc8ghTZG.o(.text+0x10c4):drawing.c: undefined reference to `cvInitFont&#039;
/tmp/cc8ghTZG.o(.text+0x1118):drawing.c: undefined reference to `cvPutText&#039;
/tmp/cc8ghTZG.o(.text+0x1124):drawing.c: undefined reference to `cvShowImage&#039;
/tmp/cc8ghTZG.o(.text+0x112c):drawing.c: undefined reference to `cvWaitKey&#039;
/tmp/cc8ghTZG.o(.text+0x11b0):drawing.c: undefined reference to `cvInitFont&#039;
/tmp/cc8ghTZG.o(.text+0x11cc):drawing.c: undefined reference to `cvGetTextSize&#039;
/tmp/cc8ghTZG.o(.text+0x1214):drawing.c: undefined reference to `cvCloneImage&#039;
/tmp/cc8ghTZG.o(.text+0x1330):drawing.c: undefined reference to `cvPutText&#039;
/tmp/cc8ghTZG.o(.text+0x133c):drawing.c: undefined reference to `cvShowImage&#039;
/tmp/cc8ghTZG.o(.text+0x1344):drawing.c: undefined reference to `cvWaitKey&#039;
/tmp/cc8ghTZG.o(.text+0x135c):drawing.c: undefined reference to `cvWaitKey&#039;
/tmp/cc8ghTZG.o(.text+0x1364):drawing.c: undefined reference to `cvReleaseImage&#039;
/tmp/cc8ghTZG.o(.text+0x136c):drawing.c: undefined reference to `cvReleaseImage&#039;
/tmp/cc8ghTZG.o(.text+0x1374):drawing.c: undefined reference to `cvDestroyWindow&#039;
/tmp/cc8ghTZG.o(.text.cvSubS[cvSubS]+0x110): In function `cvSubS&#039;:
drawing.c: undefined reference to `cvAddS&#039;
collect2: ld returned 1 exit status

All functions of the drawing.c are &quot;undefined reference &quot;, why? what I should do could sovle the problem? Thanks very much!</description>
		<content:encoded><![CDATA[<p>HI Igor,</p>
<p>[root@localhost c]# arm_v5t_le-g++ `pkg-config &#8211;cflags &#8211;libs opencv`  drawing.c -o drawing<br />
/tmp/cc8ghTZG.o(.text+0&#215;144): In function `main&#8217;:<br />
drawing.c: undefined reference to `cvCreateImage&#8217;<br />
/tmp/cc8ghTZG.o(.text+0&#215;154):drawing.c: undefined reference to `cvNamedWindow&#8217;<br />
/tmp/cc8ghTZG.o(.text+0x15c):drawing.c: undefined reference to `cvSetZero&#8217;<br />
/tmp/cc8ghTZG.o(.text+0&#215;168):drawing.c: undefined reference to `cvShowImage&#8217;<br />
/tmp/cc8ghTZG.o(.text+0x2ec):drawing.c: undefined reference to `cvLine&#8217;<br />
/tmp/cc8ghTZG.o(.text+0x2f8):drawing.c: undefined reference to `cvShowImage&#8217;<br />
/tmp/cc8ghTZG.o(.text+0&#215;300):drawing.c: undefined reference to `cvWaitKey&#8217;<br />
/tmp/cc8ghTZG.o(.text+0x44c):drawing.c: undefined reference to `cvRectangle&#8217;<br />
/tmp/cc8ghTZG.o(.text+0&#215;458):drawing.c: undefined reference to `cvShowImage&#8217;<br />
/tmp/cc8ghTZG.o(.text+0&#215;460):drawing.c: undefined reference to `cvWaitKey&#8217;<br />
/tmp/cc8ghTZG.o(.text+0x6fc):drawing.c: undefined reference to `cvEllipse&#8217;<br />
/tmp/cc8ghTZG.o(.text+0&#215;708):drawing.c: undefined reference to `cvShowImage&#8217;<br />
/tmp/cc8ghTZG.o(.text+0&#215;710):drawing.c: undefined reference to `cvWaitKey&#8217;<br />
/tmp/cc8ghTZG.o(.text+0x9f4):drawing.c: undefined reference to `cvPolyLine&#8217;<br />
/tmp/cc8ghTZG.o(.text+0xa00):drawing.c: undefined reference to `cvShowImage&#8217;<br />
/tmp/cc8ghTZG.o(.text+0xa08):drawing.c: undefined reference to `cvWaitKey&#8217;<br />
/tmp/cc8ghTZG.o(.text+0xc70):drawing.c: undefined reference to `cvFillPoly&#8217;<br />
/tmp/cc8ghTZG.o(.text+0xc7c):drawing.c: undefined reference to `cvShowImage&#8217;<br />
/tmp/cc8ghTZG.o(.text+0xc84):drawing.c: undefined reference to `cvWaitKey&#8217;<br />
/tmp/cc8ghTZG.o(.text+0xdac):drawing.c: undefined reference to `cvCircle&#8217;<br />
/tmp/cc8ghTZG.o(.text+0xdb8):drawing.c: undefined reference to `cvShowImage&#8217;<br />
/tmp/cc8ghTZG.o(.text+0xdc0):drawing.c: undefined reference to `cvWaitKey&#8217;<br />
/tmp/cc8ghTZG.o(.text+0x10c4):drawing.c: undefined reference to `cvInitFont&#8217;<br />
/tmp/cc8ghTZG.o(.text+0&#215;1118):drawing.c: undefined reference to `cvPutText&#8217;<br />
/tmp/cc8ghTZG.o(.text+0&#215;1124):drawing.c: undefined reference to `cvShowImage&#8217;<br />
/tmp/cc8ghTZG.o(.text+0x112c):drawing.c: undefined reference to `cvWaitKey&#8217;<br />
/tmp/cc8ghTZG.o(.text+0x11b0):drawing.c: undefined reference to `cvInitFont&#8217;<br />
/tmp/cc8ghTZG.o(.text+0x11cc):drawing.c: undefined reference to `cvGetTextSize&#8217;<br />
/tmp/cc8ghTZG.o(.text+0&#215;1214):drawing.c: undefined reference to `cvCloneImage&#8217;<br />
/tmp/cc8ghTZG.o(.text+0&#215;1330):drawing.c: undefined reference to `cvPutText&#8217;<br />
/tmp/cc8ghTZG.o(.text+0x133c):drawing.c: undefined reference to `cvShowImage&#8217;<br />
/tmp/cc8ghTZG.o(.text+0&#215;1344):drawing.c: undefined reference to `cvWaitKey&#8217;<br />
/tmp/cc8ghTZG.o(.text+0x135c):drawing.c: undefined reference to `cvWaitKey&#8217;<br />
/tmp/cc8ghTZG.o(.text+0&#215;1364):drawing.c: undefined reference to `cvReleaseImage&#8217;<br />
/tmp/cc8ghTZG.o(.text+0x136c):drawing.c: undefined reference to `cvReleaseImage&#8217;<br />
/tmp/cc8ghTZG.o(.text+0&#215;1374):drawing.c: undefined reference to `cvDestroyWindow&#8217;<br />
/tmp/cc8ghTZG.o(.text.cvSubS[cvSubS]+0&#215;110): In function `cvSubS&#8217;:<br />
drawing.c: undefined reference to `cvAddS&#8217;<br />
collect2: ld returned 1 exit status</p>
<p>All functions of the drawing.c are &#8220;undefined reference &#8220;, why? what I should do could sovle the problem? Thanks very much!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

