Advertisement
Guest User

Untitled

a guest
Oct 16th, 2016
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.24 KB | None | 0 0
  1.  
  2. fa@contadordeciclistas:~/Workspace/opencv/ReleaseARM2$ cmake -G "Unix Makefiles" -D CMAKE_CXX_COMPILER=/usr/bin/arm-linux-gnueabihf-g++ -D CMAKE_C_COMPILER=/usr/bin/arm-linux-gnueabihf-gcc -D CMAKE_BUILD_TYPE=RELEASE-NANOPI -D CMAKE_INSTALL_PREFIX=/usr/local -D WITH_TBB=ON -D WITH_V4L=ON -D WITH_QT=ON -D WITH_OPENGL=ON -D WITH_IMAGEIO=ON -D WITH_GSTREAMER=ON -D ENABLE_NEON=ON -D ENABLE_FAST_MATH=ON -D BUILD_SHARED_LIBS=OFF -D BUILD_NEW_PYTHON_SUPPORT=OFF -D BUILD_EXAMPLES=ON -D BUILD_FAT_JAVA_LIB=OFF -D BUILD_TBB=ON -D INSTALL_C_EXAMPLES=ON -D INSTALL_PYTHON_EXAMPLES=OFF -D INSTALL_TO_MANGLED_PATHS=ON -D INSTALL_CREATE_DISTRIB=ON -D INSTALL_TESTS=ON -D CMAKE_C_FLAGS_RELEASE="-mtune=cortex-a53 -mcpu=cortex-a53 -mfloat-abi=hard -march=armv8-a+crc" -D CMAKE_CXX_FLAGS_RELEASE="-mtune=cortex-a53 -mcpu=cortex-a53 -mfloat-abi=hard -march=armv8-a+crc" -D CMAKE_VERBOSE=ON ..
  3. -- The CXX compiler identification is GNU 4.9.2
  4. -- The C compiler identification is GNU 4.9.2
  5. -- Check for working CXX compiler: /usr/bin/arm-linux-gnueabihf-g++
  6. -- Check for working CXX compiler: /usr/bin/arm-linux-gnueabihf-g++ -- works
  7. -- Detecting CXX compiler ABI info
  8. -- Detecting CXX compiler ABI info - done
  9. -- Check for working C compiler: /usr/bin/arm-linux-gnueabihf-gcc
  10. -- Check for working C compiler: /usr/bin/arm-linux-gnueabihf-gcc -- works
  11. -- Detecting C compiler ABI info
  12. -- Detecting C compiler ABI info - done
  13. -- Detected version of GNU GCC: 49 (409)
  14. -- Performing Test HAVE_CXX_FSIGNED_CHAR
  15. -- Performing Test HAVE_CXX_FSIGNED_CHAR - Success
  16. -- Performing Test HAVE_C_FSIGNED_CHAR
  17. -- Performing Test HAVE_C_FSIGNED_CHAR - Success
  18. -- Performing Test HAVE_CXX_W
  19. -- Performing Test HAVE_CXX_W - Success
  20. -- Performing Test HAVE_C_W
  21. -- Performing Test HAVE_C_W - Success
  22. -- Performing Test HAVE_CXX_WALL
  23. -- Performing Test HAVE_CXX_WALL - Success
  24. -- Performing Test HAVE_C_WALL
  25. -- Performing Test HAVE_C_WALL - Success
  26. -- Performing Test HAVE_CXX_WERROR_RETURN_TYPE
  27. -- Performing Test HAVE_CXX_WERROR_RETURN_TYPE - Success
  28. -- Performing Test HAVE_C_WERROR_RETURN_TYPE
  29. -- Performing Test HAVE_C_WERROR_RETURN_TYPE - Success
  30. -- Performing Test HAVE_CXX_WERROR_ADDRESS
  31. -- Performing Test HAVE_CXX_WERROR_ADDRESS - Success
  32. -- Performing Test HAVE_C_WERROR_ADDRESS
  33. -- Performing Test HAVE_C_WERROR_ADDRESS - Success
  34. -- Performing Test HAVE_CXX_WERROR_SEQUENCE_POINT
  35. -- Performing Test HAVE_CXX_WERROR_SEQUENCE_POINT - Success
  36. -- Performing Test HAVE_C_WERROR_SEQUENCE_POINT
  37. -- Performing Test HAVE_C_WERROR_SEQUENCE_POINT - Success
  38. -- Performing Test HAVE_CXX_WFORMAT
  39. -- Performing Test HAVE_CXX_WFORMAT - Success
  40. -- Performing Test HAVE_C_WFORMAT
  41. -- Performing Test HAVE_C_WFORMAT - Success
  42. -- Performing Test HAVE_CXX_WERROR_FORMAT_SECURITY
  43. -- Performing Test HAVE_CXX_WERROR_FORMAT_SECURITY - Success
  44. -- Performing Test HAVE_C_WERROR_FORMAT_SECURITY
  45. -- Performing Test HAVE_C_WERROR_FORMAT_SECURITY - Success
  46. -- Performing Test HAVE_CXX_WMISSING_DECLARATIONS
  47. -- Performing Test HAVE_CXX_WMISSING_DECLARATIONS - Success
  48. -- Performing Test HAVE_C_WMISSING_DECLARATIONS
  49. -- Performing Test HAVE_C_WMISSING_DECLARATIONS - Success
  50. -- Performing Test HAVE_CXX_WMISSING_PROTOTYPES
  51. -- Performing Test HAVE_CXX_WMISSING_PROTOTYPES - Failed
  52. -- Performing Test HAVE_C_WMISSING_PROTOTYPES
  53. -- Performing Test HAVE_C_WMISSING_PROTOTYPES - Success
  54. -- Performing Test HAVE_CXX_WSTRICT_PROTOTYPES
  55. -- Performing Test HAVE_CXX_WSTRICT_PROTOTYPES - Failed
  56. -- Performing Test HAVE_C_WSTRICT_PROTOTYPES
  57. -- Performing Test HAVE_C_WSTRICT_PROTOTYPES - Success
  58. -- Performing Test HAVE_CXX_WUNDEF
  59. -- Performing Test HAVE_CXX_WUNDEF - Success
  60. -- Performing Test HAVE_C_WUNDEF
  61. -- Performing Test HAVE_C_WUNDEF - Success
  62. -- Performing Test HAVE_CXX_WINIT_SELF
  63. -- Performing Test HAVE_CXX_WINIT_SELF - Success
  64. -- Performing Test HAVE_C_WINIT_SELF
  65. -- Performing Test HAVE_C_WINIT_SELF - Success
  66. -- Performing Test HAVE_CXX_WPOINTER_ARITH
  67. -- Performing Test HAVE_CXX_WPOINTER_ARITH - Success
  68. -- Performing Test HAVE_C_WPOINTER_ARITH
  69. -- Performing Test HAVE_C_WPOINTER_ARITH - Success
  70. -- Performing Test HAVE_CXX_WSHADOW
  71. -- Performing Test HAVE_CXX_WSHADOW - Success
  72. -- Performing Test HAVE_C_WSHADOW
  73. -- Performing Test HAVE_C_WSHADOW - Success
  74. -- Performing Test HAVE_CXX_WSIGN_PROMO
  75. -- Performing Test HAVE_CXX_WSIGN_PROMO - Success
  76. -- Performing Test HAVE_C_WSIGN_PROMO
  77. -- Performing Test HAVE_C_WSIGN_PROMO - Failed
  78. -- Performing Test HAVE_CXX_WNO_NARROWING
  79. -- Performing Test HAVE_CXX_WNO_NARROWING - Success
  80. -- Performing Test HAVE_C_WNO_NARROWING
  81. -- Performing Test HAVE_C_WNO_NARROWING - Success
  82. -- Performing Test HAVE_CXX_WNO_DELETE_NON_VIRTUAL_DTOR
  83. -- Performing Test HAVE_CXX_WNO_DELETE_NON_VIRTUAL_DTOR - Success
  84. -- Performing Test HAVE_C_WNO_DELETE_NON_VIRTUAL_DTOR
  85. -- Performing Test HAVE_C_WNO_DELETE_NON_VIRTUAL_DTOR - Failed
  86. -- Performing Test HAVE_CXX_WNO_UNNAMED_TYPE_TEMPLATE_ARGS
  87. -- Performing Test HAVE_CXX_WNO_UNNAMED_TYPE_TEMPLATE_ARGS - Failed
  88. -- Performing Test HAVE_C_WNO_UNNAMED_TYPE_TEMPLATE_ARGS
  89. -- Performing Test HAVE_C_WNO_UNNAMED_TYPE_TEMPLATE_ARGS - Failed
  90. -- Performing Test HAVE_CXX_WNO_ARRAY_BOUNDS
  91. -- Performing Test HAVE_CXX_WNO_ARRAY_BOUNDS - Success
  92. -- Performing Test HAVE_C_WNO_ARRAY_BOUNDS
  93. -- Performing Test HAVE_C_WNO_ARRAY_BOUNDS - Success
  94. -- Performing Test HAVE_CXX_WNO_AGGRESSIVE_LOOP_OPTIMIZATIONS
  95. -- Performing Test HAVE_CXX_WNO_AGGRESSIVE_LOOP_OPTIMIZATIONS - Success
  96. -- Performing Test HAVE_C_WNO_AGGRESSIVE_LOOP_OPTIMIZATIONS
  97. -- Performing Test HAVE_C_WNO_AGGRESSIVE_LOOP_OPTIMIZATIONS - Success
  98. -- Performing Test HAVE_CXX_FDIAGNOSTICS_SHOW_OPTION
  99. -- Performing Test HAVE_CXX_FDIAGNOSTICS_SHOW_OPTION - Success
  100. -- Performing Test HAVE_C_FDIAGNOSTICS_SHOW_OPTION
  101. -- Performing Test HAVE_C_FDIAGNOSTICS_SHOW_OPTION - Success
  102. -- Performing Test HAVE_CXX_PTHREAD
  103. -- Performing Test HAVE_CXX_PTHREAD - Success
  104. -- Performing Test HAVE_C_PTHREAD
  105. -- Performing Test HAVE_C_PTHREAD - Success
  106. -- Performing Test HAVE_CXX_FOMIT_FRAME_POINTER
  107. -- Performing Test HAVE_CXX_FOMIT_FRAME_POINTER - Success
  108. -- Performing Test HAVE_C_FOMIT_FRAME_POINTER
  109. -- Performing Test HAVE_C_FOMIT_FRAME_POINTER - Success
  110. -- Performing Test HAVE_CXX_MFPU_NEON
  111. -- Performing Test HAVE_CXX_MFPU_NEON - Success
  112. -- Performing Test HAVE_C_MFPU_NEON
  113. -- Performing Test HAVE_C_MFPU_NEON - Success
  114. -- Performing Test HAVE_CXX_FFUNCTION_SECTIONS
  115. -- Performing Test HAVE_CXX_FFUNCTION_SECTIONS - Success
  116. -- Performing Test HAVE_C_FFUNCTION_SECTIONS
  117. -- Performing Test HAVE_C_FFUNCTION_SECTIONS - Success
  118. -- Looking for pthread.h
  119. -- Looking for pthread.h - found
  120. -- Check if the system is big endian
  121. -- Searching 16 bit integer
  122. -- Looking for sys/types.h
  123. -- Looking for sys/types.h - found
  124. -- Looking for stdint.h
  125. -- Looking for stdint.h - found
  126. -- Looking for stddef.h
  127. -- Looking for stddef.h - found
  128. -- Check size of unsigned short
  129. -- Check size of unsigned short - done
  130. -- Using unsigned short
  131. -- Check if the system is big endian - little endian
  132. -- Found ZLIB: /usr/lib/arm-linux-gnueabihf/libz.so (found version "1.2.8")
  133. -- Found TIFF: /usr/lib/arm-linux-gnueabihf/libtiff.so (found version "4.0.3")
  134. -- Found JPEG: /usr/lib/arm-linux-gnueabihf/libjpeg.so
  135. -- Found Jasper: /usr/lib/arm-linux-gnueabihf/libjasper.so (found version "1.900.1")
  136. -- Found PNG: /usr/lib/arm-linux-gnueabihf/libpng.so (found version "1.2.50")
  137. -- Looking for /usr/include/libpng/png.h
  138. -- Looking for /usr/include/libpng/png.h - found
  139. -- Found OpenEXR: /usr/lib/arm-linux-gnueabihf/libIlmImf.so
  140. CMake Warning at cmake/OpenCVFindLibsGUI.cmake:18 (find_package):
  141. By not providing "FindQt5Core.cmake" in CMAKE_MODULE_PATH this project has
  142. asked CMake to find a package configuration file provided by "Qt5Core", but
  143. CMake did not find one.
  144.  
  145. Could not find a package configuration file provided by "Qt5Core" with any
  146. of the following names:
  147.  
  148. Qt5CoreConfig.cmake
  149. qt5core-config.cmake
  150.  
  151. Add the installation prefix of "Qt5Core" to CMAKE_PREFIX_PATH or set
  152. "Qt5Core_DIR" to a directory containing one of the above files. If
  153. "Qt5Core" provides a separate development package or SDK, be sure it has
  154. been installed.
  155. Call Stack (most recent call first):
  156. CMakeLists.txt:488 (include)
  157.  
  158.  
  159. CMake Warning at cmake/OpenCVFindLibsGUI.cmake:19 (find_package):
  160. By not providing "FindQt5Gui.cmake" in CMAKE_MODULE_PATH this project has
  161. asked CMake to find a package configuration file provided by "Qt5Gui", but
  162. CMake did not find one.
  163.  
  164. Could not find a package configuration file provided by "Qt5Gui" with any
  165. of the following names:
  166.  
  167. Qt5GuiConfig.cmake
  168. qt5gui-config.cmake
  169.  
  170. Add the installation prefix of "Qt5Gui" to CMAKE_PREFIX_PATH or set
  171. "Qt5Gui_DIR" to a directory containing one of the above files. If "Qt5Gui"
  172. provides a separate development package or SDK, be sure it has been
  173. installed.
  174. Call Stack (most recent call first):
  175. CMakeLists.txt:488 (include)
  176.  
  177.  
  178. CMake Warning at cmake/OpenCVFindLibsGUI.cmake:20 (find_package):
  179. By not providing "FindQt5Widgets.cmake" in CMAKE_MODULE_PATH this project
  180. has asked CMake to find a package configuration file provided by
  181. "Qt5Widgets", but CMake did not find one.
  182.  
  183. Could not find a package configuration file provided by "Qt5Widgets" with
  184. any of the following names:
  185.  
  186. Qt5WidgetsConfig.cmake
  187. qt5widgets-config.cmake
  188.  
  189. Add the installation prefix of "Qt5Widgets" to CMAKE_PREFIX_PATH or set
  190. "Qt5Widgets_DIR" to a directory containing one of the above files. If
  191. "Qt5Widgets" provides a separate development package or SDK, be sure it has
  192. been installed.
  193. Call Stack (most recent call first):
  194. CMakeLists.txt:488 (include)
  195.  
  196.  
  197. CMake Warning at cmake/OpenCVFindLibsGUI.cmake:21 (find_package):
  198. By not providing "FindQt5Test.cmake" in CMAKE_MODULE_PATH this project has
  199. asked CMake to find a package configuration file provided by "Qt5Test", but
  200. CMake did not find one.
  201.  
  202. Could not find a package configuration file provided by "Qt5Test" with any
  203. of the following names:
  204.  
  205. Qt5TestConfig.cmake
  206. qt5test-config.cmake
  207.  
  208. Add the installation prefix of "Qt5Test" to CMAKE_PREFIX_PATH or set
  209. "Qt5Test_DIR" to a directory containing one of the above files. If
  210. "Qt5Test" provides a separate development package or SDK, be sure it has
  211. been installed.
  212. Call Stack (most recent call first):
  213. CMakeLists.txt:488 (include)
  214.  
  215.  
  216. CMake Warning at cmake/OpenCVFindLibsGUI.cmake:22 (find_package):
  217. By not providing "FindQt5Concurrent.cmake" in CMAKE_MODULE_PATH this
  218. project has asked CMake to find a package configuration file provided by
  219. "Qt5Concurrent", but CMake did not find one.
  220.  
  221. Could not find a package configuration file provided by "Qt5Concurrent"
  222. with any of the following names:
  223.  
  224. Qt5ConcurrentConfig.cmake
  225. qt5concurrent-config.cmake
  226.  
  227. Add the installation prefix of "Qt5Concurrent" to CMAKE_PREFIX_PATH or set
  228. "Qt5Concurrent_DIR" to a directory containing one of the above files. If
  229. "Qt5Concurrent" provides a separate development package or SDK, be sure it
  230. has been installed.
  231. Call Stack (most recent call first):
  232. CMakeLists.txt:488 (include)
  233.  
  234.  
  235. -- Looking for Q_WS_X11
  236. -- Looking for Q_WS_X11 - found
  237. -- Looking for Q_WS_WIN
  238. -- Looking for Q_WS_WIN - not found
  239. -- Looking for Q_WS_QWS
  240. -- Looking for Q_WS_QWS - not found
  241. -- Looking for Q_WS_MAC
  242. -- Looking for Q_WS_MAC - not found
  243. -- Found Qt4: /usr/bin/qmake (found version "4.8.6")
  244. -- Looking for XOpenDisplay in /usr/lib/arm-linux-gnueabihf/libX11.so;/usr/lib/arm-linux-gnueabihf/libXext.so
  245. -- Looking for XOpenDisplay in /usr/lib/arm-linux-gnueabihf/libX11.so;/usr/lib/arm-linux-gnueabihf/libXext.so - found
  246. -- Looking for gethostbyname
  247. -- Looking for gethostbyname - found
  248. -- Looking for connect
  249. -- Looking for connect - found
  250. -- Looking for remove
  251. -- Looking for remove - found
  252. -- Looking for shmat
  253. -- Looking for shmat - found
  254. -- Looking for IceConnectionNumber in ICE
  255. -- Looking for IceConnectionNumber in ICE - found
  256. -- Found X11: /usr/lib/arm-linux-gnueabihf/libX11.so
  257. -- checking for module 'gstreamer-base-1.0'
  258. -- package 'gstreamer-base-1.0' not found
  259. -- checking for module 'gstreamer-video-1.0'
  260. -- package 'gstreamer-video-1.0' not found
  261. -- checking for module 'gstreamer-app-1.0'
  262. -- package 'gstreamer-app-1.0' not found
  263. -- checking for module 'gstreamer-riff-1.0'
  264. -- package 'gstreamer-riff-1.0' not found
  265. -- checking for module 'gstreamer-pbutils-1.0'
  266. -- package 'gstreamer-pbutils-1.0' not found
  267. -- checking for module 'gstreamer-base-0.10'
  268. -- package 'gstreamer-base-0.10' not found
  269. -- checking for module 'gstreamer-video-0.10'
  270. -- package 'gstreamer-video-0.10' not found
  271. -- checking for module 'gstreamer-app-0.10'
  272. -- package 'gstreamer-app-0.10' not found
  273. -- checking for module 'gstreamer-riff-0.10'
  274. -- package 'gstreamer-riff-0.10' not found
  275. -- checking for module 'gstreamer-pbutils-0.10'
  276. -- package 'gstreamer-pbutils-0.10' not found
  277. -- checking for module 'libdc1394-2'
  278. -- found libdc1394-2, version 2.2.3
  279. -- checking for module 'libv4l1'
  280. -- found libv4l1, version 1.6.0
  281. -- checking for module 'libv4l2'
  282. -- found libv4l2, version 1.6.0
  283. -- Looking for linux/videodev.h
  284. -- Looking for linux/videodev.h - not found
  285. -- Looking for linux/videodev2.h
  286. -- Looking for linux/videodev2.h - found
  287. -- Looking for sys/videoio.h
  288. -- Looking for sys/videoio.h - not found
  289. -- checking for module 'libavcodec'
  290. -- found libavcodec, version 56.1.0
  291. -- checking for module 'libavformat'
  292. -- found libavformat, version 56.1.0
  293. -- checking for module 'libavutil'
  294. -- found libavutil, version 54.3.0
  295. -- checking for module 'libswscale'
  296. -- found libswscale, version 3.0.0
  297. -- checking for module 'libavresample'
  298. -- found libavresample, version 2.1.0
  299. -- Looking for libavformat/avformat.h
  300. -- Looking for libavformat/avformat.h - found
  301. -- Looking for ffmpeg/avformat.h
  302. -- Looking for ffmpeg/avformat.h - not found
  303. -- Performing Test HAVE_CXX_WNO_SHADOW
  304. -- Performing Test HAVE_CXX_WNO_SHADOW - Success
  305. -- Unpacking tbb43_20141204oss_src.tgz to /home/fa/Workspace/opencv/ReleaseARM2/3rdparty/tbb/tbb43_20141204oss
  306. -- Performing Test HAVE_CXX_WNO_UNDEF
  307. -- Performing Test HAVE_CXX_WNO_UNDEF - Success
  308. -- Performing Test HAVE_CXX_WNO_MISSING_DECLARATIONS
  309. -- Performing Test HAVE_CXX_WNO_MISSING_DECLARATIONS - Success
  310. -- Found PythonInterp: /usr/bin/python2 (found suitable version "2.7.9", minimum required is "2.0")
  311. -- Found PythonLibs: /usr/lib/arm-linux-gnueabihf/libpython2.7.so (found suitable exact version "2.7.9")
  312. Traceback (most recent call last):
  313. File "<string>", line 1, in <module>
  314. ImportError: No module named numpy.distutils
  315. -- Found apache ant 1.9.4: /usr/bin/ant
  316. -- Found JNI: /usr/lib/jvm/default-java/jre/lib/arm/libjawt.so
  317. -- Performing Test HAVE_CXX_WNO_DEPRECATED_DECLARATIONS
  318. -- Performing Test HAVE_CXX_WNO_DEPRECATED_DECLARATIONS - Success
  319. -- Performing Test HAVE_CXX_WNO_CLOBBERED
  320. -- Performing Test HAVE_CXX_WNO_CLOBBERED - Success
  321. --
  322. -- General configuration for OpenCV 2.4.13.1 =====================================
  323. -- Version control: unknown
  324. --
  325. -- Platform:
  326. -- Host: Linux 3.4.39-s5p6818 armv7l
  327. -- CMake: 3.0.2
  328. -- CMake generator: Unix Makefiles
  329. -- CMake build tool: /usr/bin/make
  330. -- Configuration: RELEASE-NANOPI
  331. --
  332. -- C/C++:
  333. -- Built as dynamic libs?: NO
  334. -- C++ Compiler: /usr/bin/arm-linux-gnueabihf-g++ (ver 4.9.2)
  335. -- C++ flags (Release): -fPIC -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -pthread -fomit-frame-pointer -mfpu=neon -ffunction-sections -mtune=cortex-a53 -mcpu=cortex-a53 -mfloat-abi=hard -march=armv8-a+crc -DNDEBUG
  336. -- C++ flags (Debug): -fPIC -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -pthread -fomit-frame-pointer -mfpu=neon -ffunction-sections -g -O0 -DDEBUG -D_DEBUG
  337. -- C Compiler: /usr/bin/arm-linux-gnueabihf-gcc
  338. -- C flags (Release): -fPIC -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wno-narrowing -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -pthread -fomit-frame-pointer -mfpu=neon -ffunction-sections -mtune=cortex-a53 -mcpu=cortex-a53 -mfloat-abi=hard -march=armv8-a+crc -DNDEBUG
  339. -- C flags (Debug): -fPIC -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wno-narrowing -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -pthread -fomit-frame-pointer -mfpu=neon -ffunction-sections -g -O0 -DDEBUG -D_DEBUG
  340. -- Linker flags (Release):
  341. -- Linker flags (Debug):
  342. -- Precompiled headers: YES
  343. --
  344. -- OpenCV modules:
  345. -- To be built: core flann imgproc highgui features2d calib3d ml video legacy objdetect photo gpu ocl nonfree contrib java stitching superres ts videostab
  346. -- Disabled: world
  347. -- Disabled by dependency: -
  348. -- Unavailable: androidcamera dynamicuda python viz
  349. --
  350. -- GUI:
  351. -- QT 4.x: YES (ver 4.8.6 EDITION = OpenSource)
  352. -- QT OpenGL support: YES (/usr/lib/arm-linux-gnueabihf/libQtOpenGL.so)
  353. -- OpenGL support: YES (/usr/lib/arm-linux-gnueabihf/libGLU.so /usr/lib/arm-linux-gnueabihf/libGL.so /usr/lib/arm-linux-gnueabihf/libSM.so /usr/lib/arm-linux-gnueabihf/libICE.so /usr/lib/arm-linux-gnueabihf/libX11.so /usr/lib/arm-linux-gnueabihf/libXext.so)
  354. -- VTK support: NO
  355. --
  356. -- Media I/O:
  357. -- ZLib: /usr/lib/arm-linux-gnueabihf/libz.so (ver 1.2.8)
  358. -- JPEG: /usr/lib/arm-linux-gnueabihf/libjpeg.so (ver )
  359. -- PNG: /usr/lib/arm-linux-gnueabihf/libpng.so (ver 1.2.50)
  360. -- TIFF: /usr/lib/arm-linux-gnueabihf/libtiff.so (ver 42 - 4.0.3)
  361. -- JPEG 2000: /usr/lib/arm-linux-gnueabihf/libjasper.so (ver 1.900.1)
  362. -- OpenEXR: /usr/lib/arm-linux-gnueabihf/libImath.so /usr/lib/arm-linux-gnueabihf/libIlmImf.so /usr/lib/arm-linux-gnueabihf/libIex.so /usr/lib/arm-linux-gnueabihf/libHalf.so /usr/lib/arm-linux-gnueabihf/libIlmThread.so (ver 1.6.1)
  363. --
  364. -- Video I/O:
  365. -- DC1394 1.x: NO
  366. -- DC1394 2.x: YES (ver 2.2.3)
  367. -- FFMPEG: YES
  368. -- codec: YES (ver 56.1.0)
  369. -- format: YES (ver 56.1.0)
  370. -- util: YES (ver 54.3.0)
  371. -- swscale: YES (ver 3.0.0)
  372. -- resample: YES (ver 2.1.0)
  373. -- gentoo-style: YES
  374. -- GStreamer: NO
  375. -- OpenNI: NO
  376. -- OpenNI PrimeSensor Modules: NO
  377. -- PvAPI: NO
  378. -- GigEVisionSDK: NO
  379. -- UniCap: NO
  380. -- UniCap ucil: NO
  381. -- V4L/V4L2: Using libv4l1 (ver 1.6.0) / libv4l2 (ver 1.6.0)
  382. -- XIMEA: NO
  383. -- Xine: NO
  384. --
  385. -- Other third-party libraries:
  386. -- Use IPP: NO
  387. -- Use Eigen: NO
  388. -- Use TBB: YES (ver 4.2 interface 7003)
  389. -- Use OpenMP: NO
  390. -- Use GCD NO
  391. -- Use Concurrency NO
  392. -- Use C=: NO
  393. -- Use Cuda: NO
  394. -- Use OpenCL: YES
  395. --
  396. -- OpenCL:
  397. -- Version: dynamic
  398. -- Include path: /home/fa/Workspace/opencv/3rdparty/include/opencl/1.2
  399. -- Use AMD FFT: NO
  400. -- Use AMD BLAS: NO
  401. --
  402. -- Python:
  403. -- Interpreter: /usr/bin/python2 (ver 2.7.9)
  404. --
  405. -- Java:
  406. -- ant: /usr/bin/ant (ver 1.9.4)
  407. -- JNI: /usr/lib/jvm/default-java/include /usr/lib/jvm/default-java/include /usr/lib/jvm/default-java/include
  408. -- Java tests: YES
  409. --
  410. -- Documentation:
  411. -- Build Documentation: NO
  412. -- Sphinx: NO
  413. -- PdfLaTeX compiler: NO
  414. -- Doxygen: NO
  415. --
  416. -- Tests and samples:
  417. -- Tests: YES
  418. -- Performance tests: YES
  419. -- C/C++ Examples: YES
  420. --
  421. -- Install path: /usr/local
  422. --
  423. -- cvconfig.h is in: /home/fa/Workspace/opencv/ReleaseARM2
  424. -- -----------------------------------------------------------------
  425. --
  426. CMake Warning at cmake/OpenCVPackaging.cmake:23 (message):
  427. CPACK_PACKAGE_VERSION does not match version provided by version.hpp
  428. header!
  429. Call Stack (most recent call first):
  430. CMakeLists.txt:1107 (include)
  431.  
  432.  
  433. -- Configuring done
  434. -- Generating done
  435. -- Build files have been written to: /home/fa/Workspace/opencv/ReleaseARM2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement