Advertisement
Guest User

Untitled

a guest
Sep 27th, 2016
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.88 KB | None | 0 0
  1. pi@raspberrypi:~/opencv-fork $ git rev-parse HEAD
  2. 8f91529edfd3a74383a47120f574bb7de09bfe9f
  3. pi@raspberrypi:~/opencv-fork $ mkdir clang
  4. pi@raspberrypi:~/opencv-fork $ cd clang
  5. pi@raspberrypi:~/opencv-fork/clang $ CC=/usr/bin/clang-3.7 CXX=/usr/bin/clang++-3.7 cmake ..
  6. -- The CXX compiler identification is Clang 3.7.0
  7. -- The C compiler identification is Clang 3.7.0
  8. -- Check for working CXX compiler: /usr/bin/clang++-3.7
  9. -- Check for working CXX compiler: /usr/bin/clang++-3.7 -- works
  10. -- Detecting CXX compiler ABI info
  11. -- Detecting CXX compiler ABI info - done
  12. -- Check for working C compiler: /usr/bin/clang-3.7
  13. -- Check for working C compiler: /usr/bin/clang-3.7 -- works
  14. -- Detecting C compiler ABI info
  15. -- Detecting C compiler ABI info - done
  16. -- Performing Test HAVE_CXX_FSIGNED_CHAR
  17. -- Performing Test HAVE_CXX_FSIGNED_CHAR - Success
  18. -- Performing Test HAVE_C_FSIGNED_CHAR
  19. -- Performing Test HAVE_C_FSIGNED_CHAR - Success
  20. -- Performing Test HAVE_CXX_W
  21. -- Performing Test HAVE_CXX_W - Success
  22. -- Performing Test HAVE_C_W
  23. -- Performing Test HAVE_C_W - Success
  24. -- Performing Test HAVE_CXX_WALL
  25. -- Performing Test HAVE_CXX_WALL - Failed
  26. -- Performing Test HAVE_C_WALL
  27. -- Performing Test HAVE_C_WALL - Failed
  28. -- Performing Test HAVE_CXX_WERROR_RETURN_TYPE
  29. -- Performing Test HAVE_CXX_WERROR_RETURN_TYPE - Success
  30. -- Performing Test HAVE_C_WERROR_RETURN_TYPE
  31. -- Performing Test HAVE_C_WERROR_RETURN_TYPE - Success
  32. -- Performing Test HAVE_CXX_WERROR_NON_VIRTUAL_DTOR
  33. -- Performing Test HAVE_CXX_WERROR_NON_VIRTUAL_DTOR - Success
  34. -- Performing Test HAVE_C_WERROR_NON_VIRTUAL_DTOR
  35. -- Performing Test HAVE_C_WERROR_NON_VIRTUAL_DTOR - Success
  36. -- Performing Test HAVE_CXX_WERROR_ADDRESS
  37. -- Performing Test HAVE_CXX_WERROR_ADDRESS - Success
  38. -- Performing Test HAVE_C_WERROR_ADDRESS
  39. -- Performing Test HAVE_C_WERROR_ADDRESS - Success
  40. -- Performing Test HAVE_CXX_WERROR_SEQUENCE_POINT
  41. -- Performing Test HAVE_CXX_WERROR_SEQUENCE_POINT - Success
  42. -- Performing Test HAVE_C_WERROR_SEQUENCE_POINT
  43. -- Performing Test HAVE_C_WERROR_SEQUENCE_POINT - Success
  44. -- Performing Test HAVE_CXX_WFORMAT
  45. -- Performing Test HAVE_CXX_WFORMAT - Success
  46. -- Performing Test HAVE_C_WFORMAT
  47. -- Performing Test HAVE_C_WFORMAT - Success
  48. -- Performing Test HAVE_CXX_WERROR_FORMAT_SECURITY
  49. -- Performing Test HAVE_CXX_WERROR_FORMAT_SECURITY - Success
  50. -- Performing Test HAVE_C_WERROR_FORMAT_SECURITY
  51. -- Performing Test HAVE_C_WERROR_FORMAT_SECURITY - Success
  52. -- Performing Test HAVE_CXX_WMISSING_DECLARATIONS
  53. -- Performing Test HAVE_CXX_WMISSING_DECLARATIONS - Success
  54. -- Performing Test HAVE_C_WMISSING_DECLARATIONS
  55. -- Performing Test HAVE_C_WMISSING_DECLARATIONS - Success
  56. -- Performing Test HAVE_CXX_WMISSING_PROTOTYPES
  57. -- Performing Test HAVE_CXX_WMISSING_PROTOTYPES - Success
  58. -- Performing Test HAVE_C_WMISSING_PROTOTYPES
  59. -- Performing Test HAVE_C_WMISSING_PROTOTYPES - Success
  60. -- Performing Test HAVE_CXX_WSTRICT_PROTOTYPES
  61. -- Performing Test HAVE_CXX_WSTRICT_PROTOTYPES - Success
  62. -- Performing Test HAVE_C_WSTRICT_PROTOTYPES
  63. -- Performing Test HAVE_C_WSTRICT_PROTOTYPES - Success
  64. -- Performing Test HAVE_CXX_WUNDEF
  65. -- Performing Test HAVE_CXX_WUNDEF - Success
  66. -- Performing Test HAVE_C_WUNDEF
  67. -- Performing Test HAVE_C_WUNDEF - Success
  68. -- Performing Test HAVE_CXX_WINIT_SELF
  69. -- Performing Test HAVE_CXX_WINIT_SELF - Success
  70. -- Performing Test HAVE_C_WINIT_SELF
  71. -- Performing Test HAVE_C_WINIT_SELF - Success
  72. -- Performing Test HAVE_CXX_WPOINTER_ARITH
  73. -- Performing Test HAVE_CXX_WPOINTER_ARITH - Success
  74. -- Performing Test HAVE_C_WPOINTER_ARITH
  75. -- Performing Test HAVE_C_WPOINTER_ARITH - Success
  76. -- Performing Test HAVE_CXX_WSHADOW
  77. -- Performing Test HAVE_CXX_WSHADOW - Success
  78. -- Performing Test HAVE_C_WSHADOW
  79. -- Performing Test HAVE_C_WSHADOW - Success
  80. -- Performing Test HAVE_CXX_WSIGN_PROMO
  81. -- Performing Test HAVE_CXX_WSIGN_PROMO - Success
  82. -- Performing Test HAVE_C_WSIGN_PROMO
  83. -- Performing Test HAVE_C_WSIGN_PROMO - Success
  84. -- Performing Test HAVE_CXX_WNO_NARROWING
  85. -- Performing Test HAVE_CXX_WNO_NARROWING - Success
  86. -- Performing Test HAVE_C_WNO_NARROWING
  87. -- Performing Test HAVE_C_WNO_NARROWING - Success
  88. -- Performing Test HAVE_CXX_WNO_DELETE_NON_VIRTUAL_DTOR
  89. -- Performing Test HAVE_CXX_WNO_DELETE_NON_VIRTUAL_DTOR - Success
  90. -- Performing Test HAVE_C_WNO_DELETE_NON_VIRTUAL_DTOR
  91. -- Performing Test HAVE_C_WNO_DELETE_NON_VIRTUAL_DTOR - Success
  92. -- Performing Test HAVE_CXX_WNO_UNNAMED_TYPE_TEMPLATE_ARGS
  93. -- Performing Test HAVE_CXX_WNO_UNNAMED_TYPE_TEMPLATE_ARGS - Success
  94. -- Performing Test HAVE_C_WNO_UNNAMED_TYPE_TEMPLATE_ARGS
  95. -- Performing Test HAVE_C_WNO_UNNAMED_TYPE_TEMPLATE_ARGS - Success
  96. -- Performing Test HAVE_CXX_FDIAGNOSTICS_SHOW_OPTION
  97. -- Performing Test HAVE_CXX_FDIAGNOSTICS_SHOW_OPTION - Success
  98. -- Performing Test HAVE_C_FDIAGNOSTICS_SHOW_OPTION
  99. -- Performing Test HAVE_C_FDIAGNOSTICS_SHOW_OPTION - Success
  100. -- Performing Test HAVE_CXX_PTHREAD
  101. -- Performing Test HAVE_CXX_PTHREAD - Success
  102. -- Performing Test HAVE_C_PTHREAD
  103. -- Performing Test HAVE_C_PTHREAD - Success
  104. -- Performing Test HAVE_CXX_QUNUSED_ARGUMENTS
  105. -- Performing Test HAVE_CXX_QUNUSED_ARGUMENTS - Success
  106. -- Performing Test HAVE_C_QUNUSED_ARGUMENTS
  107. -- Performing Test HAVE_C_QUNUSED_ARGUMENTS - Success
  108. -- Performing Test HAVE_CXX_FOMIT_FRAME_POINTER
  109. -- Performing Test HAVE_CXX_FOMIT_FRAME_POINTER - Success
  110. -- Performing Test HAVE_C_FOMIT_FRAME_POINTER
  111. -- Performing Test HAVE_C_FOMIT_FRAME_POINTER - Success
  112. -- Performing Test HAVE_CXX_FFUNCTION_SECTIONS
  113. -- Performing Test HAVE_CXX_FFUNCTION_SECTIONS - Success
  114. -- Performing Test HAVE_C_FFUNCTION_SECTIONS
  115. -- Performing Test HAVE_C_FFUNCTION_SECTIONS - Success
  116. -- Performing Test HAVE_CXX_FVISIBILITY_HIDDEN
  117. -- Performing Test HAVE_CXX_FVISIBILITY_HIDDEN - Success
  118. -- Performing Test HAVE_C_FVISIBILITY_HIDDEN
  119. -- Performing Test HAVE_C_FVISIBILITY_HIDDEN - Success
  120. -- Performing Test HAVE_CXX_FVISIBILITY_INLINES_HIDDEN
  121. -- Performing Test HAVE_CXX_FVISIBILITY_INLINES_HIDDEN - Success
  122. -- Performing Test HAVE_C_FVISIBILITY_INLINES_HIDDEN
  123. -- Performing Test HAVE_C_FVISIBILITY_INLINES_HIDDEN - Success
  124. -- Looking for pthread.h
  125. -- Looking for pthread.h - found
  126. -- Check if the system is big endian
  127. -- Searching 16 bit integer
  128. -- Looking for sys/types.h
  129. -- Looking for sys/types.h - found
  130. -- Looking for stdint.h
  131. -- Looking for stdint.h - found
  132. -- Looking for stddef.h
  133. -- Looking for stddef.h - found
  134. -- Check size of unsigned short
  135. -- Check size of unsigned short - done
  136. -- Using unsigned short
  137. -- Check if the system is big endian - little endian
  138. -- Found ZLIB: /usr/lib/arm-linux-gnueabihf/libz.so (found suitable version "1.2.8", minimum required is "1.2.3")
  139. -- Could NOT find TIFF (missing: TIFF_LIBRARY TIFF_INCLUDE_DIR)
  140. -- Looking for assert.h
  141. -- Looking for assert.h - found
  142. -- Looking for fcntl.h
  143. -- Looking for fcntl.h - found
  144. -- Looking for io.h
  145. -- Looking for io.h - not found
  146. -- Looking for jbg_newlen
  147. -- Looking for jbg_newlen - not found
  148. -- Looking for mmap
  149. -- Looking for mmap - found
  150. -- Looking for search.h
  151. -- Looking for search.h - found
  152. -- Looking for string.h
  153. -- Looking for string.h - found
  154. -- Looking for unistd.h
  155. -- Looking for unistd.h - found
  156. -- Performing Test HAVE_C_WNO_UNUSED_BUT_SET_VARIABLE
  157. -- Performing Test HAVE_C_WNO_UNUSED_BUT_SET_VARIABLE - Failed
  158. -- Performing Test HAVE_C_WNO_MISSING_PROTOTYPES
  159. -- Performing Test HAVE_C_WNO_MISSING_PROTOTYPES - Success
  160. -- Performing Test HAVE_C_WNO_MISSING_DECLARATIONS
  161. -- Performing Test HAVE_C_WNO_MISSING_DECLARATIONS - Success
  162. -- Performing Test HAVE_C_WNO_UNDEF
  163. -- Performing Test HAVE_C_WNO_UNDEF - Success
  164. -- Performing Test HAVE_C_WNO_UNUSED
  165. -- Performing Test HAVE_C_WNO_UNUSED - Success
  166. -- Performing Test HAVE_C_WNO_SIGN_COMPARE
  167. -- Performing Test HAVE_C_WNO_SIGN_COMPARE - Success
  168. -- Performing Test HAVE_C_WNO_CAST_ALIGN
  169. -- Performing Test HAVE_C_WNO_CAST_ALIGN - Success
  170. -- Performing Test HAVE_C_WNO_SHADOW
  171. -- Performing Test HAVE_C_WNO_SHADOW - Success
  172. -- Performing Test HAVE_C_WNO_MAYBE_UNINITIALIZED
  173. -- Performing Test HAVE_C_WNO_MAYBE_UNINITIALIZED - Failed
  174. -- Performing Test HAVE_C_WNO_POINTER_TO_INT_CAST
  175. -- Performing Test HAVE_C_WNO_POINTER_TO_INT_CAST - Success
  176. -- Performing Test HAVE_C_WNO_INT_TO_POINTER_CAST
  177. -- Performing Test HAVE_C_WNO_INT_TO_POINTER_CAST - Success
  178. -- Performing Test HAVE_C_WNO_UNUSED_PARAMETER
  179. -- Performing Test HAVE_C_WNO_UNUSED_PARAMETER - Success
  180. -- Performing Test HAVE_CXX_WNO_MISSING_DECLARATIONS
  181. -- Performing Test HAVE_CXX_WNO_MISSING_DECLARATIONS - Success
  182. -- Performing Test HAVE_CXX_WNO_UNUSED_PARAMETER
  183. -- Performing Test HAVE_CXX_WNO_UNUSED_PARAMETER - Success
  184. -- Could NOT find JPEG (missing: JPEG_LIBRARY JPEG_INCLUDE_DIR)
  185. -- Performing Test HAVE_C_WNO_UNUSED_VARIABLE
  186. -- Performing Test HAVE_C_WNO_UNUSED_VARIABLE - Success
  187. -- Performing Test HAVE_C_WNO_UNUSED_FUNCTION
  188. -- Performing Test HAVE_C_WNO_UNUSED_FUNCTION - Success
  189. -- Found JPEG: libjpeg
  190. -- Could NOT find Jasper (missing: JASPER_LIBRARIES JASPER_INCLUDE_DIR)
  191. -- Performing Test HAVE_C_WNO_IMPLICIT_FUNCTION_DECLARATION
  192. -- Performing Test HAVE_C_WNO_IMPLICIT_FUNCTION_DECLARATION - Success
  193. -- Performing Test HAVE_C_WNO_UNINITIALIZED
  194. -- Performing Test HAVE_C_WNO_UNINITIALIZED - Success
  195. -- Performing Test HAVE_C_WNO_UNUSED_BUT_SET_PARAMETER
  196. -- Performing Test HAVE_C_WNO_UNUSED_BUT_SET_PARAMETER - Failed
  197. -- Performing Test HAVE_C_WNO_STRICT_OVERFLOW
  198. -- Performing Test HAVE_C_WNO_STRICT_OVERFLOW - Success
  199. -- Found ZLIB: /usr/lib/arm-linux-gnueabihf/libz.so (found version "1.2.8")
  200. -- Found PNG: /usr/lib/arm-linux-gnueabihf/libpng.so (found version "1.2.50")
  201. -- Looking for /usr/include/libpng/png.h
  202. -- Looking for /usr/include/libpng/png.h - found
  203. -- Looking for semaphore.h
  204. -- Looking for semaphore.h - found
  205. -- Performing Test HAVE_CXX_WNO_SHADOW
  206. -- Performing Test HAVE_CXX_WNO_SHADOW - Success
  207. -- Performing Test HAVE_CXX_WNO_UNUSED
  208. -- Performing Test HAVE_CXX_WNO_UNUSED - Success
  209. -- Performing Test HAVE_CXX_WNO_SIGN_COMPARE
  210. -- Performing Test HAVE_CXX_WNO_SIGN_COMPARE - Success
  211. -- Performing Test HAVE_CXX_WNO_UNDEF
  212. -- Performing Test HAVE_CXX_WNO_UNDEF - Success
  213. -- Performing Test HAVE_CXX_WNO_UNINITIALIZED
  214. -- Performing Test HAVE_CXX_WNO_UNINITIALIZED - Success
  215. -- Performing Test HAVE_CXX_WNO_SWITCH
  216. -- Performing Test HAVE_CXX_WNO_SWITCH - Success
  217. -- Performing Test HAVE_CXX_WNO_PARENTHESES
  218. -- Performing Test HAVE_CXX_WNO_PARENTHESES - Success
  219. -- Performing Test HAVE_CXX_WNO_ARRAY_BOUNDS
  220. -- Performing Test HAVE_CXX_WNO_ARRAY_BOUNDS - Success
  221. -- Performing Test HAVE_CXX_WNO_EXTRA
  222. -- Performing Test HAVE_CXX_WNO_EXTRA - Success
  223. -- Performing Test HAVE_CXX_WNO_DEPRECATED_DECLARATIONS
  224. -- Performing Test HAVE_CXX_WNO_DEPRECATED_DECLARATIONS - Success
  225. -- checking for module 'gtk+-3.0'
  226. -- package 'gtk+-3.0' not found
  227. -- checking for module 'gtk+-2.0'
  228. -- found gtk+-2.0, version 2.24.25
  229. -- checking for module 'gthread-2.0'
  230. -- found gthread-2.0, version 2.42.1
  231. -- checking for module 'gstreamer-base-1.0'
  232. -- package 'gstreamer-base-1.0' not found
  233. -- checking for module 'gstreamer-video-1.0'
  234. -- package 'gstreamer-video-1.0' not found
  235. -- checking for module 'gstreamer-app-1.0'
  236. -- package 'gstreamer-app-1.0' not found
  237. -- checking for module 'gstreamer-riff-1.0'
  238. -- package 'gstreamer-riff-1.0' not found
  239. -- checking for module 'gstreamer-pbutils-1.0'
  240. -- package 'gstreamer-pbutils-1.0' not found
  241. -- checking for module 'gstreamer-base-0.10'
  242. -- package 'gstreamer-base-0.10' not found
  243. -- checking for module 'gstreamer-video-0.10'
  244. -- package 'gstreamer-video-0.10' not found
  245. -- checking for module 'gstreamer-app-0.10'
  246. -- package 'gstreamer-app-0.10' not found
  247. -- checking for module 'gstreamer-riff-0.10'
  248. -- package 'gstreamer-riff-0.10' not found
  249. -- checking for module 'gstreamer-pbutils-0.10'
  250. -- package 'gstreamer-pbutils-0.10' not found
  251. -- checking for module 'libdc1394-2'
  252. -- package 'libdc1394-2' not found
  253. -- checking for module 'libdc1394'
  254. -- package 'libdc1394' not found
  255. -- Looking for linux/videodev.h
  256. -- Looking for linux/videodev.h - not found
  257. -- Looking for linux/videodev2.h
  258. -- Looking for linux/videodev2.h - found
  259. -- Looking for sys/videoio.h
  260. -- Looking for sys/videoio.h - not found
  261. -- checking for module 'libavcodec'
  262. -- package 'libavcodec' not found
  263. -- checking for module 'libavformat'
  264. -- package 'libavformat' not found
  265. -- checking for module 'libavutil'
  266. -- package 'libavutil' not found
  267. -- checking for module 'libswscale'
  268. -- package 'libswscale' not found
  269. -- checking for module 'libavresample'
  270. -- package 'libavresample' not found
  271. -- Looking for libavformat/avformat.h
  272. -- Looking for libavformat/avformat.h - not found
  273. -- Looking for ffmpeg/avformat.h
  274. -- Looking for ffmpeg/avformat.h - not found
  275. -- checking for module 'libgphoto2'
  276. -- package 'libgphoto2' not found
  277. -- Looking for sgemm_
  278. -- Looking for sgemm_ - found
  279. -- Looking for include file pthread.h
  280. -- Looking for include file pthread.h - found
  281. -- Looking for pthread_create
  282. -- Looking for pthread_create - found
  283. -- Found Threads: TRUE
  284. -- A library with BLAS API found.
  285. -- Looking for cheev_
  286. -- Looking for cheev_ - found
  287. -- A library with LAPACK API found.
  288. -- CUDA compilation is disabled (due to Clang unsupported on your platform).
  289. -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
  290. -- To enable PlantUML support, set PLANTUML_JAR environment variable or pass -DPLANTUML_JAR=<filepath> option to cmake
  291. -- Found PythonInterp: /usr/bin/python2.7 (found suitable version "2.7.9", minimum required is "2.7")
  292. -- Could NOT find PythonLibs (missing: PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS) (Required is exact version "2.7.9")
  293. -- Found PythonInterp: /usr/bin/python3.4 (found suitable version "3.4.2", minimum required is "3.4")
  294. -- Found PythonLibs: /usr/lib/arm-linux-gnueabihf/libpython3.4m.so (found suitable exact version "3.4.2")
  295. -- Could NOT find JNI (missing: JAVA_AWT_LIBRARY JAVA_JVM_LIBRARY JAVA_INCLUDE_PATH JAVA_INCLUDE_PATH2 JAVA_AWT_INCLUDE_PATH)
  296. -- Could NOT find Matlab (missing: MATLAB_MEX_SCRIPT MATLAB_INCLUDE_DIRS MATLAB_ROOT_DIR MATLAB_LIBRARIES MATLAB_LIBRARY_DIRS MATLAB_MEXEXT MATLAB_ARCH MATLAB_BIN)
  297. -- VTK is not found. Please set -DVTK_DIR in CMake to VTK build directory, or to VTK install subdirectory with VTKConfig.cmake file
  298. -- Performing Test CXX_HAS_MFPU_NEON
  299. -- Performing Test CXX_HAS_MFPU_NEON - Failed
  300. -- Performing Test C_HAS_MFPU_NEON
  301. -- Performing Test C_HAS_MFPU_NEON - Failed
  302. --
  303. -- General configuration for OpenCV 3.1.0-dev =====================================
  304. -- Version control: 3.1.0-772-g8f91529
  305. --
  306. -- Platform:
  307. -- Timestamp: 2016-09-27T06:35:06Z
  308. -- Host: Linux 4.1.19-v7+ armv7l
  309. -- CMake: 3.0.2
  310. -- CMake generator: Unix Makefiles
  311. -- CMake build tool: /usr/bin/make
  312. -- Configuration: Release
  313. --
  314. -- C/C++:
  315. -- Built as dynamic libs?: YES
  316. -- C++ Compiler: /usr/bin/clang++-3.7 (ver 3.7.0)
  317. -- C++ flags (Release): -fsigned-char -W -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -pthread -Qunused-arguments -fomit-frame-pointer -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG
  318. -- C++ flags (Debug): -fsigned-char -W -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -pthread -Qunused-arguments -fomit-frame-pointer -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -g -O0 -DDEBUG -D_DEBUG
  319. -- C Compiler: /usr/bin/clang-3.7
  320. -- C flags (Release): -fsigned-char -W -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -pthread -Qunused-arguments -fomit-frame-pointer -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG
  321. -- C flags (Debug): -fsigned-char -W -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -fdiagnostics-show-option -pthread -Qunused-arguments -fomit-frame-pointer -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -g -O0 -DDEBUG -D_DEBUG
  322. -- Linker flags (Release):
  323. -- Linker flags (Debug):
  324. -- Precompiled headers: NO
  325. -- Extra dependencies: /usr/lib/arm-linux-gnueabihf/libpng.so /usr/lib/arm-linux-gnueabihf/libz.so gtk-x11-2.0 gdk-x11-2.0 pangocairo-1.0 atk-1.0 cairo gdk_pixbuf-2.0 gio-2.0 pangoft2-1.0 pango-1.0 gobject-2.0 fontconfig freetype gthread-2.0 glib-2.0 dl m pthread rt
  326. -- 3rdparty dependencies: libjpeg libwebp libtiff libjasper IlmImf tegra_hal
  327. --
  328. -- OpenCV modules:
  329. -- To be built: core flann imgproc ml photo video imgcodecs shape videoio highgui objdetect superres ts features2d calib3d stitching videostab python3
  330. -- Disabled: world
  331. -- Disabled by dependency: -
  332. -- Unavailable: cudaarithm cudabgsegm cudacodec cudafeatures2d cudafilters cudaimgproc cudalegacy cudaobjdetect cudaoptflow cudastereo cudawarping cudev java python2 viz
  333. --
  334. -- GUI:
  335. -- QT: NO
  336. -- GTK+ 2.x: YES (ver 2.24.25)
  337. -- GThread : YES (ver 2.42.1)
  338. -- GtkGlExt: NO
  339. -- OpenGL support: NO
  340. -- VTK support: NO
  341. --
  342. -- Media I/O:
  343. -- ZLib: /usr/lib/arm-linux-gnueabihf/libz.so (ver 1.2.8)
  344. -- JPEG: libjpeg (ver 90)
  345. -- WEBP: build (ver 0.3.1)
  346. -- PNG: /usr/lib/arm-linux-gnueabihf/libpng.so (ver 1.2.50)
  347. -- TIFF: build (ver 42 - 4.0.2)
  348. -- JPEG 2000: build (ver 1.900.1)
  349. -- OpenEXR: build (ver 1.7.1)
  350. -- GDAL: NO
  351. --
  352. -- Video I/O:
  353. -- DC1394 1.x: NO
  354. -- DC1394 2.x: NO
  355. -- FFMPEG: NO
  356. -- codec: NO
  357. -- format: NO
  358. -- util: NO
  359. -- swscale: NO
  360. -- resample: NO
  361. -- gentoo-style: NO
  362. -- GStreamer: NO
  363. -- OpenNI: NO
  364. -- OpenNI PrimeSensor Modules: NO
  365. -- OpenNI2: NO
  366. -- PvAPI: NO
  367. -- GigEVisionSDK: NO
  368. -- UniCap: NO
  369. -- UniCap ucil: NO
  370. -- V4L/V4L2: NO/YES
  371. -- XIMEA: NO
  372. -- Xine: NO
  373. -- gPhoto2: NO
  374. --
  375. -- Parallel framework: pthreads
  376. --
  377. -- Other third-party libraries:
  378. -- Use IPP: NO
  379. -- Use VA: NO
  380. -- Use Intel VA-API/OpenCL: NO
  381. -- Use Lapack: NO
  382. -- Use Eigen: NO
  383. -- Use Cuda: NO
  384. -- Use OpenCL: YES
  385. -- Use custom HAL: YES (carotene (ver 0.0.1))
  386. --
  387. -- OpenCL: <Dynamic loading of OpenCL library>
  388. -- Include path: /home/pi/opencv-fork/3rdparty/include/opencl/1.2
  389. -- Use AMDFFT: NO
  390. -- Use AMDBLAS: NO
  391. --
  392. -- Python 2:
  393. -- Interpreter: /usr/bin/python2.7 (ver 2.7.9)
  394. --
  395. -- Python 3:
  396. -- Interpreter: /usr/bin/python3.4 (ver 3.4.2)
  397. -- Libraries: /usr/lib/arm-linux-gnueabihf/libpython3.4m.so (ver 3.4.2)
  398. -- numpy: /usr/lib/python3/dist-packages/numpy/core/include (ver 1.8.2)
  399. -- packages path: lib/python3.4/dist-packages
  400. --
  401. -- Python (for build): /usr/bin/python2.7
  402. --
  403. -- Java:
  404. -- ant: NO
  405. -- JNI: NO
  406. -- Java wrappers: NO
  407. -- Java tests: NO
  408. --
  409. -- Matlab: Matlab not found or implicitly disabled
  410. --
  411. -- Documentation:
  412. -- Doxygen: NO
  413. -- PlantUML: NO
  414. --
  415. -- Tests and samples:
  416. -- Tests: YES
  417. -- Performance tests: YES
  418. -- C/C++ Examples: NO
  419. --
  420. -- Install path: /usr/local
  421. --
  422. -- cvconfig.h is in: /home/pi/opencv-fork/clang
  423. -- -----------------------------------------------------------------
  424. --
  425. -- Configuring done
  426. -- Generating done
  427. -- Build files have been written to: /home/pi/opencv-fork/clang
  428. pi@raspberrypi:~/opencv-fork/clang $ make opencv_test_core
  429. [ 0%] Building CXX object 3rdparty/carotene/hal/carotene/CMakeFiles/carotene_objs.dir/src/colorconvert.cpp.o
  430. clang: error: unknown argument: '-fsched2-use-superblocks'
  431. clang: error: unknown argument: '-fsched2-use-traces'
  432. clang: error: unknown argument: '-fsched-stalled-insns-dep=100'
  433. clang: error: unknown argument: '-fsched-stalled-insns=2'
  434. clang: warning: optimization flag '-fweb' is not supported [-Wignored-optimization-argument]
  435. clang: warning: optimization flag '-frename-registers' is not supported [-Wignored-optimization-argument]
  436. 3rdparty/carotene/hal/carotene/CMakeFiles/carotene_objs.dir/build.make:54: recipe for target '3rdparty/carotene/hal/carotene/CMakeFiles/carotene_objs.dir/src/colorconvert.cpp.o' failed
  437. make[3]: *** [3rdparty/carotene/hal/carotene/CMakeFiles/carotene_objs.dir/src/colorconvert.cpp.o] Error 1
  438. CMakeFiles/Makefile2:573: recipe for target '3rdparty/carotene/hal/carotene/CMakeFiles/carotene_objs.dir/all' failed
  439. make[2]: *** [3rdparty/carotene/hal/carotene/CMakeFiles/carotene_objs.dir/all] Error 2
  440. CMakeFiles/Makefile2:1461: recipe for target 'modules/core/CMakeFiles/opencv_test_core.dir/rule' failed
  441. make[1]: *** [modules/core/CMakeFiles/opencv_test_core.dir/rule] Error 2
  442. Makefile:376: recipe for target 'opencv_test_core' failed
  443. make: *** [opencv_test_core] Error 2
  444. pi@raspberrypi:~/opencv-fork $ clang++-3.7 -v
  445. Raspbian clang version 3.7.0-4~bpo8+1 (tags/RELEASE_370/final) (based on LLVM 3.7.0)
  446. Target: arm-unknown-linux-gnueabihf
  447. Thread model: posix
  448. Found candidate GCC installation: /usr/bin/../lib/gcc/arm-linux-gnueabihf/4.6
  449. Found candidate GCC installation: /usr/bin/../lib/gcc/arm-linux-gnueabihf/4.6.4
  450. Found candidate GCC installation: /usr/bin/../lib/gcc/arm-linux-gnueabihf/4.7
  451. Found candidate GCC installation: /usr/bin/../lib/gcc/arm-linux-gnueabihf/4.7.3
  452. Found candidate GCC installation: /usr/bin/../lib/gcc/arm-linux-gnueabihf/4.8
  453. Found candidate GCC installation: /usr/bin/../lib/gcc/arm-linux-gnueabihf/4.8.4
  454. Found candidate GCC installation: /usr/bin/../lib/gcc/arm-linux-gnueabihf/4.9
  455. Found candidate GCC installation: /usr/bin/../lib/gcc/arm-linux-gnueabihf/4.9.2
  456. Found candidate GCC installation: /usr/lib/gcc/arm-linux-gnueabihf/4.6
  457. Found candidate GCC installation: /usr/lib/gcc/arm-linux-gnueabihf/4.6.4
  458. Found candidate GCC installation: /usr/lib/gcc/arm-linux-gnueabihf/4.7
  459. Found candidate GCC installation: /usr/lib/gcc/arm-linux-gnueabihf/4.7.3
  460. Found candidate GCC installation: /usr/lib/gcc/arm-linux-gnueabihf/4.8
  461. Found candidate GCC installation: /usr/lib/gcc/arm-linux-gnueabihf/4.8.4
  462. Found candidate GCC installation: /usr/lib/gcc/arm-linux-gnueabihf/4.9
  463. Found candidate GCC installation: /usr/lib/gcc/arm-linux-gnueabihf/4.9.2
  464. Selected GCC installation: /usr/bin/../lib/gcc/arm-linux-gnueabihf/4.9
  465. Candidate multilib: .;@m32
  466. Selected multilib: .;@m32
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement