Skip to content

Instantly share code, notes, and snippets.

@tomoaki0705
tomoaki0705 / cmake_jetson_tk1_log.txt
Created March 31, 2017 10:16
cmake log of jetston TK1
-- 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
-- Detecting C compiler ABI info - done
@tomoaki0705
tomoaki0705 / make_all_jetson_tk1_log.txt
Created March 31, 2017 10:17
log of make all on Jetson TK1
Scanning dependencies of target libtiff
[ 0%] Scanning dependencies of target libjpeg
Scanning dependencies of target libjasper
Building C object 3rdparty/libtiff/CMakeFiles/libtiff.dir/tif_aux.c.o
[ 1%] [ 1%] Building C object 3rdparty/libjpeg/CMakeFiles/libjpeg.dir/jcsample.c.o
Building C object 3rdparty/libjasper/CMakeFiles/libjasper.dir/jas_version.c.o
[ 1%] Scanning dependencies of target libwebp
Building C object 3rdparty/libjasper/CMakeFiles/libjasper.dir/jp2_enc.c.o
[ 1%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dec/quant_dec.c.o
[ 2%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dec/vp8l_dec.c.o
@tomoaki0705
tomoaki0705 / auxv.cpp
Last active April 10, 2017 04:07
check auxv and determine TX1 or TX2
#include <iostream>
#include <iomanip>
#include <fstream>
#include <elf.h>
#include <fcntl.h>
#include <linux/auxvec.h>
#include <unistd.h>
const char AUXV_FILE[] = "/proc/self/auxv";
const uint64_t AUXV_EVTSTRM = 1 << 2;
@tomoaki0705
tomoaki0705 / OpenCV 3.2.0 Jetson TX2 CMake
Created April 24, 2017 14:32
CMake log building OpenCV 3.2.0 on Jetson TX2
-- 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
-- Check for working C compiler: /usr/bin/cc -- works
@tomoaki0705
tomoaki0705 / OpenCV 3.2.0 Jetson TX2 Make all
Created April 24, 2017 14:32
Make log building OpenCV 3.2.0 on Jetson TX2
Scanning dependencies of target libjpeg
Scanning dependencies of target libjasper
Scanning dependencies of target libtiff
[ 0%] Building C object 3rdparty/libjpeg/CMakeFiles/libjpeg.dir/jerror.c.o
[ 0%] Building C object 3rdparty/libjasper/CMakeFiles/libjasper.dir/jpc_mqcod.c.o
[ 0%] Building C object 3rdparty/libtiff/CMakeFiles/libtiff.dir/tif_aux.c.o
Scanning dependencies of target libwebp
[ 0%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dec/frame.c.o
[ 0%] Building C object 3rdparty/libjasper/CMakeFiles/libjasper.dir/jpc_enc.c.o
[ 0%] Building C object 3rdparty/libjpeg/CMakeFiles/libjpeg.dir/jctrans.c.o
@tomoaki0705
tomoaki0705 / OpenCV 3.3.0 CI20 CMake
Created August 9, 2017 09:41
CMake log building OpenCV 3.3.0 on CI20
-- 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
-- Detecting C compiler ABI info - done
@tomoaki0705
tomoaki0705 / OpenCV 3.3.0 CI20 Make all
Created August 9, 2017 09:41
Make log building OpenCV 3.3.0 on CI20
Scanning dependencies of target zlib
[ 0%] Scanning dependencies of target libjpeg
Building C object 3rdparty/zlib/CMakeFiles/zlib.dir/adler32.c.o
[ 0%] Building C object 3rdparty/libjpeg/CMakeFiles/libjpeg.dir/jcomapi.c.o
[ 0%] Building C object 3rdparty/libjpeg/CMakeFiles/libjpeg.dir/jdinput.c.o
[ 0%] Building C object 3rdparty/zlib/CMakeFiles/zlib.dir/compress.c.o
[ 1%] Building C object 3rdparty/zlib/CMakeFiles/zlib.dir/crc32.c.o
[ 1%] Building C object 3rdparty/libjpeg/CMakeFiles/libjpeg.dir/jcsample.c.o
[ 1%] Building C object 3rdparty/zlib/CMakeFiles/zlib.dir/deflate.c.o
[ 1%] Building C object 3rdparty/libjpeg/CMakeFiles/libjpeg.dir/jerror.c.o
@tomoaki0705
tomoaki0705 / OpenCV 3.3.0 Jetson TK1 CMake
Created August 9, 2017 09:41
CMake log building OpenCV 3.3.0 on Jetson TK1
-- 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
-- Detecting C compiler ABI info - done
@tomoaki0705
tomoaki0705 / OpenCV 3.3.0 Firefly RK3399 CMake
Created August 9, 2017 09:41
CMake log building OpenCV 3.3.0 on Firefly RK3399
-- 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
-- Check for working C compiler: /usr/bin/cc -- works
@tomoaki0705
tomoaki0705 / OpenCV 3.3.0 Firefly RK3399 Make all
Created August 9, 2017 09:41
Make log building OpenCV 3.3.0 on Firefly RK3399
Scanning dependencies of target libjpeg
[ 0%] Building C object 3rdparty/libjpeg/CMakeFiles/libjpeg.dir/jaricom.c.o
[ 0%] Building C object 3rdparty/libjpeg/CMakeFiles/libjpeg.dir/jquant2.c.o
Scanning dependencies of target libtiff
[ 0%] Building C object 3rdparty/libtiff/CMakeFiles/libtiff.dir/tif_aux.c.o
[ 0%] Building C object 3rdparty/libtiff/CMakeFiles/libtiff.dir/tif_close.c.o
[ 0%] Building C object 3rdparty/libtiff/CMakeFiles/libtiff.dir/tif_codec.c.o
[ 0%] Building C object 3rdparty/libjpeg/CMakeFiles/libjpeg.dir/jcmainct.c.o
[ 0%] Building C object 3rdparty/libtiff/CMakeFiles/libtiff.dir/tif_color.c.o
[ 0%] Building C object 3rdparty/libjpeg/CMakeFiles/libjpeg.dir/jchuff.c.o