Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@tomoaki0705
tomoaki0705 / OpenCV 3.1.0 ODROID-X2 CMake
Last active February 17, 2016 01:17
CMake log building OpenCV 3.1.0 on ODROID-X2
odroid@odroid:~/opencv/build$ time cmake -DBUILD_EXAMPLES:BOOL=ON -DENABLE_NEON:BOOL=ON ../
-- The CXX compiler identification is GNU 4.8.2
-- The C compiler identification is GNU 4.8.2
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
@tomoaki0705
tomoaki0705 / OpenCV 3.1.0 ODROID-X2 Make all
Last active February 17, 2016 01:18
Make log building OpenCV 3.1.0 on ODROID-X2
odroid@odroid:~/opencv/build$ time make -j2 all
[ 0%] [ 0%] Generating opencv_core_pch_dephelp.cxx
Generating opencv_ts_pch_dephelp.cxx
Scanning dependencies of target opencv_ts_pch_dephelp
Scanning dependencies of target opencv_core_pch_dephelp
[ 0%] Building CXX object modules/core/CMakeFiles/opencv_core_pch_dephelp.dir/opencv_core_pch_dephelp.cxx.o
[ 0%] Building CXX object modules/ts/CMakeFiles/opencv_ts_pch_dephelp.dir/opencv_ts_pch_dephelp.cxx.o
Linking CXX static library ../../lib/libopencv_core_pch_dephelp.a
[ 0%] Built target opencv_core_pch_dephelp
[ 0%] Generating opencv_imgproc_pch_dephelp.cxx
@tomoaki0705
tomoaki0705 / OpenCV 3.1.0 ODROID-X2 Make install
Last active February 17, 2016 01:18
Make log installing OpenCV 3.1.0 on ODROID-X2
odroid@odroid:~/opencv/build$ time sudo make install
[ 0%] Built target opencv_core_pch_dephelp
[ 0%] Built target pch_Generate_opencv_core
[ 5%] Built target opencv_core
[ 5%] Built target opencv_ts_pch_dephelp
[ 5%] Built target pch_Generate_opencv_ts
[ 5%] Built target opencv_imgproc_pch_dephelp
[ 5%] Built target pch_Generate_opencv_imgproc
[ 11%] Built target opencv_imgproc
[ 11%] Built target opencv_imgcodecs_pch_dephelp
@tomoaki0705
tomoaki0705 / OpenCV 3.1.0 Jetson TK1 CMake
Last active March 1, 2016 07:45
CMake log building OpenCV 3.1.0 on Jetson TK1
ubuntu@tegra-ubuntu:~/opencv/build$ time cmake -DBUILD_EXAMPLES:BOOL=ON -DENABLE_NEON:BOOL=ON -DCUDA_ARCH_BIN=3.2 -DCUDA_ARCH_PTX= ../
-- The CXX compiler identification is GNU 4.8.4
-- The C compiler identification is GNU 4.8.4
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
@tomoaki0705
tomoaki0705 / OpenCV 3.1.0 Jetson TK1 Make all
Last active March 1, 2016 08:49
Make log building OpenCV 3.1.0 on Jetson TK1
ubuntu@tegra-ubuntu:~/opencv/build$ time make -j4 all
Scanning dependencies of target libtiff
Scanning dependencies of target libjpeg
Scanning dependencies of target libjasper
Scanning dependencies of target libwebp
[ 0%] Building C object 3rdparty/libjpeg/CMakeFiles/libjpeg.dir/jcsample.c.o
[ 0%] Building C object 3rdparty/libtiff/CMakeFiles/libtiff.dir/tif_aux.c.o
[ 0%] Building C object 3rdparty/libjasper/CMakeFiles/libjasper.dir/jas_version.c.o
[ 0%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dec/tree.c.o
[ 0%] Building C object 3rdparty/libjasper/CMakeFiles/libjasper.dir/jp2_enc.c.o
@tomoaki0705
tomoaki0705 / OpenCV 3.1.0 Jetson TK1 Make install
Last active March 1, 2016 09:00
Make log installing OpenCV 3.1.0 on Jetson TK1
ubuntu@tegra-ubuntu:~/opencv/build$ time sudo make install
[sudo] password for ubuntu:
-- Detected version of GNU GCC: 48 (408)
-- Found ZLIB: /usr/lib/arm-linux-gnueabihf/libz.so (found suitable version "1.2.8", minimum required is "1.2.3")
-- Could NOT find TIFF (missing: TIFF_LIBRARY TIFF_INCLUDE_DIR)
-- Could NOT find JPEG (missing: JPEG_LIBRARY JPEG_INCLUDE_DIR)
-- Could NOT find Jasper (missing: JASPER_LIBRARIES JASPER_INCLUDE_DIR)
-- Found ZLIB: /usr/lib/arm-linux-gnueabihf/libz.so (found version "1.2.8")
-- checking for module 'gtk+-3.0'
-- package 'gtk+-3.0' not found
@tomoaki0705
tomoaki0705 / OpenCV 3.1.0 Raspberry Pi 3 CMake
Created March 22, 2016 04:10
CMake log building OpenCV 3.1.0 on Raspberry Pi 3
pi@raspberrypi:~/opencv/build $ time cmake -DBUILD_EXAMPLES:BOOL=ON -DENABLE_NEON:BOOL=ON ../
-- The CXX compiler identification is GNU 4.9.2
-- The C compiler identification is GNU 4.9.2
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
@tomoaki0705
tomoaki0705 / OpenCV 3.1.0 Raspberry Pi 3 Make all
Created March 22, 2016 09:23
Make log building OpenCV 3.1.0 on Raspberry Pi 3
pi@raspberrypi:~/opencv/build $ time make -j4 all
Scanning dependencies of target libjasper
Scanning dependencies of target libtiff
Scanning dependencies of target libjpeg
Scanning dependencies of target libwebp
[ 1%] Building C object 3rdparty/libtiff/CMakeFiles/libtiff.dir/tif_aux.c.o
[ 1%] Building C object 3rdparty/libjpeg/CMakeFiles/libjpeg.dir/jquant2.c.o
[ 1%] Building C object 3rdparty/libjasper/CMakeFiles/libjasper.dir/jpc_enc.c.o
[ 1%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dec/tree.c.o
[ 1%] Building C object 3rdparty/libtiff/CMakeFiles/libtiff.dir/tif_close.c.o
@tomoaki0705
tomoaki0705 / OpenCV 3.1.0 Raspberry Pi 3 Make install
Created March 22, 2016 09:25
Make log installing OpenCV 3.1.0 on Raspberry Pi 3
pi@raspberrypi:~/opencv/build $ time sudo make install
[ 3%] Built target libtiff
[ 7%] Built target libjpeg
[ 12%] Built target libwebp
[ 14%] Built target libjasper
[ 20%] Built target IlmImf
[ 20%] Built target opencv_core_pch_dephelp
[ 20%] Built target pch_Generate_opencv_core
[ 25%] Built target opencv_core
[ 25%] Built target opencv_ts_pch_dephelp
@tomoaki0705
tomoaki0705 / OpenCV 3.1.0 ODROID-C2 CMake
Last active March 24, 2016 05:12
CMake log building OpenCV 3.1.0 on ODROID-C2
odroid@odroid64:~/opencv/build$ time cmake -DBUILD_EXAMPLES:BOOL=ON ../
-- The CXX compiler identification is GNU 5.3.1
-- The C compiler identification is GNU 5.3.1
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Check for working C compiler: /usr/bin/cc