This file contains hidden or 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 make -j4 all | |
| Scanning dependencies of target libwebp | |
| Scanning dependencies of target libjpeg | |
| Scanning dependencies of target libtiff | |
| Scanning dependencies of target libjasper | |
| [ 0%] [ 1%] Building C object 3rdparty/libjpeg/CMakeFiles/libjpeg.dir/jdinput.c.o | |
| Building C object 3rdparty/libtiff/CMakeFiles/libtiff.dir/tif_aux.c.o | |
| [ 1%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dec/frame.c.o | |
| [ 1%] Building C object 3rdparty/libjasper/CMakeFiles/libjasper.dir/jas_seq.c.o | |
| [ 1%] Building C object 3rdparty/libjpeg/CMakeFiles/libjpeg.dir/jcarith.c.o |
This file contains hidden or 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 sudo make install | |
| [sudo] password for odroid: | |
| [ 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 |
This file contains hidden or 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@localhost:~/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 |
This file contains hidden or 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@pine64:~/opencv/build$ time make -j 4 all | |
| [ 0%] Building C object 3rdparty/libjpeg/CMakeFiles/libjpeg.dir/jcapistd.c.o | |
| [ 1%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dec/vp8l.c.o | |
| [ 1%] Building C object 3rdparty/libtiff/CMakeFiles/libtiff.dir/tif_aux.c.o | |
| [ 1%] Building C object 3rdparty/libjasper/CMakeFiles/libjasper.dir/jpc_qmfb.c.o | |
| [ 1%] Building C object 3rdparty/libjpeg/CMakeFiles/libjpeg.dir/jdmainct.c.o | |
| [ 1%] Building C object 3rdparty/libtiff/CMakeFiles/libtiff.dir/tif_close.c.o | |
| [ 1%] Building C object 3rdparty/libjpeg/CMakeFiles/libjpeg.dir/jdinput.c.o | |
| [ 1%] Building C object 3rdparty/libtiff/CMakeFiles/libtiff.dir/tif_codec.c.o | |
| [ 1%] Building C object 3rdparty/libtiff/CMakeFiles/libtiff.dir/tif_color.c.o |
This file contains hidden or 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@pine64:~/opencv/build$ time sudo make install | |
| [sudo] password for ubuntu: | |
| [ 2%] Built target libtiff | |
| [ 6%] Built target libjpeg | |
| [ 10%] Built target libwebp | |
| [ 13%] Built target libjasper | |
| [ 18%] Built target IlmImf | |
| [ 19%] Built target opencv_core_pch_dephelp | |
| [ 19%] Built target opencv_test_core_pch_dephelp | |
| [ 19%] Built target pch_Generate_opencv_core |
This file contains hidden or 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-fork $ git rev-parse HEAD | |
| 8f91529edfd3a74383a47120f574bb7de09bfe9f | |
| pi@raspberrypi:~/opencv-fork $ mkdir clang | |
| pi@raspberrypi:~/opencv-fork $ cd clang | |
| pi@raspberrypi:~/opencv-fork/clang $ CC=/usr/bin/clang-3.7 CXX=/usr/bin/clang++-3.7 cmake .. | |
| -- The CXX compiler identification is Clang 3.7.0 | |
| -- The C compiler identification is Clang 3.7.0 | |
| -- Check for working CXX compiler: /usr/bin/clang++-3.7 | |
| -- Check for working CXX compiler: /usr/bin/clang++-3.7 -- works | |
| -- Detecting CXX compiler ABI info |
This file contains hidden or 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
| [ FAILED ] 3 tests, listed below: | |
| [ FAILED ] OCL_LogFixture_Log.Log/3, where GetParam() = (1280x720, 32FC4) | |
| [ FAILED ] OCL_LogFixture_Log.Log/5, where GetParam() = (1920x1080, 32FC4) | |
| [ FAILED ] OCL_LogFixture_Log.Log/6, where GetParam() = (3840x2160, 32FC1) |
This file contains hidden or 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
| [ PASSED ] 70 tests. |
This file contains hidden or 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-fork/build$ time cmake .. | |
| -- The CXX compiler identification is GNU 5.4.0 | |
| -- The C compiler identification is GNU 5.4.0 | |
| -- 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 |
This file contains hidden or 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
| [----------] 8 tests from OCL_LogFixture_Log | |
| [ RUN ] OCL_LogFixture_Log.Log/0 | |
| [ PERFSTAT ] (samples = 10, mean = 2.30, median = 2.29, stddev = 0.03 (1.4%)) | |
| [ VALUE ] (640x480, 32FC1) | |
| [ OK ] OCL_LogFixture_Log.Log/0 (28 ms) | |
| [ RUN ] OCL_LogFixture_Log.Log/1 | |
| [ PERFSTAT ] (samples = 10, mean = 9.10, median = 9.07, stddev = 0.05 (0.6%)) | |
| [ VALUE ] (640x480, 32FC4) | |
| [ OK ] OCL_LogFixture_Log.Log/1 (110 ms) | |
| [ RUN ] OCL_LogFixture_Log.Log/2 |