交叉编译OpenCV1.0.0

参考:

http://wiki.opencv.org.cn/index.php/Template:Install

./configure --host=arm-linux --without-gtk --without-carbon  --without-quicktime --without-1394libs --without-ffmpeg --without-python --without-swig --enable-static --disable-shared --disable-apps CXX=armv4l-unknown-linux-g++ CPPFLAGS=-I/usr/include

 

 

[root@DeebugFedoraPC opencv-1.0.0]# ./configure --host=arm-linux --without-gtk --without-carbon --without-quicktime --without-1394libs --without-ffmpeg --without-python --without-swig --enable-static --enable-shared --disable-apps CXX=arm-linux-g++ CPPFLAGS=-I/usr/local/arm/4.3.2/arm-none-linux-gnueabi/include/ LDFLAGS=-L/usr/local/arm/4.3.2/arm-none-linux-gnueabi/lib --with-v4l --prefix=/root/opencv-arm --libdir=/root/opencv-arm/lib --includedir=/root/opencv-arm/include

 

[root@DeebugFedoraPC opencv-1.0.0]# ./configure --host=arm-linux --without-gtk --without-carbon --without-quicktime --without-1394libs --without-ffmpeg --without-python --without-swig --enable-static --enable-shared --disable-apps CXX=arm-linux-g++ CPPFLAGS=-I/usr/local/arm/4.3.2/arm-none-linux-gnueabi/include/ LDFLAGS=-L/usr/local/arm/4.3.2/arm-none-linux-gnueabi/lib --with-v4l --prefix=/root/opencv-arm --libdir=/root/opencv-arm/lib --includedir=/root/opencv-arm/include

configure: WARNING: If you wanted to set the --build type, don't use --host.

    If a cross compiler is detected then cross compile mode will be used.

checking build system type... i686-pc-linux-gnu

checking host system type... arm-unknown-linux-gnu

checking target system type... arm-unknown-linux-gnu

checking for a BSD-compatible install... /usr/bin/install -c

checking whether build environment is sane... yes

checking for gawk... gawk

checking whether make sets $(MAKE)... yes

checking for arm-linux-strip... arm-linux-strip

checking whether make sets $(MAKE)... (cached) yes

checking for arm-linux-g++... arm-linux-g++

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 arm-linux-g++ accepts -g... yes

checking for style of include used by make... GNU

checking dependency style of arm-linux-g++... gcc3

checking for arm-linux-gcc... arm-linux-gcc

checking whether we are using the GNU C compiler... yes

checking whether arm-linux-gcc accepts -g... yes

checking for arm-linux-gcc option to accept ANSI C... none needed

checking dependency style of arm-linux-gcc... gcc3

checking how to run the C preprocessor... arm-linux-gcc -E

checking for a sed that does not truncate output... /bin/sed

checking for egrep... grep -E

checking for ld used by arm-linux-gcc... /usr/local/arm/4.3.2/arm-none-linux-gnueabi/bin/ld

checking if the linker (/usr/local/arm/4.3.2/arm-none-linux-gnueabi/bin/ld) is GNU ld... yes

checking for /usr/local/arm/4.3.2/arm-none-linux-gnueabi/bin/ld option to reload object files... -r

checking for BSD-compatible nm... /usr/local/arm/4.3.2/bin/arm-linux-nm -B

checking whether ln -s works... yes

checking how to recognise 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... arm-linux-g++ -E

checking for arm-linux-g77... no

checking for arm-linux-f77... no

checking for arm-linux-xlf... no

checking for arm-linux-frt... no

checking for arm-linux-pgf77... no

checking for arm-linux-fort77... no

checking for arm-linux-fl32... no

checking for arm-linux-af77... no

checking for arm-linux-f90... no

checking for arm-linux-xlf90... no

checking for arm-linux-pgf90... no

checking for arm-linux-epcf90... no

checking for arm-linux-f95... no

checking for arm-linux-fort... no

checking for arm-linux-xlf95... no

checking for arm-linux-ifc... no

checking for arm-linux-efc... no

checking for arm-linux-pgf95... no

checking for arm-linux-lf95... no

checking for arm-linux-gfortran... no

checking for g77... no

checking for f77... no

checking for xlf... no

checking for frt... no

checking for pgf77... no

checking for fort77... no

checking for fl32... no

checking for af77... no

checking for f90... no

checking for xlf90... no

checking for pgf90... no

checking for epcf90... no

checking for f95... f95

checking whether we are using the GNU Fortran 77 compiler... yes

checking whether f95 accepts -g... yes

checking the maximum length of command line arguments... 32768

checking command to parse /usr/local/arm/4.3.2/bin/arm-linux-nm -B output from arm-linux-gcc object... ok

checking for objdir... .libs

checking for arm-linux-ar... arm-linux-ar

checking for arm-linux-ranlib... arm-linux-ranlib

checking for arm-linux-strip... (cached) arm-linux-strip

checking if arm-linux-gcc supports -fno-rtti -fno-exceptions... no

checking for arm-linux-gcc option to produce PIC... -fPIC

checking if arm-linux-gcc PIC flag -fPIC works... yes

checking if arm-linux-gcc static flag -static works... yes

checking if arm-linux-gcc supports -c -o file.o... yes

checking whether the arm-linux-gcc linker (/usr/local/arm/4.3.2/arm-none-linux-gnueabi/bin/ld) supports shared libraries... yes

checking whether -lc should be explicitly linked in... no

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... yes

checking whether to build static libraries... yes

configure: creating libtool

appending configuration tag "CXX" to libtool

checking for ld used by arm-linux-g++... /usr/local/arm/4.3.2/arm-none-linux-gnueabi/bin/ld

checking if the linker (/usr/local/arm/4.3.2/arm-none-linux-gnueabi/bin/ld) is GNU ld... yes

checking whether the arm-linux-g++ linker (/usr/local/arm/4.3.2/arm-none-linux-gnueabi/bin/ld) supports shared libraries... yes

checking for arm-linux-g++ option to produce PIC... -fPIC

checking if arm-linux-g++ PIC flag -fPIC works... yes

checking if arm-linux-g++ static flag -static works... yes

checking if arm-linux-g++ supports -c -o file.o... yes

checking whether the arm-linux-g++ linker (/usr/local/arm/4.3.2/arm-none-linux-gnueabi/bin/ld) supports shared libraries... yes

checking dynamic linker characteristics... GNU/Linux ld.so

checking how to hardcode library paths into programs... immediate

appending configuration tag "F77" to libtool

checking if libtool supports shared libraries... yes

checking whether to build shared libraries... yes

checking whether to build static libraries... yes

checking for f95 option to produce PIC... -fPIC

checking if f95 PIC flag -fPIC works... yes

checking if f95 static flag -static works... yes

checking if f95 supports -c -o file.o... yes

checking whether the f95 linker (/usr/local/arm/4.3.2/arm-none-linux-gnueabi/bin/ld) supports shared libraries... yes

checking dynamic linker characteristics... GNU/Linux ld.so

checking how to hardcode library paths into programs... immediate

checking whether to build debug version (no optimization)... no

configure: TARGET=arm-unknown-linux-gnu 

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... 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 for lrint... yes

checking linux/videodev.h usability... yes

checking linux/videodev.h presence... yes

checking for linux/videodev.h... yes

checking for linux/videodev2.h... yes

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 tests/Makefile

config.status: creating tests/python/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 cvconfig.h

config.status: executing depfiles commands

 

 

[root@DeebugFedoraPC opencv-1.0.0]# ./configure --host=arm-linux --without-gtk --without-carbon --without-quicktime --without-1394libs --with-ffmpeg --without-python --without-swig --enable-static --enable-shared --disable-apps CXX=arm-linux-g++ CPPFLAGS=-I/usr/local/arm/4.3.2/arm-none-linux-gnueabi/include/ LDFLAGS=-L/usr/local/arm/4.3.2/arm-none-linux-gnueabi/lib --with-v4l --prefix=/root/opencv-arm --libdir=/root/opencv-arm/lib --includedir=/root/opencv-arm/include

 

 

[root@DeebugFedoraPC opencv-1.0.0]# ./configure --host=arm-linux --without-gtk --without-carbon --without-quicktime --without-1394libs --with-ffmpeg --without-python --without-swig --enable-static --enable-shared --disable-apps CXX=arm-linux-g++ CPPFLAGS=-I/usr/local/arm/4.3.2/arm-none-linux-gnueabi/include/ LDFLAGS=-L/usr/local/arm/4.3.2/arm-none-linux-gnueabi/lib --with-v4l --prefix=/root/opencv-arm --libdir=/root/opencv-arm/lib --includedir=/root/opencv-arm/include

。。。。。。

General configuration ================================================

    Compiler:                 arm-linux-g++

    CXXFLAGS:                 -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer 

 

    Install path:             /root/opencv-arm

 

HighGUI configuration ================================================

 

    Windowing system --------------

    Use Carbon / Mac OS X:    no

    Use gtk+ 2.x:             no

    Use gthread:              no

 

    Image I/O ---------------------

    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 ffmpeg:               no

    Use dc1394 & raw1394:     no

    Use v4l:                  yes

    Use v4l2:                 yes

 

Wrappers for other languages =========================================

    SWIG                      

    Python                    no

 

Additional build settings ============================================

    Build demo apps           no

 

Now run make ...

 

[root@DeebugFedoraPC opencv-1.0.0]# 

 

General configuration ================================================

    Compiler:                 arm-linux-g++

    CXXFLAGS:                 -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer 

 

    Install path:             /root/opencv-arm

 

HighGUI configuration ================================================

 

    Windowing system --------------

    Use Carbon / Mac OS X:    no

    Use gtk+ 2.x:             no

    Use gthread:              no

 

    Image I/O ---------------------

    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 ffmpeg:               no //没变化!!!

    Use dc1394 & raw1394:     no

    Use v4l:                  yes

    Use v4l2:                 yes

 

Wrappers for other languages =========================================

    SWIG                      

    Python                    no

 

Additional build settings ============================================

    Build demo apps           no

 

Now run make ...

 

[root@DeebugFedoraPC opencv-1.0.0]#make

......

(cd .libs && rm -f lib_ml.la && ln -s ../lib_ml.la lib_ml.la)

/bin/sh ../../libtool --tag=CXX --mode=link arm-linux-g++  -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer   -L/usr/local/arm/4.3.2/arm-none-linux-gnueabi/lib -o libml.la -rpath /root/opencv-arm/lib -no-undefined -version-info 1:0:0 -L/usr/local/arm/4.3.2/arm-none-linux-gnueabi/lib dummy.lo lib_ml.la ../../cxcore/src/libcxcore.la  -lpthread -ldl -lm 

