This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
OlderNewer