arm-linux-g++ -shared -nostdlib /usr/local/arm/4.3.2/bin/../arm-none-linux-gnueabi/libc/armv4t/usr/lib/crti.o /usr/local/arm/4.3.2/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.2/armv4t/crtbeginS.o  .libs/dummy.o -Wl,--whole-archive ./.libs/lib_ml.a -Wl,--no-whole-archive  -Wl,--rpath -Wl,/root/opencv/opencv-1.0.0/cxcore/src/.libs -Wl,--rpath -Wl,/root/opencv-arm/lib -L/usr/local/arm/4.3.2/arm-none-linux-gnueabi/lib ../../cxcore/src/.libs/libcxcore.so -lpthread -ldl -L/usr/local/arm/4.3.2/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.2/armv4t -L/usr/local/arm/4.3.2/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.2/../../../../arm-none-linux-gnueabi/lib/armv4t -L/usr/local/arm/4.3.2/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.2 -L/usr/local/arm/4.3.2/bin/../lib/gcc -L/usr/local/arm/4.3.2/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.2/../../../../arm-none-linux-gnueabi/lib -L/usr/local/arm/4.3.2/bin/../arm-none-linux-gnueabi/libc/armv4t/lib -L/usr/local/arm/4.3.2/bin/../arm-none-linux-gnueabi/libc/armv4t/usr/lib -lstdc++ -lm -lc -lgcc_s /usr/local/arm/4.3.2/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.2/armv4t/crtendS.o /usr/local/arm/4.3.2/bin/../arm-none-linux-gnueabi/libc/armv4t/usr/lib/crtn.o  -Wl,-soname -Wl,libml.so.1 -o .libs/libml.so.1.0.0

(cd .libs && rm -f libml.so.1 && ln -s libml.so.1.0.0 libml.so.1)

(cd .libs && rm -f libml.so && ln -s libml.so.1.0.0 libml.so)

rm -fr .libs/libml.lax

mkdir .libs/libml.lax

rm -fr .libs/libml.lax/lib_ml.a

mkdir .libs/libml.lax/lib_ml.a

(cd .libs/libml.lax/lib_ml.a && arm-linux-ar x /root/opencv/opencv-1.0.0/ml/src/./.libs/lib_ml.a)

arm-linux-ar cru .libs/libml.a  dummy.o  .libs/libml.lax/lib_ml.a/mlknearest.o .libs/libml.lax/lib_ml.a/mlrtrees.o .libs/libml.lax/lib_ml.a/ml.o .libs/libml.lax/lib_ml.a/mlestimate.o .libs/libml.lax/lib_ml.a/mltestset.o .libs/libml.lax/lib_ml.a/mltree.o .libs/libml.lax/lib_ml.a/mlcnn.o .libs/libml.lax/lib_ml.a/ml_inner_functions.o .libs/libml.lax/lib_ml.a/mlboost.o .libs/libml.lax/lib_ml.a/mlnbayes.o .libs/libml.lax/lib_ml.a/mlem.o .libs/libml.lax/lib_ml.a/mlsvm.o .libs/libml.lax/lib_ml.a/mlann_mlp.o 

arm-linux-ranlib .libs/libml.a

rm -fr .libs/libml.lax

creating libml.la

(cd .libs && rm -f libml.la && ln -s ../libml.la libml.la)

make[3]: Leaving directory `/root/opencv/opencv-1.0.0/ml/src'

Making all in include

make[3]: Entering directory `/root/opencv/opencv-1.0.0/ml/include'

make[3]: Nothing to be done for `all'.

make[3]: Leaving directory `/root/opencv/opencv-1.0.0/ml/include'

make[3]: Entering directory `/root/opencv/opencv-1.0.0/ml'

make[3]: Nothing to be done for `all-am'.

make[3]: Leaving directory `/root/opencv/opencv-1.0.0/ml'

make[2]: Leaving directory `/root/opencv/opencv-1.0.0/ml'

Making all in otherlibs

make[2]: Entering directory `/root/opencv/opencv-1.0.0/otherlibs'

Making all in highgui

make[3]: Entering directory `/root/opencv/opencv-1.0.0/otherlibs/highgui'

if /bin/sh ../../libtool --tag=CXX --mode=compile arm-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../../cxcore/include -I../../cv/include   -DNDEBUG -I/usr/local/arm/4.3.2/arm-none-linux-gnueabi/include/  -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer  -MT dummy.lo -MD -MP -MF ".deps/dummy.Tpo" -c -o dummy.lo dummy.cpp; \

then mv -f ".deps/dummy.Tpo" ".deps/dummy.Plo"; else rm -f ".deps/dummy.Tpo"; exit 1; fi

mkdir .libs

 arm-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../../cxcore/include -I../../cv/include -DNDEBUG -I/usr/local/arm/4.3.2/arm-none-linux-gnueabi/include/ -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -MT dummy.lo -MD -MP -MF .deps/dummy.Tpo -c dummy.cpp  -fPIC -DPIC -o .libs/dummy.o

 arm-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../../cxcore/include -I../../cv/include -DNDEBUG -I/usr/local/arm/4.3.2/arm-none-linux-gnueabi/include/ -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -MT dummy.lo -MD -MP -MF .deps/dummy.Tpo -c dummy.cpp -o dummy.o >/dev/null 2>&1

if /bin/sh ../../libtool --tag=CXX --mode=compile arm-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../../cxcore/include -I../../cv/include   -DNDEBUG -I/usr/local/arm/4.3.2/arm-none-linux-gnueabi/include/  -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer  -MT bitstrm.lo -MD -MP -MF ".deps/bitstrm.Tpo" -c -o bitstrm.lo bitstrm.cpp; \

then mv -f ".deps/bitstrm.Tpo" ".deps/bitstrm.Plo"; else rm -f ".deps/bitstrm.Tpo"; exit 1; fi

 arm-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../../cxcore/include -I../../cv/include -DNDEBUG -I/usr/local/arm/4.3.2/arm-none-linux-gnueabi/include/ -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -MT bitstrm.lo -MD -MP -MF .deps/bitstrm.Tpo -c bitstrm.cpp  -fPIC -DPIC -o .libs/bitstrm.o

bitstrm.cpp: In member function 'virtual void WMBitStream::Flush()':

bitstrm.cpp:985: warning: dereferencing type-punned pointer will break strict-aliasing rules

bitstrm.cpp: In member function 'void WMBitStream::Put(int, int)':

bitstrm.cpp:1029: warning: dereferencing type-punned pointer will break strict-aliasing rules

 arm-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../../cxcore/include -I../../cv/include -DNDEBUG -I/usr/local/arm/4.3.2/arm-none-linux-gnueabi/include/ -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -MT bitstrm.lo -MD -MP -MF .deps/bitstrm.Tpo -c bitstrm.cpp -o bitstrm.o >/dev/null 2>&1

if /bin/sh ../../libtool --tag=CXX --mode=compile arm-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../../cxcore/include -I../../cv/include   -DNDEBUG -I/usr/local/arm/4.3.2/arm-none-linux-gnueabi/include/  -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer  -MT grfmt_base.lo -MD -MP -MF ".deps/grfmt_base.Tpo" -c -o grfmt_base.lo grfmt_base.cpp; \

then mv -f ".deps/grfmt_base.Tpo" ".deps/grfmt_base.Plo"; else rm -f ".deps/grfmt_base.Tpo"; exit 1; fi

 arm-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../../cxcore/include -I../../cv/include -DNDEBUG -I/usr/local/arm/4.3.2/arm-none-linux-gnueabi/include/ -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -MT grfmt_base.lo -MD -MP -MF .deps/grfmt_base.Tpo -c grfmt_base.cpp  -fPIC -DPIC -o .libs/grfmt_base.o

 arm-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../../cxcore/include -I../../cv/include -DNDEBUG -I/usr/local/arm/4.3.2/arm-none-linux-gnueabi/include/ -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -MT grfmt_base.lo -MD -MP -MF .deps/grfmt_base.Tpo -c grfmt_base.cpp -o grfmt_base.o >/dev/null 2>&1

if /bin/sh ../../libtool --tag=CXX --mode=compile arm-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../../cxcore/include -I../../cv/include   -DNDEBUG -I/usr/local/arm/4.3.2/arm-none-linux-gnueabi/include/  -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer  -MT grfmt_bmp.lo -MD -MP -MF ".deps/grfmt_bmp.Tpo" -c -o grfmt_bmp.lo grfmt_bmp.cpp; \

then mv -f ".deps/grfmt_bmp.Tpo" ".deps/grfmt_bmp.Plo"; else rm -f ".deps/grfmt_bmp.Tpo"; exit 1; fi

 arm-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../../cxcore/include -I../../cv/include -DNDEBUG -I/usr/local/arm/4.3.2/arm-none-linux-gnueabi/include/ -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -MT grfmt_bmp.lo -MD -MP -MF .deps/grfmt_bmp.Tpo -c grfmt_bmp.cpp  -fPIC -DPIC -o .libs/grfmt_bmp.o

grfmt_bmp.cpp: In member function 'virtual bool GrFmtBmpReader::ReadData(uchar*, int, int)':

grfmt_bmp.cpp:304: warning: suggest parentheses around + or - in operand of &

 arm-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../../cxcore/include -I../../cv/include -DNDEBUG -I/usr/local/arm/4.3.2/arm-none-linux-gnueabi/include/ -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -MT grfmt_bmp.lo -MD -MP -MF .deps/grfmt_bmp.Tpo -c grfmt_bmp.cpp -o grfmt_bmp.o >/dev/null 2>&1

if /bin/sh ../../libtool --tag=CXX --mode=compile arm-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../../cxcore/include -I../../cv/include   -DNDEBUG -I/usr/local/arm/4.3.2/arm-none-linux-gnueabi/include/  -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer  -MT grfmt_jpeg.lo -MD -MP -MF ".deps/grfmt_jpeg.Tpo" -c -o grfmt_jpeg.lo grfmt_jpeg.cpp; \

then mv -f ".deps/grfmt_jpeg.Tpo" ".deps/grfmt_jpeg.Plo"; else rm -f ".deps/grfmt_jpeg.Tpo"; exit 1; fi

 arm-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../../cxcore/include -I../../cv/include -DNDEBUG -I/usr/local/arm/4.3.2/arm-none-linux-gnueabi/include/ -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -MT grfmt_jpeg.lo -MD -MP -MF .deps/grfmt_jpeg.Tpo -c grfmt_jpeg.cpp  -fPIC -DPIC -o .libs/grfmt_jpeg.o

 arm-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../../cxcore/include -I../../cv/include -DNDEBUG -I/usr/local/arm/4.3.2/arm-none-linux-gnueabi/include/ -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -MT grfmt_jpeg.lo -MD -MP -MF .deps/grfmt_jpeg.Tpo -c grfmt_jpeg.cpp -o grfmt_jpeg.o >/dev/null 2>&1

if /bin/sh ../../libtool --tag=CXX --mode=compile arm-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../../cxcore/include -I../../cv/include   -DNDEBUG -I/usr/local/arm/4.3.2/arm-none-linux-gnueabi/include/  -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer  -MT grfmt_png.lo -MD -MP -MF ".deps/grfmt_png.Tpo" -c -o grfmt_png.lo grfmt_png.cpp; \

then mv -f ".deps/grfmt_png.Tpo" ".deps/grfmt_png.Plo"; else rm -f ".deps/grfmt_png.Tpo"; exit 1; fi

 arm-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../../cxcore/include -I../../cv/include -DNDEBUG -I/usr/local/arm/4.3.2/arm-none-linux-gnueabi/include/ -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -MT grfmt_png.lo -MD -MP -MF .deps/grfmt_png.Tpo -c grfmt_png.cpp  -fPIC -DPIC -o .libs/grfmt_png.o

 arm-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../../cxcore/include -I../../cv/include -DNDEBUG -I/usr/local/arm/4.3.2/arm-none-linux-gnueabi/include/ -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -MT grfmt_png.lo -MD -MP -MF .deps/grfmt_png.Tpo -c grfmt_png.cpp -o grfmt_png.o >/dev/null 2>&1

if /bin/sh ../../libtool --tag=CXX --mode=compile arm-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../../cxcore/include -I../../cv/include   -DNDEBUG -I/usr/local/arm/4.3.2/arm-none-linux-gnueabi/include/  -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer  -MT grfmt_pxm.lo -MD -MP -MF ".deps/grfmt_pxm.Tpo" -c -o grfmt_pxm.lo grfmt_pxm.cpp; \

then mv -f ".deps/grfmt_pxm.Tpo" ".deps/grfmt_pxm.Plo"; else rm -f ".deps/grfmt_pxm.Tpo"; exit 1; fi

 arm-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../../cxcore/include -I../../cv/include -DNDEBUG -I/usr/local/arm/4.3.2/arm-none-linux-gnueabi/include/ -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -MT grfmt_pxm.lo -MD -MP -MF .deps/grfmt_pxm.Tpo -c grfmt_pxm.cpp  -fPIC -DPIC -o .libs/grfmt_pxm.o

 arm-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../../cxcore/include -I../../cv/include -DNDEBUG -I/usr/local/arm/4.3.2/arm-none-linux-gnueabi/include/ -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -MT grfmt_pxm.lo -MD -MP -MF .deps/grfmt_pxm.Tpo -c grfmt_pxm.cpp -o grfmt_pxm.o >/dev/null 2>&1

if /bin/sh ../../libtool --tag=CXX --mode=compile arm-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../../cxcore/include -I../../cv/include   -DNDEBUG -I/usr/local/arm/4.3.2/arm-none-linux-gnueabi/include/  -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer  -MT grfmt_jpeg2000.lo -MD -MP -MF ".deps/grfmt_jpeg2000.Tpo" -c -o grfmt_jpeg2000.lo grfmt_jpeg2000.cpp; \

then mv -f ".deps/grfmt_jpeg2000.Tpo" ".deps/grfmt_jpeg2000.Plo"; else rm -f ".deps/grfmt_jpeg2000.Tpo"; exit 1; fi

 arm-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../../cxcore/include -I../../cv/include -DNDEBUG -I/usr/local/arm/4.3.2/arm-none-linux-gnueabi/include/ -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -MT grfmt_jpeg2000.lo -MD -MP -MF .deps/grfmt_jpeg2000.Tpo -c grfmt_jpeg2000.cpp  -fPIC -DPIC -o .libs/grfmt_jpeg2000.o

 arm-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../../cxcore/include -I../../cv/include -DNDEBUG -I/usr/local/arm/4.3.2/arm-none-linux-gnueabi/include/ -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -MT grfmt_jpeg2000.lo -MD -MP -MF .deps/grfmt_jpeg2000.Tpo -c grfmt_jpeg2000.cpp -o grfmt_jpeg2000.o >/dev/null 2>&1

if /bin/sh ../../libtool --tag=CXX --mode=compile arm-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../../cxcore/include -I../../cv/include   -DNDEBUG -I/usr/local/arm/4.3.2/arm-none-linux-gnueabi/include/  -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer  -MT grfmt_exr.lo -MD -MP -MF ".deps/grfmt_exr.Tpo" -c -o grfmt_exr.lo grfmt_exr.cpp; \

then mv -f ".deps/grfmt_exr.Tpo" ".deps/grfmt_exr.Plo"; else rm -f ".deps/grfmt_exr.Tpo"; exit 1; fi

 arm-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../../cxcore/include -I../../cv/include -DNDEBUG -I/usr/local/arm/4.3.2/arm-none-linux-gnueabi/include/ -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -MT grfmt_exr.lo -MD -MP -MF .deps/grfmt_exr.Tpo -c grfmt_exr.cpp  -fPIC -DPIC -o .libs/grfmt_exr.o

 arm-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../../cxcore/include -I../../cv/include -DNDEBUG -I/usr/local/arm/4.3.2/arm-none-linux-gnueabi/include/ -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -MT grfmt_exr.lo -MD -MP -MF .deps/grfmt_exr.Tpo -c grfmt_exr.cpp -o grfmt_exr.o >/dev/null 2>&1

if /bin/sh ../../libtool --tag=CXX --mode=compile arm-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../../cxcore/include -I../../cv/include   -DNDEBUG -I/usr/local/arm/4.3.2/arm-none-linux-gnueabi/include/  -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer  -MT grfmt_sunras.lo -MD -MP -MF ".deps/grfmt_sunras.Tpo" -c -o grfmt_sunras.lo grfmt_sunras.cpp; \

then mv -f ".deps/grfmt_sunras.Tpo" ".deps/grfmt_sunras.Plo"; else rm -f ".deps/grfmt_sunras.Tpo"; exit 1; fi

 arm-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../../cxcore/include -I../../cv/include -DNDEBUG -I/usr/local/arm/4.3.2/arm-none-linux-gnueabi/include/ -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -MT grfmt_sunras.lo -MD -MP -MF .deps/grfmt_sunras.Tpo -c grfmt_sunras.cpp  -fPIC -DPIC -o .libs/grfmt_sunras.o

grfmt_sunras.cpp: In member function 'virtual bool GrFmtSunRasterReader::ReadHeader()':

grfmt_sunras.cpp:118: warning: suggest parentheses around && within ||

 arm-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../../cxcore/include -I../../cv/include -DNDEBUG -I/usr/local/arm/4.3.2/arm-none-linux-gnueabi/include/ -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -MT grfmt_sunras.lo -MD -MP -MF .deps/grfmt_sunras.Tpo -c grfmt_sunras.cpp -o grfmt_sunras.o >/dev/null 2>&1

if /bin/sh ../../libtool --tag=CXX --mode=compile arm-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../../cxcore/include -I../../cv/include   -DNDEBUG -I/usr/local/arm/4.3.2/arm-none-linux-gnueabi/include/  -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer  -MT grfmt_tiff.lo -MD -MP -MF ".deps/grfmt_tiff.Tpo" -c -o grfmt_tiff.lo grfmt_tiff.cpp; \

then mv -f ".deps/grfmt_tiff.Tpo" ".deps/grfmt_tiff.Plo"; else rm -f ".deps/grfmt_tiff.Tpo"; exit 1; fi

 arm-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../../cxcore/include -I../../cv/include -DNDEBUG -I/usr/local/arm/4.3.2/arm-none-linux-gnueabi/include/ -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -MT grfmt_tiff.lo -MD -MP -MF .deps/grfmt_tiff.Tpo -c grfmt_tiff.cpp  -fPIC -DPIC -o .libs/grfmt_tiff.o

grfmt_tiff.cpp: In member function 'virtual bool GrFmtTiffReader::ReadHeader()':

grfmt_tiff.cpp:507: warning: suggest parentheses around && within ||

grfmt_tiff.cpp:517: warning: suggest parentheses around && within ||

 arm-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../../cxcore/include -I../../cv/include -DNDEBUG -I/usr/local/arm/4.3.2/arm-none-linux-gnueabi/include/ -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -MT grfmt_tiff.lo -MD -MP -MF .deps/grfmt_tiff.Tpo -c grfmt_tiff.cpp -o grfmt_tiff.o >/dev/null 2>&1

if /bin/sh ../../libtool --tag=CXX --mode=compile arm-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../../cxcore/include -I../../cv/include   -DNDEBUG -I/usr/local/arm/4.3.2/arm-none-linux-gnueabi/include/  -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer  -MT image.lo -MD -MP -MF ".deps/image.Tpo" -c -o image.lo image.cpp; \

then mv -f ".deps/image.Tpo" ".deps/image.Plo"; else rm -f ".deps/image.Tpo"; exit 1; fi

 arm-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../../cxcore/include -I../../cv/include -DNDEBUG -I/usr/local/arm/4.3.2/arm-none-linux-gnueabi/include/ -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -MT image.lo -MD -MP -MF .deps/image.Tpo -c image.cpp  -fPIC -DPIC -o .libs/image.o

 arm-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../../cxcore/include -I../../cv/include -DNDEBUG -I/usr/local/arm/4.3.2/arm-none-linux-gnueabi/include/ -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -MT image.lo -MD -MP -MF .deps/image.Tpo -c image.cpp -o image.o >/dev/null 2>&1

if /bin/sh ../../libtool --tag=CXX --mode=compile arm-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../../cxcore/include -I../../cv/include   -DNDEBUG -I/usr/local/arm/4.3.2/arm-none-linux-gnueabi/include/  -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer  -MT loadsave.lo -MD -MP -MF ".deps/loadsave.Tpo" -c -o loadsave.lo loadsave.cpp; \

then mv -f ".deps/loadsave.Tpo" ".deps/loadsave.Plo"; else rm -f ".deps/loadsave.Tpo"; exit 1; fi

 arm-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../../cxcore/include -I../../cv/include -DNDEBUG -I/usr/local/arm/4.3.2/arm-none-linux-gnueabi/include/ -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -MT loadsave.lo -MD -MP -MF .deps/loadsave.Tpo -c loadsave.cpp  -fPIC -DPIC -o .libs/loadsave.o

 arm-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../../cxcore/include -I../../cv/include -DNDEBUG -I/usr/local/arm/4.3.2/arm-none-linux-gnueabi/include/ -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -MT loadsave.lo -MD -MP -MF .deps/loadsave.Tpo -c loadsave.cpp -o loadsave.o >/dev/null 2>&1

if /bin/sh ../../libtool --tag=CXX --mode=compile arm-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../../cxcore/include -I../../cv/include   -DNDEBUG -I/usr/local/arm/4.3.2/arm-none-linux-gnueabi/include/  -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer  -MT precomp.lo -MD -MP -MF ".deps/precomp.Tpo" -c -o precomp.lo precomp.cpp; \

then mv -f ".deps/precomp.Tpo" ".deps/precomp.Plo"; else rm -f ".deps/precomp.Tpo"; exit 1; fi

 arm-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../../cxcore/include -I../../cv/include -DNDEBUG -I/usr/local/arm/4.3.2/arm-none-linux-gnueabi/include/ -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -MT precomp.lo -MD -MP -MF .deps/precomp.Tpo -c precomp.cpp  -fPIC -DPIC -o .libs/precomp.o

 arm-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../../cxcore/include -I../../cv/include -DNDEBUG -I/usr/local/arm/4.3.2/arm-none-linux-gnueabi/include/ -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -MT precomp.lo -MD -MP -MF .deps/precomp.Tpo -c precomp.cpp -o precomp.o >/dev/null 2>&1

if /bin/sh ../../libtool --tag=CXX --mode=compile arm-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../../cxcore/include -I../../cv/include   -DNDEBUG -I/usr/local/arm/4.3.2/arm-none-linux-gnueabi/include/  -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer  -MT utils.lo -MD -MP -MF ".deps/utils.Tpo" -c -o utils.lo utils.cpp; \

then mv -f ".deps/utils.Tpo" ".deps/utils.Plo"; else rm -f ".deps/utils.Tpo"; exit 1; fi

 arm-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../../cxcore/include -I../../cv/include -DNDEBUG -I/usr/local/arm/4.3.2/arm-none-linux-gnueabi/include/ -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -MT utils.lo -MD -MP -MF .deps/utils.Tpo -c utils.cpp  -fPIC -DPIC -o .libs/utils.o

 arm-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../../cxcore/include -I../../cv/include -DNDEBUG -I/usr/local/arm/4.3.2/arm-none-linux-gnueabi/include/ -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -MT utils.lo -MD -MP -MF .deps/utils.Tpo -c utils.cpp -o utils.o >/dev/null 2>&1

if /bin/sh ../../libtool --tag=CXX --mode=compile arm-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../../cxcore/include -I../../cv/include   -DNDEBUG -I/usr/local/arm/4.3.2/arm-none-linux-gnueabi/include/  -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer  -MT cvcap.lo -MD -MP -MF ".deps/cvcap.Tpo" -c -o cvcap.lo cvcap.cpp; \

then mv -f ".deps/cvcap.Tpo" ".deps/cvcap.Plo"; else rm -f ".deps/cvcap.Tpo"; exit 1; fi

 arm-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../../cxcore/include -I../../cv/include -DNDEBUG -I/usr/local/arm/4.3.2/arm-none-linux-gnueabi/include/ -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -MT cvcap.lo -MD -MP -MF .deps/cvcap.Tpo -c cvcap.cpp  -fPIC -DPIC -o .libs/cvcap.o

 arm-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../../cxcore/include -I../../cv/include -DNDEBUG -I/usr/local/arm/4.3.2/arm-none-linux-gnueabi/include/ -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -MT cvcap.lo -MD -MP -MF .deps/cvcap.Tpo -c cvcap.cpp -o cvcap.o >/dev/null 2>&1

if /bin/sh ../../libtool --tag=CXX --mode=compile arm-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../../cxcore/include -I../../cv/include   -DNDEBUG -I/usr/local/arm/4.3.2/arm-none-linux-gnueabi/include/  -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer  -MT window.lo -MD -MP -MF ".deps/window.Tpo" -c -o window.lo window.cpp; \

then mv -f ".deps/window.Tpo" ".deps/window.Plo"; else rm -f ".deps/window.Tpo"; exit 1; fi

 arm-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../../cxcore/include -I../../cv/include -DNDEBUG -I/usr/local/arm/4.3.2/arm-none-linux-gnueabi/include/ -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -MT window.lo -MD -MP -MF .deps/window.Tpo -c window.cpp  -fPIC -DPIC -o .libs/window.o

 arm-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../../cxcore/include -I../../cv/include -DNDEBUG -I/usr/local/arm/4.3.2/arm-none-linux-gnueabi/include/ -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -MT window.lo -MD -MP -MF .deps/window.Tpo -c window.cpp -o window.o >/dev/null 2>&1

if /bin/sh ../../libtool --tag=CXX --mode=compile arm-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../../cxcore/include -I../../cv/include   -DNDEBUG -I/usr/local/arm/4.3.2/arm-none-linux-gnueabi/include/  -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer  -MT cvcap_v4l.lo -MD -MP -MF ".deps/cvcap_v4l.Tpo" -c -o cvcap_v4l.lo cvcap_v4l.cpp; \

then mv -f ".deps/cvcap_v4l.Tpo" ".deps/cvcap_v4l.Plo"; else rm -f ".deps/cvcap_v4l.Tpo"; exit 1; fi

 arm-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../../cxcore/include -I../../cv/include -DNDEBUG -I/usr/local/arm/4.3.2/arm-none-linux-gnueabi/include/ -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -MT cvcap_v4l.lo -MD -MP -MF .deps/cvcap_v4l.Tpo -c cvcap_v4l.cpp  -fPIC -DPIC -o .libs/cvcap_v4l.o

 arm-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../../cxcore/include -I../../cv/include -DNDEBUG -I/usr/local/arm/4.3.2/arm-none-linux-gnueabi/include/ -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer -MT cvcap_v4l.lo -MD -MP -MF .deps/cvcap_v4l.Tpo -c cvcap_v4l.cpp -o cvcap_v4l.o >/dev/null 2>&1

/bin/sh ../../libtool --tag=CXX --mode=link arm-linux-g++  -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer   -L/usr/local/arm/4.3.2/arm-none-linux-gnueabi/lib -o lib_highgui.la  -no-undefined -L/usr/local/arm/4.3.2/arm-none-linux-gnueabi/lib bitstrm.lo grfmt_base.lo grfmt_bmp.lo grfmt_jpeg.lo grfmt_png.lo grfmt_pxm.lo grfmt_jpeg2000.lo grfmt_exr.lo grfmt_sunras.lo grfmt_tiff.lo image.lo loadsave.lo precomp.lo utils.lo cvcap.lo window.lo  cvcap_v4l.lo       -lpthread -ldl -lm 

arm-linux-ar cru .libs/lib_highgui.a .libs/bitstrm.o .libs/grfmt_base.o .libs/grfmt_bmp.o .libs/grfmt_jpeg.o .libs/grfmt_png.o .libs/grfmt_pxm.o .libs/grfmt_jpeg2000.o .libs/grfmt_exr.o .libs/grfmt_sunras.o .libs/grfmt_tiff.o .libs/image.o .libs/loadsave.o .libs/precomp.o .libs/utils.o .libs/cvcap.o .libs/window.o .libs/cvcap_v4l.o

arm-linux-ranlib .libs/lib_highgui.a

creating lib_highgui.la

(cd .libs && rm -f lib_highgui.la && ln -s ../lib_highgui.la lib_highgui.la)

/bin/sh ../../libtool --tag=CXX --mode=link arm-linux-g++  -Wall -fno-rtti -pipe -O3 -fomit-frame-pointer   -L/usr/local/arm/4.3.2/arm-none-linux-gnueabi/lib -o libhighgui.la -rpath /root/opencv-arm/lib -no-undefined -version-info 1:0:0 -L/usr/local/arm/4.3.2/arm-none-linux-gnueabi/lib dummy.lo lib_highgui.la ../../cxcore/src/libcxcore.la ../../cv/src/libcv.la -lpng12  -ljpeg -lz -lm  -lpthread -ldl -lm 

arm-linux-g++ -shared -nostdlib /usr/local/arm/4.3.2/bin/../arm-none-linux-gnueabi/libc/armv4t/usr/lib/crti.o /usr/local/arm/4.3.2/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.2/armv4t/crtbeginS.o  .libs/dummy.o -Wl,--whole-archive ./.libs/lib_highgui.a -Wl,--no-whole-archive  -Wl,--rpath -Wl,/root/opencv/opencv-1.0.0/cxcore/src/.libs -Wl,--rpath -Wl,/root/opencv/opencv-1.0.0/cv/src/.libs -Wl,--rpath -Wl,/root/libjpeg-arm/lib -Wl,--rpath -Wl,/root/opencv-arm/lib -Wl,--rpath -Wl,/root/libjpeg-arm/lib -L/root/opencv/opencv-1.0.0/cxcore/src/.libs -L/usr/local/arm/4.3.2/arm-none-linux-gnueabi/lib ../../cxcore/src/.libs/libcxcore.so ../../cv/src/.libs/libcv.so -lpng12 /root/libjpeg-arm/lib/libjpeg.so -lz -lpthread -ldl -L/usr/local/arm/4.3.2/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.2/armv4t -L/usr/local/arm/4.3.2/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.2/../../../../arm-none-linux-gnueabi/lib/armv4t -L/usr/local/arm/4.3.2/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.2 -L/usr/local/arm/4.3.2/bin/../lib/gcc -L/usr/local/arm/4.3.2/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.2/../../../../arm-none-linux-gnueabi/lib -L/usr/local/arm/4.3.2/bin/../arm-none-linux-gnueabi/libc/armv4t/lib -L/usr/local/arm/4.3.2/bin/../arm-none-linux-gnueabi/libc/armv4t/usr/lib -lstdc++ -lm -lc -lgcc_s /usr/local/arm/4.3.2/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.2/armv4t/crtendS.o /usr/local/arm/4.3.2/bin/../arm-none-linux-gnueabi/libc/armv4t/usr/lib/crtn.o  -Wl,-soname -Wl,libhighgui.so.1 -o .libs/libhighgui.so.1.0.0

(cd .libs && rm -f libhighgui.so.1 && ln -s libhighgui.so.1.0.0 libhighgui.so.1)

(cd .libs && rm -f libhighgui.so && ln -s libhighgui.so.1.0.0 libhighgui.so)

rm -fr .libs/libhighgui.lax

mkdir .libs/libhighgui.lax

rm -fr .libs/libhighgui.lax/lib_highgui.a

mkdir .libs/libhighgui.lax/lib_highgui.a

(cd .libs/libhighgui.lax/lib_highgui.a && arm-linux-ar x /root/opencv/opencv-1.0.0/otherlibs/highgui/./.libs/lib_highgui.a)

arm-linux-ar cru .libs/libhighgui.a  dummy.o  .libs/libhighgui.lax/lib_highgui.a/grfmt_sunras.o .libs/libhighgui.lax/lib_highgui.a/grfmt_base.o .libs/libhighgui.lax/lib_highgui.a/grfmt_tiff.o .libs/libhighgui.lax/lib_highgui.a/grfmt_png.o .libs/libhighgui.lax/lib_highgui.a/grfmt_jpeg.o .libs/libhighgui.lax/lib_highgui.a/loadsave.o .libs/libhighgui.lax/lib_highgui.a/bitstrm.o .libs/libhighgui.lax/lib_highgui.a/cvcap.o .libs/libhighgui.lax/lib_highgui.a/cvcap_v4l.o .libs/libhighgui.lax/lib_highgui.a/image.o .libs/libhighgui.lax/lib_highgui.a/grfmt_exr.o .libs/libhighgui.lax/lib_highgui.a/grfmt_pxm.o .libs/libhighgui.lax/lib_highgui.a/grfmt_jpeg2000.o .libs/libhighgui.lax/lib_highgui.a/grfmt_bmp.o .libs/libhighgui.lax/lib_highgui.a/window.o .libs/libhighgui.lax/lib_highgui.a/precomp.o .libs/libhighgui.lax/lib_highgui.a/utils.o 

arm-linux-ranlib .libs/libhighgui.a

rm -fr .libs/libhighgui.lax

creating libhighgui.la

(cd .libs && rm -f libhighgui.la && ln -s ../libhighgui.la libhighgui.la)

make[3]: Leaving directory `/root/opencv/opencv-1.0.0/otherlibs/highgui'

make[3]: Entering directory `/root/opencv/opencv-1.0.0/otherlibs'

make[3]: Nothing to be done for `all-am'.

make[3]: Leaving directory `/root/opencv/opencv-1.0.0/otherlibs'

make[2]: Leaving directory `/root/opencv/opencv-1.0.0/otherlibs'

Making all in utils

make[2]: Entering directory `/root/opencv/opencv-1.0.0/utils'

make[2]: Nothing to be done for `all'.

make[2]: Leaving directory `/root/opencv/opencv-1.0.0/utils'

Making all in interfaces

make[2]: Entering directory `/root/opencv/opencv-1.0.0/interfaces'

Making all in swig

make[3]: Entering directory `/root/opencv/opencv-1.0.0/interfaces/swig'

Making all in filtered

make[4]: Entering directory `/root/opencv/opencv-1.0.0/interfaces/swig/filtered'

make[4]: Nothing to be done for `all'.

make[4]: Leaving directory `/root/opencv/opencv-1.0.0/interfaces/swig/filtered'

Making all in general

make[4]: Entering directory `/root/opencv/opencv-1.0.0/interfaces/swig/general'

make  all-am

make[5]: Entering directory `/root/opencv/opencv-1.0.0/interfaces/swig/general'

make[5]: Nothing to be done for `all-am'.

make[5]: Leaving directory `/root/opencv/opencv-1.0.0/interfaces/swig/general'

make[4]: Leaving directory `/root/opencv/opencv-1.0.0/interfaces/swig/general'

Making all in python

make[4]: Entering directory `/root/opencv/opencv-1.0.0/interfaces/swig/python'

make[4]: Nothing to be done for `all'.

make[4]: Leaving directory `/root/opencv/opencv-1.0.0/interfaces/swig/python'

make[4]: Entering directory `/root/opencv/opencv-1.0.0/interfaces/swig'

make[4]: Nothing to be done for `all-am'.

make[4]: Leaving directory `/root/opencv/opencv-1.0.0/interfaces/swig'

make[3]: Leaving directory `/root/opencv/opencv-1.0.0/interfaces/swig'

make[3]: Entering directory `/root/opencv/opencv-1.0.0/interfaces'

make[3]: Nothing to be done for `all-am'.

make[3]: Leaving directory `/root/opencv/opencv-1.0.0/interfaces'

make[2]: Leaving directory `/root/opencv/opencv-1.0.0/interfaces'

Making all in tests

make[2]: Entering directory `/root/opencv/opencv-1.0.0/tests'

Making all in cxts

make[3]: Entering directory `/root/opencv/opencv-1.0.0/tests/cxts'

make[3]: Nothing to be done for `all'.

make[3]: Leaving directory `/root/opencv/opencv-1.0.0/tests/cxts'

Making all in cxcore

make[3]: Entering directory `/root/opencv/opencv-1.0.0/tests/cxcore'

Making all in src

make[4]: Entering directory `/root/opencv/opencv-1.0.0/tests/cxcore/src'

make[4]: Nothing to be done for `all'.

make[4]: Leaving directory `/root/opencv/opencv-1.0.0/tests/cxcore/src'

make[4]: Entering directory `/root/opencv/opencv-1.0.0/tests/cxcore'

make[4]: Nothing to be done for `all-am'.

make[4]: Leaving directory `/root/opencv/opencv-1.0.0/tests/cxcore'

make[3]: Leaving directory `/root/opencv/opencv-1.0.0/tests/cxcore'

Making all in cv

make[3]: Entering directory `/root/opencv/opencv-1.0.0/tests/cv'

Making all in src

make[4]: Entering directory `/root/opencv/opencv-1.0.0/tests/cv/src'

make[4]: Nothing to be done for `all'.

make[4]: Leaving directory `/root/opencv/opencv-1.0.0/tests/cv/src'

make[4]: Entering directory `/root/opencv/opencv-1.0.0/tests/cv'

make[4]: Nothing to be done for `all-am'.

make[4]: Leaving directory `/root/opencv/opencv-1.0.0/tests/cv'

make[3]: Leaving directory `/root/opencv/opencv-1.0.0/tests/cv'

Making all in python

make[3]: Entering directory `/root/opencv/opencv-1.0.0/tests/python'

make[3]: Nothing to be done for `all'.

make[3]: Leaving directory `/root/opencv/opencv-1.0.0/tests/python'

make[3]: Entering directory `/root/opencv/opencv-1.0.0/tests'

make[3]: Nothing to be done for `all-am'.

make[3]: Leaving directory `/root/opencv/opencv-1.0.0/tests'

make[2]: Leaving directory `/root/opencv/opencv-1.0.0/tests'

Making all in samples

make[2]: Entering directory `/root/opencv/opencv-1.0.0/samples'

Making all in c

make[3]: Entering directory `/root/opencv/opencv-1.0.0/samples/c'

make[3]: Nothing to be done for `all'.

make[3]: Leaving directory `/root/opencv/opencv-1.0.0/samples/c'

Making all in python

make[3]: Entering directory `/root/opencv/opencv-1.0.0/samples/python'

make[3]: Nothing to be done for `all'.

make[3]: Leaving directory `/root/opencv/opencv-1.0.0/samples/python'

make[3]: Entering directory `/root/opencv/opencv-1.0.0/samples'

make[3]: Nothing to be done for `all-am'.

make[3]: Leaving directory `/root/opencv/opencv-1.0.0/samples'

make[2]: Leaving directory `/root/opencv/opencv-1.0.0/samples'

Making all in data

make[2]: Entering directory `/root/opencv/opencv-1.0.0/data'

make[2]: Nothing to be done for `all'.

make[2]: Leaving directory `/root/opencv/opencv-1.0.0/data'

Making all in docs

make[2]: Entering directory `/root/opencv/opencv-1.0.0/docs'

make[2]: Nothing to be done for `all'.

make[2]: Leaving directory `/root/opencv/opencv-1.0.0/docs'

make[2]: Entering directory `/root/opencv/opencv-1.0.0'

make[2]: Nothing to be done for `all-am'.

make[2]: Leaving directory `/root/opencv/opencv-1.0.0'

make[1]: Leaving directory `/root/opencv/opencv-1.0.0'

[root@DeebugFedoraPC opencv-1.0.0]# 

 

[root@DeebugFedoraPC opencv-1.0.0]# make install

。。。。。。

_highgui.a -Wl,--no-whole-archive  -Wl,--rpath -Wl,/root/opencv-arm/lib -Wl,--rpath -Wl,/root/libjpeg-arm/lib -L/root/opencv/opencv-1.0.0/cxcore/src/.libs -L/usr/local/arm/4.3.2/arm-none-linux-gnueabi/lib -L/root/opencv-arm/lib -lcxcore -lcv -lpng12 -L/root/libjpeg-arm/lib -ljpeg -lz -lpthread -ldl -L/usr/local/arm/4.3.2/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.2/armv4t -L/usr/local/arm/4.3.2/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.2/../../../../arm-none-linux-gnueabi/lib/armv4t -L/usr/local/arm/4.3.2/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.2 -L/usr/local/arm/4.3.2/bin/../lib/gcc -L/usr/local/arm/4.3.2/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.2/../../../../arm-none-linux-gnueabi/lib -L/usr/local/arm/4.3.2/bin/../arm-none-linux-gnueabi/libc/armv4t/lib -L/usr/local/arm/4.3.2/bin/../arm-none-linux-gnueabi/libc/armv4t/usr/lib -lstdc++ -lm -lc -lgcc_s /usr/local/arm/4.3.2/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.2/armv4t/crtendS.o /usr/local/arm/4.3.2/bin/../arm-none-linux-gnueabi/libc/armv4t/usr/lib/crtn.o  -Wl,-soname -Wl,libhighgui.so.1 -o .libs/libhighgui.so.1.0.0

/usr/bin/install -c .libs/libhighgui.so.1.0.0T /root/opencv-arm/lib/libhighgui.so.1.0.0

(cd /root/opencv-arm/lib && { ln -s -f libhighgui.so.1.0.0 libhighgui.so.1 || { rm -f libhighgui.so.1 && ln -s libhighgui.so.1.0.0 libhighgui.so.1; }; })

(cd /root/opencv-arm/lib && { ln -s -f libhighgui.so.1.0.0 libhighgui.so || { rm -f libhighgui.so && ln -s libhighgui.so.1.0.0 libhighgui.so; }; })

/usr/bin/install -c .libs/libhighgui.lai /root/opencv-arm/lib/libhighgui.la

/usr/bin/install -c .libs/libhighgui.a /root/opencv-arm/lib/libhighgui.a

chmod 644 /root/opencv-arm/lib/libhighgui.a

arm-linux-ranlib /root/opencv-arm/lib/libhighgui.a

PATH="$PATH:/sbin" ldconfig -n /root/opencv-arm/lib

----------------------------------------------------------------------

Libraries have been installed in:

   /root/opencv-arm/lib

 

If you ever happen to want to link against installed libraries

in a given directory, LIBDIR, you must either use libtool, and

specify the full pathname of the library, or use the `-LLIBDIR'

flag during linking and do at least one of the following:

   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable

     during execution

   - add LIBDIR to the `LD_RUN_PATH' environment variable

     during linking

   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag

   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

 

See any operating system documentation about shared libraries for

more information, such as the ld(1) and ld.so(8) manual pages.

----------------------------------------------------------------------

test -z "/root/opencv-arm/include/opencv" || mkdir -p -- "/root/opencv-arm/include/opencv"

 /usr/bin/install -c -m 644 'highgui.h' '/root/opencv-arm/include/opencv/highgui.h'

make[3]: Leaving directory `/root/opencv/opencv-1.0.0/otherlibs/highgui'

make[2]: Leaving directory `/root/opencv/opencv-1.0.0/otherlibs/highgui'

make[2]: Entering directory `/root/opencv/opencv-1.0.0/otherlibs'

make[3]: Entering directory `/root/opencv/opencv-1.0.0/otherlibs'

make[3]: Nothing to be done for `install-exec-am'.

make[3]: Nothing to be done for `install-data-am'.

make[3]: Leaving directory `/root/opencv/opencv-1.0.0/otherlibs'

make[2]: Leaving directory `/root/opencv/opencv-1.0.0/otherlibs'

make[1]: Leaving directory `/root/opencv/opencv-1.0.0/otherlibs'

Making install in utils

make[1]: Entering directory `/root/opencv/opencv-1.0.0/utils'

make[2]: Entering directory `/root/opencv/opencv-1.0.0/utils'

make[2]: Nothing to be done for `install-exec-am'.

make[2]: Nothing to be done for `install-data-am'.

make[2]: Leaving directory `/root/opencv/opencv-1.0.0/utils'

make[1]: Leaving directory `/root/opencv/opencv-1.0.0/utils'

Making install in interfaces

make[1]: Entering directory `/root/opencv/opencv-1.0.0/interfaces'

Making install in swig

make[2]: Entering directory `/root/opencv/opencv-1.0.0/interfaces/swig'

Making install in filtered

make[3]: Entering directory `/root/opencv/opencv-1.0.0/interfaces/swig/filtered'

make[4]: Entering directory `/root/opencv/opencv-1.0.0/interfaces/swig/filtered'

make[4]: Nothing to be done for `install-exec-am'.

make[4]: Nothing to be done for `install-data-am'.

make[4]: Leaving directory `/root/opencv/opencv-1.0.0/interfaces/swig/filtered'

make[3]: Leaving directory `/root/opencv/opencv-1.0.0/interfaces/swig/filtered'

Making install in general

make[3]: Entering directory `/root/opencv/opencv-1.0.0/interfaces/swig/general'

make  install-am

make[4]: Entering directory `/root/opencv/opencv-1.0.0/interfaces/swig/general'

make[5]: Entering directory `/root/opencv/opencv-1.0.0/interfaces/swig/general'

make[5]: Nothing to be done for `install-exec-am'.

make[5]: Nothing to be done for `install-data-am'.

make[5]: Leaving directory `/root/opencv/opencv-1.0.0/interfaces/swig/general'

make[4]: Leaving directory `/root/opencv/opencv-1.0.0/interfaces/swig/general'

make[3]: Leaving directory `/root/opencv/opencv-1.0.0/interfaces/swig/general'

Making install in python

make[3]: Entering directory `/root/opencv/opencv-1.0.0/interfaces/swig/python'

make[4]: Entering directory `/root/opencv/opencv-1.0.0/interfaces/swig/python'

make[4]: Nothing to be done for `install-exec-am'.

test -z "" || mkdir -p -- ""

test -z "" || mkdir -p -- ""

make[4]: Leaving directory `/root/opencv/opencv-1.0.0/interfaces/swig/python'

make[3]: Leaving directory `/root/opencv/opencv-1.0.0/interfaces/swig/python'

make[3]: Entering directory `/root/opencv/opencv-1.0.0/interfaces/swig'

make[4]: Entering directory `/root/opencv/opencv-1.0.0/interfaces/swig'

make[4]: Nothing to be done for `install-exec-am'.

make[4]: Nothing to be done for `install-data-am'.

make[4]: Leaving directory `/root/opencv/opencv-1.0.0/interfaces/swig'

make[3]: Leaving directory `/root/opencv/opencv-1.0.0/interfaces/swig'

make[2]: Leaving directory `/root/opencv/opencv-1.0.0/interfaces/swig'

make[2]: Entering directory `/root/opencv/opencv-1.0.0/interfaces'

make[3]: Entering directory `/root/opencv/opencv-1.0.0/interfaces'

make[3]: Nothing to be done for `install-exec-am'.

make[3]: Nothing to be done for `install-data-am'.

make[3]: Leaving directory `/root/opencv/opencv-1.0.0/interfaces'

make[2]: Leaving directory `/root/opencv/opencv-1.0.0/interfaces'

make[1]: Leaving directory `/root/opencv/opencv-1.0.0/interfaces'

Making install in tests

make[1]: Entering directory `/root/opencv/opencv-1.0.0/tests'

Making install in cxts

make[2]: Entering directory `/root/opencv/opencv-1.0.0/tests/cxts'

make[3]: Entering directory `/root/opencv/opencv-1.0.0/tests/cxts'

make[3]: Nothing to be done for `install-exec-am'.

make[3]: Nothing to be done for `install-data-am'.

make[3]: Leaving directory `/root/opencv/opencv-1.0.0/tests/cxts'

make[2]: Leaving directory `/root/opencv/opencv-1.0.0/tests/cxts'

Making install in cxcore

make[2]: Entering directory `/root/opencv/opencv-1.0.0/tests/cxcore'

Making install in src

make[3]: Entering directory `/root/opencv/opencv-1.0.0/tests/cxcore/src'

make[4]: Entering directory `/root/opencv/opencv-1.0.0/tests/cxcore/src'

make[4]: Nothing to be done for `install-exec-am'.

make[4]: Nothing to be done for `install-data-am'.

make[4]: Leaving directory `/root/opencv/opencv-1.0.0/tests/cxcore/src'

make[3]: Leaving directory `/root/opencv/opencv-1.0.0/tests/cxcore/src'

make[3]: Entering directory `/root/opencv/opencv-1.0.0/tests/cxcore'

make[4]: Entering directory `/root/opencv/opencv-1.0.0/tests/cxcore'

make[4]: Nothing to be done for `install-exec-am'.

make[4]: Nothing to be done for `install-data-am'.

make[4]: Leaving directory `/root/opencv/opencv-1.0.0/tests/cxcore'

make[3]: Leaving directory `/root/opencv/opencv-1.0.0/tests/cxcore'

make[2]: Leaving directory `/root/opencv/opencv-1.0.0/tests/cxcore'

Making install in cv

make[2]: Entering directory `/root/opencv/opencv-1.0.0/tests/cv'

Making install in src

make[3]: Entering directory `/root/opencv/opencv-1.0.0/tests/cv/src'

make[4]: Entering directory `/root/opencv/opencv-1.0.0/tests/cv/src'

make[4]: Nothing to be done for `install-exec-am'.

make[4]: Nothing to be done for `install-data-am'.

make[4]: Leaving directory `/root/opencv/opencv-1.0.0/tests/cv/src'

make[3]: Leaving directory `/root/opencv/opencv-1.0.0/tests/cv/src'

make[3]: Entering directory `/root/opencv/opencv-1.0.0/tests/cv'

make[4]: Entering directory `/root/opencv/opencv-1.0.0/tests/cv'

make[4]: Nothing to be done for `install-exec-am'.

make[4]: Nothing to be done for `install-data-am'.

make[4]: Leaving directory `/root/opencv/opencv-1.0.0/tests/cv'

make[3]: Leaving directory `/root/opencv/opencv-1.0.0/tests/cv'

make[2]: Leaving directory `/root/opencv/opencv-1.0.0/tests/cv'

Making install in python

make[2]: Entering directory `/root/opencv/opencv-1.0.0/tests/python'

make[3]: Entering directory `/root/opencv/opencv-1.0.0/tests/python'

make[3]: Nothing to be done for `install-exec-am'.

make[3]: Nothing to be done for `install-data-am'.

make[3]: Leaving directory `/root/opencv/opencv-1.0.0/tests/python'

make[2]: Leaving directory `/root/opencv/opencv-1.0.0/tests/python'

make[2]: Entering directory `/root/opencv/opencv-1.0.0/tests'

make[3]: Entering directory `/root/opencv/opencv-1.0.0/tests'

make[3]: Nothing to be done for `install-exec-am'.

make[3]: Nothing to be done for `install-data-am'.

make[3]: Leaving directory `/root/opencv/opencv-1.0.0/tests'

make[2]: Leaving directory `/root/opencv/opencv-1.0.0/tests'

make[1]: Leaving directory `/root/opencv/opencv-1.0.0/tests'

Making install in samples

make[1]: Entering directory `/root/opencv/opencv-1.0.0/samples'

Making install in c

make[2]: Entering directory `/root/opencv/opencv-1.0.0/samples/c'

make[3]: Entering directory `/root/opencv/opencv-1.0.0/samples/c'

make[3]: Nothing to be done for `install-exec-am'.

test -z "/root/opencv-arm/share/opencv/samples/c" || mkdir -p -- "/root/opencv-arm/share/opencv/samples/c"

 /usr/bin/install -c -m 644 'airplane.jpg' '/root/opencv-arm/share/opencv/samples/c/airplane.jpg'

 /usr/bin/install -c -m 644 'baboon.jpg' '/root/opencv-arm/share/opencv/samples/c/baboon.jpg'

 /usr/bin/install -c -m 644 'lena.jpg' '/root/opencv-arm/share/opencv/samples/c/lena.jpg'

 /usr/bin/install -c -m 644 'fruits.jpg' '/root/opencv-arm/share/opencv/samples/c/fruits.jpg'

 /usr/bin/install -c -m 644 'stuff.jpg' '/root/opencv-arm/share/opencv/samples/c/stuff.jpg'

 /usr/bin/install -c -m 644 'pic1.png' '/root/opencv-arm/share/opencv/samples/c/pic1.png'

 /usr/bin/install -c -m 644 'pic2.png' '/root/opencv-arm/share/opencv/samples/c/pic2.png'

 /usr/bin/install -c -m 644 'pic3.png' '/root/opencv-arm/share/opencv/samples/c/pic3.png'

 /usr/bin/install -c -m 644 'pic4.png' '/root/opencv-arm/share/opencv/samples/c/pic4.png'

 /usr/bin/install -c -m 644 'pic5.png' '/root/opencv-arm/share/opencv/samples/c/pic5.png'

 /usr/bin/install -c -m 644 'pic6.png' '/root/opencv-arm/share/opencv/samples/c/pic6.png'

 /usr/bin/install -c -m 644 'build_all.sh' '/root/opencv-arm/share/opencv/samples/c/build_all.sh'

 /usr/bin/install -c -m 644 'cvsample.dsp' '/root/opencv-arm/share/opencv/samples/c/cvsample.dsp'

 /usr/bin/install -c -m 644 'cvsample.vcproj' '/root/opencv-arm/share/opencv/samples/c/cvsample.vcproj'

 /usr/bin/install -c -m 644 'makefile.ms' '/root/opencv-arm/share/opencv/samples/c/makefile.ms'

 /usr/bin/install -c -m 644 'makefile.gnu' '/root/opencv-arm/share/opencv/samples/c/makefile.gnu'

 /usr/bin/install -c -m 644 'agaricus-lepiota.data' '/root/opencv-arm/share/opencv/samples/c/agaricus-lepiota.data'

 /usr/bin/install -c -m 644 'letter-recognition.data' '/root/opencv-arm/share/opencv/samples/c/letter-recognition.data'

 /usr/bin/install -c -m 644 'blobtrack.cpp' '/root/opencv-arm/share/opencv/samples/c/blobtrack.cpp'

 /usr/bin/install -c -m 644 'camshiftdemo.c' '/root/opencv-arm/share/opencv/samples/c/camshiftdemo.c'

 /usr/bin/install -c -m 644 'contours.c' '/root/opencv-arm/share/opencv/samples/c/contours.c'

 /usr/bin/install -c -m 644 'convexhull.c' '/root/opencv-arm/share/opencv/samples/c/convexhull.c'

 /usr/bin/install -c -m 644 'camshiftdemo.c' '/root/opencv-arm/share/opencv/samples/c/camshiftdemo.c'

 /usr/bin/install -c -m 644 'contours.c' '/root/opencv-arm/share/opencv/samples/c/contours.c'

 /usr/bin/install -c -m 644 'convert_cascade.c' '/root/opencv-arm/share/opencv/samples/c/convert_cascade.c'

 /usr/bin/install -c -m 644 'convexhull.c' '/root/opencv-arm/share/opencv/samples/c/convexhull.c'

 /usr/bin/install -c -m 644 'delaunay.c' '/root/opencv-arm/share/opencv/samples/c/delaunay.c'

 /usr/bin/install -c -m 644 'demhist.c' '/root/opencv-arm/share/opencv/samples/c/demhist.c'

 /usr/bin/install -c -m 644 'dft.c' '/root/opencv-arm/share/opencv/samples/c/dft.c'

 /usr/bin/install -c -m 644 'distrans.c' '/root/opencv-arm/share/opencv/samples/c/distrans.c'

 /usr/bin/install -c -m 644 'drawing.c' '/root/opencv-arm/share/opencv/samples/c/drawing.c'

 /usr/bin/install -c -m 644 'edge.c' '/root/opencv-arm/share/opencv/samples/c/edge.c'

 /usr/bin/install -c -m 644 'facedetect.c' '/root/opencv-arm/share/opencv/samples/c/facedetect.c'

 /usr/bin/install -c -m 644 'facedetect.cmd' '/root/opencv-arm/share/opencv/samples/c/facedetect.cmd'

 /usr/bin/install -c -m 644 'ffilldemo.c' '/root/opencv-arm/share/opencv/samples/c/ffilldemo.c'

 /usr/bin/install -c -m 644 'fitellipse.c' '/root/opencv-arm/share/opencv/samples/c/fitellipse.c'

 /usr/bin/install -c -m 644 'houghlines.c' '/root/opencv-arm/share/opencv/samples/c/houghlines.c'

 /usr/bin/install -c -m 644 'kalman.c' '/root/opencv-arm/share/opencv/samples/c/kalman.c'

 /usr/bin/install -c -m 644 'kmeans.c' '/root/opencv-arm/share/opencv/samples/c/kmeans.c'

 /usr/bin/install -c -m 644 'image.cpp' '/root/opencv-arm/share/opencv/samples/c/image.cpp'

 /usr/bin/install -c -m 644 'inpaint.cpp' '/root/opencv-arm/share/opencv/samples/c/inpaint.cpp'

 /usr/bin/install -c -m 644 'laplace.c' '/root/opencv-arm/share/opencv/samples/c/laplace.c'

 /usr/bin/install -c -m 644 'letter_recog.cpp' '/root/opencv-arm/share/opencv/samples/c/letter_recog.cpp'

 /usr/bin/install -c -m 644 'lkdemo.c' '/root/opencv-arm/share/opencv/samples/c/lkdemo.c'

 /usr/bin/install -c -m 644 'minarea.c' '/root/opencv-arm/share/opencv/samples/c/minarea.c'

 /usr/bin/install -c -m 644 'morphology.c' '/root/opencv-arm/share/opencv/samples/c/morphology.c'

 /usr/bin/install -c -m 644 'motempl.c' '/root/opencv-arm/share/opencv/samples/c/motempl.c'

 /usr/bin/install -c -m 644 'mushroom.cpp' '/root/opencv-arm/share/opencv/samples/c/mushroom.cpp'

 /usr/bin/install -c -m 644 'pyramid_segmentation.c' '/root/opencv-arm/share/opencv/samples/c/pyramid_segmentation.c'

 /usr/bin/install -c -m 644 'squares.c' '/root/opencv-arm/share/opencv/samples/c/squares.c'

 /usr/bin/install -c -m 644 'watershed.cpp' '/root/opencv-arm/share/opencv/samples/c/watershed.cpp'

make[3]: Leaving directory `/root/opencv/opencv-1.0.0/samples/c'

make[2]: Leaving directory `/root/opencv/opencv-1.0.0/samples/c'

Making install in python

make[2]: Entering directory `/root/opencv/opencv-1.0.0/samples/python'

make[3]: Entering directory `/root/opencv/opencv-1.0.0/samples/python'

make[3]: Nothing to be done for `install-exec-am'.

test -z "/root/opencv-arm/share/opencv/samples/python" || mkdir -p -- "/root/opencv-arm/share/opencv/samples/python"

 /usr/bin/install -c 'cam-histo.py' '/root/opencv-arm/share/opencv/samples/python/cam-histo.py'

 /usr/bin/install -c 'capture-cam.py' '/root/opencv-arm/share/opencv/samples/python/capture-cam.py'

 /usr/bin/install -c 'chessboard.py' '/root/opencv-arm/share/opencv/samples/python/chessboard.py'

 /usr/bin/install -c 'contours.py' '/root/opencv-arm/share/opencv/samples/python/contours.py'

 /usr/bin/install -c 'convexhull.py' '/root/opencv-arm/share/opencv/samples/python/convexhull.py'

 /usr/bin/install -c 'delaunay.py' '/root/opencv-arm/share/opencv/samples/python/delaunay.py'

 /usr/bin/install -c 'demhist.py' '/root/opencv-arm/share/opencv/samples/python/demhist.py'

 /usr/bin/install -c 'distrans.py' '/root/opencv-arm/share/opencv/samples/python/distrans.py'

 /usr/bin/install -c 'drawing.py' '/root/opencv-arm/share/opencv/samples/python/drawing.py'

 /usr/bin/install -c 'dft.py' '/root/opencv-arm/share/opencv/samples/python/dft.py'

 /usr/bin/install -c 'edge.py' '/root/opencv-arm/share/opencv/samples/python/edge.py'

 /usr/bin/install -c 'facedetect.py' '/root/opencv-arm/share/opencv/samples/python/facedetect.py'

 /usr/bin/install -c 'ffilldemo.py' '/root/opencv-arm/share/opencv/samples/python/ffilldemo.py'

 /usr/bin/install -c 'fitellipse.py' '/root/opencv-arm/share/opencv/samples/python/fitellipse.py'

 /usr/bin/install -c 'houghlines.py' '/root/opencv-arm/share/opencv/samples/python/houghlines.py'

 /usr/bin/install -c 'inpaint.py' '/root/opencv-arm/share/opencv/samples/python/inpaint.py'

 /usr/bin/install -c 'kalman.py' '/root/opencv-arm/share/opencv/samples/python/kalman.py'

 /usr/bin/install -c 'kmeans.py' '/root/opencv-arm/share/opencv/samples/python/kmeans.py'

 /usr/bin/install -c 'laplace.py' '/root/opencv-arm/share/opencv/samples/python/laplace.py'

 /usr/bin/install -c 'lkdemo.py' '/root/opencv-arm/share/opencv/samples/python/lkdemo.py'

 /usr/bin/install -c 'logpolar.py' '/root/opencv-arm/share/opencv/samples/python/logpolar.py'

 /usr/bin/install -c 'minarea.py' '/root/opencv-arm/share/opencv/samples/python/minarea.py'

 /usr/bin/install -c 'minidemo.py' '/root/opencv-arm/share/opencv/samples/python/minidemo.py'

 /usr/bin/install -c 'morphology.py' '/root/opencv-arm/share/opencv/samples/python/morphology.py'

 /usr/bin/install -c 'motempl.py' '/root/opencv-arm/share/opencv/samples/python/motempl.py'

 /usr/bin/install -c 'pyramid_segmentation.py' '/root/opencv-arm/share/opencv/samples/python/pyramid_segmentation.py'

 /usr/bin/install -c 'squares.py' '/root/opencv-arm/share/opencv/samples/python/squares.py'

 /usr/bin/install -c 'watershed.py' '/root/opencv-arm/share/opencv/samples/python/watershed.py'

make[3]: Leaving directory `/root/opencv/opencv-1.0.0/samples/python'

make[2]: Leaving directory `/root/opencv/opencv-1.0.0/samples/python'

make[2]: Entering directory `/root/opencv/opencv-1.0.0/samples'

make[3]: Entering directory `/root/opencv/opencv-1.0.0/samples'

make[3]: Nothing to be done for `install-exec-am'.

make[3]: Nothing to be done for `install-data-am'.

make[3]: Leaving directory `/root/opencv/opencv-1.0.0/samples'

make[2]: Leaving directory `/root/opencv/opencv-1.0.0/samples'

make[1]: Leaving directory `/root/opencv/opencv-1.0.0/samples'

Making install in data

make[1]: Entering directory `/root/opencv/opencv-1.0.0/data'

make[2]: Entering directory `/root/opencv/opencv-1.0.0/data'

make[2]: Nothing to be done for `install-exec-am'.

test -z "/root/opencv-arm/share/opencv" || mkdir -p -- "/root/opencv-arm/share/opencv"

 /root/opencv/opencv-1.0.0/autotools/install-sh -c -m 644 'readme.txt' '/root/opencv-arm/share/opencv/readme.txt'

 /root/opencv/opencv-1.0.0/autotools/install-sh -c -m 644 'haarcascades/haarcascade_frontalface_alt.xml' '/root/opencv-arm/share/opencv/haarcascades/haarcascade_frontalface_alt.xml'

 /root/opencv/opencv-1.0.0/autotools/install-sh -c -m 644 'haarcascades/haarcascade_frontalface_alt2.xml' '/root/opencv-arm/share/opencv/haarcascades/haarcascade_frontalface_alt2.xml'

 /root/opencv/opencv-1.0.0/autotools/install-sh -c -m 644 'haarcascades/haarcascade_frontalface_alt_tree.xml' '/root/opencv-arm/share/opencv/haarcascades/haarcascade_frontalface_alt_tree.xml'

 /root/opencv/opencv-1.0.0/autotools/install-sh -c -m 644 'haarcascades/haarcascade_frontalface_default.xml' '/root/opencv-arm/share/opencv/haarcascades/haarcascade_frontalface_default.xml'

 /root/opencv/opencv-1.0.0/autotools/install-sh -c -m 644 'haarcascades/haarcascade_fullbody.xml' '/root/opencv-arm/share/opencv/haarcascades/haarcascade_fullbody.xml'

 /root/opencv/opencv-1.0.0/autotools/install-sh -c -m 644 'haarcascades/haarcascade_lowerbody.xml' '/root/opencv-arm/share/opencv/haarcascades/haarcascade_lowerbody.xml'

 /root/opencv/opencv-1.0.0/autotools/install-sh -c -m 644 'haarcascades/haarcascade_profileface.xml' '/root/opencv-arm/share/opencv/haarcascades/haarcascade_profileface.xml'

 /root/opencv/opencv-1.0.0/autotools/install-sh -c -m 644 'haarcascades/haarcascade_upperbody.xml' '/root/opencv-arm/share/opencv/haarcascades/haarcascade_upperbody.xml'

make[2]: Leaving directory `/root/opencv/opencv-1.0.0/data'

make[1]: Leaving directory `/root/opencv/opencv-1.0.0/data'

Making install in docs

make[1]: Entering directory `/root/opencv/opencv-1.0.0/docs'

make[2]: Entering directory `/root/opencv/opencv-1.0.0/docs'

make[2]: Nothing to be done for `install-exec-am'.

test -z "/root/opencv-arm/share/opencv/doc" || mkdir -p -- "/root/opencv-arm/share/opencv/doc"

 /root/opencv/opencv-1.0.0/autotools/install-sh -c -m 644 'cvcam.rtf' '/root/opencv-arm/share/opencv/doc/cvcam.rtf'

 /root/opencv/opencv-1.0.0/autotools/install-sh -c -m 644 'faq.htm' '/root/opencv-arm/share/opencv/doc/faq.htm'

 /root/opencv/opencv-1.0.0/autotools/install-sh -c -m 644 'index.htm' '/root/opencv-arm/share/opencv/doc/index.htm'

 /root/opencv/opencv-1.0.0/autotools/install-sh -c -m 644 'license.txt' '/root/opencv-arm/share/opencv/doc/license.txt'

 /root/opencv/opencv-1.0.0/autotools/install-sh -c -m 644 'opencv.jpg' '/root/opencv-arm/share/opencv/doc/opencv.jpg'

 /root/opencv/opencv-1.0.0/autotools/install-sh -c -m 644 'opencvman_old.pdf' '/root/opencv-arm/share/opencv/doc/opencvman_old.pdf'

 /root/opencv/opencv-1.0.0/autotools/install-sh -c -m 644 'papers/algo_tracking.pdf' '/root/opencv-arm/share/opencv/doc/papers/algo_tracking.pdf'

 /root/opencv/opencv-1.0.0/autotools/install-sh -c -m 644 'papers/avbpa99.ps' '/root/opencv-arm/share/opencv/doc/papers/avbpa99.ps'

 /root/opencv/opencv-1.0.0/autotools/install-sh -c -m 644 'papers/camshift.pdf' '/root/opencv-arm/share/opencv/doc/papers/camshift.pdf'

 /root/opencv/opencv-1.0.0/autotools/install-sh -c -m 644 'ref/opencvref.css' '/root/opencv-arm/share/opencv/doc/ref/opencvref.css'

 /root/opencv/opencv-1.0.0/autotools/install-sh -c -m 644 'ref/opencvref_cv.htm' '/root/opencv-arm/share/opencv/doc/ref/opencvref_cv.htm'

 /root/opencv/opencv-1.0.0/autotools/install-sh -c -m 644 'ref/opencvref_cvaux.htm' '/root/opencv-arm/share/opencv/doc/ref/opencvref_cvaux.htm'

 /root/opencv/opencv-1.0.0/autotools/install-sh -c -m 644 'ref/opencvref_cxcore.htm' '/root/opencv-arm/share/opencv/doc/ref/opencvref_cxcore.htm'

 /root/opencv/opencv-1.0.0/autotools/install-sh -c -m 644 'ref/opencvref_highgui.htm' '/root/opencv-arm/share/opencv/doc/ref/opencvref_highgui.htm'

 /root/opencv/opencv-1.0.0/autotools/install-sh -c -m 644 'ref/opencvref_ml.htm' '/root/opencv-arm/share/opencv/doc/ref/opencvref_ml.htm'

 /root/opencv/opencv-1.0.0/autotools/install-sh -c -m 644 'ref/pics/backprojectpatch.png' '/root/opencv-arm/share/opencv/doc/ref/pics/backprojectpatch.png'

 /root/opencv/opencv-1.0.0/autotools/install-sh -c -m 644 'ref/pics/boundingrect.png' '/root/opencv-arm/share/opencv/doc/ref/pics/boundingrect.png'

 /root/opencv/opencv-1.0.0/autotools/install-sh -c -m 644 'ref/pics/building.jpg' '/root/opencv-arm/share/opencv/doc/ref/pics/building.jpg'

 /root/opencv/opencv-1.0.0/autotools/install-sh -c -m 644 'ref/pics/contoursecarea.png' '/root/opencv-arm/share/opencv/doc/ref/pics/contoursecarea.png'

 /root/opencv/opencv-1.0.0/autotools/install-sh -c -m 644 'ref/pics/cornersubpix.png' '/root/opencv-arm/share/opencv/doc/ref/pics/cornersubpix.png'

 /root/opencv/opencv-1.0.0/autotools/install-sh -c -m 644 'ref/pics/defects.png' '/root/opencv-arm/share/opencv/doc/ref/pics/defects.png'

 /root/opencv/opencv-1.0.0/autotools/install-sh -c -m 644 'ref/pics/ellipse.png' '/root/opencv-arm/share/opencv/doc/ref/pics/ellipse.png'

 /root/opencv/opencv-1.0.0/autotools/install-sh -c -m 644 'ref/pics/em1.png' '/root/opencv-arm/share/opencv/doc/ref/pics/em1.png'

 /root/opencv/opencv-1.0.0/autotools/install-sh -c -m 644 'ref/pics/em3.png' '/root/opencv-arm/share/opencv/doc/ref/pics/em3.png'

 /root/opencv/opencv-1.0.0/autotools/install-sh -c -m 644 'ref/pics/em4.png' '/root/opencv-arm/share/opencv/doc/ref/pics/em4.png'

 /root/opencv/opencv-1.0.0/autotools/install-sh -c -m 644 'ref/pics/em5.png' '/root/opencv-arm/share/opencv/doc/ref/pics/em5.png'

 /root/opencv/opencv-1.0.0/autotools/install-sh -c -m 644 'ref/pics/em6.png' '/root/opencv-arm/share/opencv/doc/ref/pics/em6.png'

 /root/opencv/opencv-1.0.0/autotools/install-sh -c -m 644 'ref/pics/em7.png' '/root/opencv-arm/share/opencv/doc/ref/pics/em7.png'

 /root/opencv/opencv-1.0.0/autotools/install-sh -c -m 644 'ref/pics/em8.png' '/root/opencv-arm/share/opencv/doc/ref/pics/em8.png'

 /root/opencv/opencv-1.0.0/autotools/install-sh -c -m 644 'ref/pics/em9.png' '/root/opencv-arm/share/opencv/doc/ref/pics/em9.png'

 /root/opencv/opencv-1.0.0/autotools/install-sh -c -m 644 'ref/pics/errmsg.png' '/root/opencv-arm/share/opencv/doc/ref/pics/errmsg.png'

 /root/opencv/opencv-1.0.0/autotools/install-sh -c -m 644 'ref/pics/face.png' '/root/opencv-arm/share/opencv/doc/ref/pics/face.png'

 /root/opencv/opencv-1.0.0/autotools/install-sh -c -m 644 'ref/pics/haarfeatures.png' '/root/opencv-arm/share/opencv/doc/ref/pics/haarfeatures.png'

 /root/opencv/opencv-1.0.0/autotools/install-sh -c -m 644 'ref/pics/houghp.png' '/root/opencv-arm/share/opencv/doc/ref/pics/houghp.png'

 /root/opencv/opencv-1.0.0/autotools/install-sh -c -m 644 'ref/pics/inv_logpolar.jpg' '/root/opencv-arm/share/opencv/doc/ref/pics/inv_logpolar.jpg'

 /root/opencv/opencv-1.0.0/autotools/install-sh -c -m 644 'ref/pics/left.jpg' '/root/opencv-arm/share/opencv/doc/ref/pics/left.jpg'

 /root/opencv/opencv-1.0.0/autotools/install-sh -c -m 644 'ref/pics/logpolar.jpg' '/root/opencv-arm/share/opencv/doc/ref/pics/logpolar.jpg'

 /root/opencv/opencv-1.0.0/autotools/install-sh -c -m 644 'ref/pics/maxrect.png' '/root/opencv-arm/share/opencv/doc/ref/pics/maxrect.png'

 /root/opencv/opencv-1.0.0/autotools/install-sh -c -m 644 'ref/pics/memstorage1.png' '/root/opencv-arm/share/opencv/doc/ref/pics/memstorage1.png'

 /root/opencv/opencv-1.0.0/autotools/install-sh -c -m 644 'ref/pics/memstorage2.png' '/root/opencv-arm/share/opencv/doc/ref/pics/memstorage2.png'

 /root/opencv/opencv-1.0.0/autotools/install-sh -c -m 644 'ref/pics/minareabox.png' '/root/opencv-arm/share/opencv/doc/ref/pics/minareabox.png'

 /root/opencv/opencv-1.0.0/autotools/install-sh -c -m 644 'ref/pics/mlp_.png' '/root/opencv-arm/share/opencv/doc/ref/pics/mlp_.png'

 /root/opencv/opencv-1.0.0/autotools/install-sh -c -m 644 'ref/pics/neuron_model.png' '/root/opencv-arm/share/opencv/doc/ref/pics/neuron_model.png'

 /root/opencv/opencv-1.0.0/autotools/install-sh -c -m 644 'ref/pics/pointpolygon.png' '/root/opencv-arm/share/opencv/doc/ref/pics/pointpolygon.png'

 /root/opencv/opencv-1.0.0/autotools/install-sh -c -m 644 'ref/pics/quadedge.png' '/root/opencv-arm/share/opencv/doc/ref/pics/quadedge.png'

 /root/opencv/opencv-1.0.0/autotools/install-sh -c -m 644 'ref/pics/right.jpg' '/root/opencv-arm/share/opencv/doc/ref/pics/right.jpg'

 /root/opencv/opencv-1.0.0/autotools/install-sh -c -m 644 'ref/pics/sigmoid_bipolar.png' '/root/opencv-arm/share/opencv/doc/ref/pics/sigmoid_bipolar.png'

 /root/opencv/opencv-1.0.0/autotools/install-sh -c -m 644 'ref/pics/subdiv.png' '/root/opencv-arm/share/opencv/doc/ref/pics/subdiv.png'

 /root/opencv/opencv-1.0.0/autotools/install-sh -c -m 644 'ref/pics/threshold.png' '/root/opencv-arm/share/opencv/doc/ref/pics/threshold.png'

 /root/opencv/opencv-1.0.0/autotools/install-sh -c -m 644 'python.txt' '/root/opencv-arm/share/opencv/doc/python.txt'

 /root/opencv/opencv-1.0.0/autotools/install-sh -c -m 644 'python-wrappers-on-windows.txt' '/root/opencv-arm/share/opencv/doc/python-wrappers-on-windows.txt'

make[2]: Leaving directory `/root/opencv/opencv-1.0.0/docs'

make[1]: Leaving directory `/root/opencv/opencv-1.0.0/docs'

make[1]: Entering directory `/root/opencv/opencv-1.0.0'

make[2]: Entering directory `/root/opencv/opencv-1.0.0'

make[2]: Nothing to be done for `install-exec-am'.

test -z "/root/opencv-arm/include/opencv" || mkdir -p -- "/root/opencv-arm/include/opencv"

test -z "/root/opencv-arm/lib/pkgconfig" || mkdir -p -- "/root/opencv-arm/lib/pkgconfig"

 /usr/bin/install -c -m 644 'opencv.pc' '/root/opencv-arm/lib/pkgconfig/opencv.pc'

make[2]: Leaving directory `/root/opencv/opencv-1.0.0'

make[1]: Leaving directory `/root/opencv/opencv-1.0.0'

[root@DeebugFedoraPC opencv-1.0.0]# 

 

[root@DeebugFedoraPC 4.3.2]# find /root/opencv/ -name libavutil.so*

/root/opencv/ffmpeg-0.4.9-p20051120/libavutil/libavutil.so

[root@DeebugFedoraPC all_opencv_lib]# file libavutil.so 

libavutil.so: ELF 32-bit LSB shared object, ARM, version 1 (SYSV), not stripped

[root@DeebugFedoraPC all_opencv_lib]# 

 

[root@DeebugFedoraPC c]# pwd

/root/opencv/opencv-1.0.0/samples/c

[root@DeebugFedoraPC c]# arm-linux-g++ -o facedetect facedetect.c -I/root/opencv-arm/include/opencv -I/root/opencv-arm/include/opencv -L/root/opencv-arm/lib  -lcv -lcxcore -lpthread -lrt -lcvaux -lm -lpng -ljpeg -lz -lml -lhighgui -ldl

[root@DeebugFedoraPC c]# ls

agaricus-lepiota.data  facedetect.c             Makefile.in

airplane.jpg           facedetect.cmd           makefile.ms

baboon.jpg             ffilldemo.c              minarea.c

blobtrack.cpp          fitellipse.c             morphology.c

build_all.sh           fruits.jpg               motempl.c

camshiftdemo.c         houghlines.c             mushroom.cpp

contours.c             image.cpp                pic1.png

convert_cascade.c      inpaint.cpp              pic2.png

convexhull.c           kalman.c                 pic3.png

cvsample.dsp           kmeans.c                 pic4.png

cvsample.vcproj        laplace.c                pic5.png

delaunay.c             lena.jpg                 pic6.png

demhist.c              letter_recog.cpp         pyramid_segmentation.c

dft.c                  letter-recognition.data  squares.c

distrans.c             lkdemo.c                 stuff.jpg

drawing.c              Makefile                 watershed.cpp

edge.c                 Makefile.am

facedetect             makefile.gnu

[root@DeebugFedoraPC c]# 

[root@DeebugFedoraPC c]# file facedetect

facedetect: ELF 32-bit LSB executable, ARM, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.14, not stripped

[root@DeebugFedoraPC c]#


deebug

20140225

ccnu

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值