Advertisement
Guest User

Untitled

a guest
Jul 5th, 2017
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.01 KB | None | 0 0
  1. Detected version of GNU GCC: 52 (502)
  2. ... <skipped lines> ...
  3. C Compiler: /usr/bin/cc
  4.  
  5. /usr/bin/gcc-5: No such file or directory
  6. CMake Error at cuda_compile_generated_gpu_mat.cu.o.cmake:208 (message): Error generating /home/cecilia/opencv-3.0.0/build/modules/core/CMakeFiles/cuda_compile.dir
  7. /src/cuda/./cuda_compile_generated_gpu_mat.cu.o
  8.  
  9. Using built-in specs.
  10. COLLECT_GCC=gcc
  11. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/lto-wrapper
  12. Target: x86_64-unknown-linux-gnu
  13. Configured with: /build/gcc/src/gcc-5.2.0/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release --with-default-libstdcxx-abi=gcc4-compatible
  14. Thread model: posix
  15. gcc version 5.2.0 (GCC)
  16.  
  17. -- Detected version of GNU GCC: 52 (502)
  18. -- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found suitable version "1.2.8", minimum required is "1.2.3")
  19. -- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.8")
  20. -- Found OpenEXR: /lib64/libIlmImf.so
  21. -- Looking for linux/videodev.h
  22. -- Looking for linux/videodev.h - not found
  23. -- Looking for linux/videodev2.h
  24. -- Looking for linux/videodev2.h - found
  25. -- Looking for sys/videoio.h
  26. -- Looking for sys/videoio.h - not found
  27. -- Looking for libavformat/avformat.h
  28. -- Looking for libavformat/avformat.h - found
  29. -- Looking for ffmpeg/avformat.h
  30. -- Looking for ffmpeg/avformat.h - not found
  31. -- found IPP (ICV version): 8.2.1 [8.2.1]
  32. -- at: /home/cecilia/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx
  33. -- CUDA detected: 7.5
  34. -- CUDA NVCC target flags: -gencode;arch=compute_20,code=sm_20;-gencode;arch=compute_20,code=sm_21;-gencode;arch=compute_30,code=sm_30;-gencode;arch=compute_35,code=sm_35;-gencode;arch=compute_30,code=compute_30
  35. -- To enable PlantUML support, set PLANTUML_JAR environment variable or pass -DPLANTUML_JAR=<filepath> option to cmake
  36. -- Could NOT find PythonInterp: Found unsuitable version "1.4", but required is at least "3.4" (found /usr/bin/python3.4)
  37. -- Could NOT find PythonInterp: Found unsuitable version "1.4", but required is at least "3.2" (found )
  38. -- Found apache ant 1.9.6: /bin/ant
  39. -- 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)
  40. -- Found VTK ver. 6.3.0 (usefile: /usr/lib/cmake/vtk-6.3/UseVTK.cmake)
  41. -- Assume that non-module dependency is available: /usr/lib/x86_64-linux-gnu/libz.so (for module opencv_core)
  42. -- Assume that non-module dependency is available: /usr/lib64/libgl2ps.so (for module opencv_viz)
  43. -- videoio: Removing WinRT API headers by default
  44. --
  45. -- General configuration for OpenCV 3.0.0 =====================================
  46. -- Version control: unknown
  47. --
  48. -- Platform:
  49. -- Host: Linux 4.2.5-1-ARCH x86_64
  50. -- CMake: 3.3.2
  51. -- CMake generator: Unix Makefiles
  52. -- CMake build tool: /usr/bin/make
  53. -- Configuration: RELEASE
  54. --
  55. -- C/C++:
  56. -- Built as dynamic libs?: YES
  57. -- C++ Compiler: /usr/bin/c++ (ver 5.2.0)
  58. -- C++ flags (Release): -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -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 -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG
  59. -- C++ flags (Debug): -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -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 -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -g -O0 -DDEBUG -D_DEBUG
  60. -- C Compiler: /usr/bin/cc
  61. -- C flags (Release): -fsigned-char -W -Wall -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 -Wno-narrowing -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -O3 -DNDEBUG -DNDEBUG
  62. -- C flags (Debug): -fsigned-char -W -Wall -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 -Wno-narrowing -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -g -O0 -DDEBUG -D_DEBUG
  63. -- Linker flags (Release):
  64. -- Linker flags (Debug):
  65. -- Precompiled headers: YES
  66. -- Extra dependencies: /lib64/libwebp.so /usr/lib/x86_64-linux-gnu/libpng.so /usr/lib/x86_64-linux-gnu/libz.so /lib64/libtiff.so /lib64/libjasper.so /lib64/libjpeg.so /lib64/libImath.so /lib64/libIlmImf.so /lib64/libIex.so /lib64/libHalf.so /lib64/libIlmThread.so gtk-3 gdk-3 pangocairo-1.0 pango-1.0 atk-1.0 cairo-gobject cairo gdk_pixbuf-2.0 gio-2.0 gthread-2.0 gstvideo-1.0 gstapp-1.0 gstbase-1.0 gstriff-1.0 gstpbutils-1.0 gstreamer-1.0 gobject-2.0 glib-2.0 dc1394 v4l1 v4l2 avcodec-ffmpeg avformat-ffmpeg avutil-ffmpeg swscale-ffmpeg avresample gphoto2 gphoto2_port exif /lib64/libbz2.so /usr/lib64/libfreetype.so /usr/lib64/libgl2ps.so /usr/lib64/libjpeg.so /usr/lib64/libpng.so /usr/lib64/libtiff.so /usr/lib64/libz.so vtkCommonColor vtkCommonComputationalGeometry vtkCommonCore vtkCommonDataModel vtkCommonExecutionModel vtkCommonMath vtkCommonMisc vtkCommonSystem vtkCommonTransforms vtkDICOMParser vtkFiltersCore vtkFiltersExtraction vtkFiltersGeneral vtkFiltersGeometry vtkFiltersModeling vtkFiltersSources vtkFiltersStatistics vtkFiltersTexture vtkIOCore vtkIOExport vtkIOGeometry vtkIOImage vtkIOPLY vtkImagingColor vtkImagingCore vtkImagingFourier vtkImagingHybrid vtkInteractionStyle vtkRenderingAnnotation vtkRenderingContext2D vtkRenderingContextOpenGL vtkRenderingCore vtkRenderingFreeType vtkRenderingGL2PS vtkRenderingLOD vtkRenderingLabel vtkRenderingOpenGL vtkalglib vtkftgl vtkmetaio vtksys dl m pthread rt cudart nppc nppi npps cufft
  67. -- 3rdparty dependencies: ippicv
  68. --
  69. -- OpenCV modules:
  70. -- To be built: hal cudev core cudaarithm flann imgproc ml video viz cudabgsegm cudafilters cudaimgproc cudawarping imgcodecs photo shape videoio cudacodec highgui objdetect ts features2d calib3d cudafeatures2d cudalegacy cudaobjdetect cudaoptflow cudastereo java stitching superres videostab
  71. -- Disabled: world
  72. -- Disabled by dependency: -
  73. -- Unavailable: python2 python3
  74. --
  75. -- GUI:
  76. -- QT: NO
  77. -- GTK+ 3.x: YES (ver 3.18.2)
  78. -- GThread : YES (ver 2.46.1)
  79. -- GtkGlExt: NO
  80. -- OpenGL support: NO
  81. -- VTK support: YES (ver 6.3.0)
  82. --
  83. -- Media I/O:
  84. -- ZLib: /usr/lib/x86_64-linux-gnu/libz.so (ver 1.2.8)
  85. -- JPEG: /lib64/libjpeg.so (ver )
  86. -- WEBP: /lib64/libwebp.so (ver encoder: 0x0202)
  87. -- PNG: /usr/lib/x86_64-linux-gnu/libpng.so (ver ..)
  88. -- TIFF: /lib64/libtiff.so (ver 42 - 4.0.6)
  89. -- JPEG 2000: /lib64/libjasper.so (ver 1.900.1)
  90. -- OpenEXR: /lib64/libImath.so /lib64/libIlmImf.so /lib64/libIex.so /lib64/libHalf.so /lib64/libIlmThread.so (ver 2.2.0)
  91. -- GDAL: NO
  92. --
  93. -- Video I/O:
  94. -- DC1394 1.x: NO
  95. -- DC1394 2.x: YES (ver 2.2.3)
  96. -- FFMPEG: YES
  97. -- codec: YES (ver 56.41.100)
  98. -- format: YES (ver 56.36.100)
  99. -- util: YES (ver 54.27.100)
  100. -- swscale: YES (ver 3.1.101)
  101. -- resample: YES (ver 2.1.0)
  102. -- gentoo-style: YES
  103. -- GStreamer:
  104. -- base: YES (ver 1.6.1)
  105. -- video: YES (ver 1.6.1)
  106. -- app: YES (ver 1.6.1)
  107. -- riff: YES (ver 1.6.1)
  108. -- pbutils: YES (ver 1.6.1)
  109. -- OpenNI: NO
  110. -- OpenNI PrimeSensor Modules: NO
  111. -- OpenNI2: NO
  112. -- PvAPI: NO
  113. -- GigEVisionSDK: NO
  114. -- UniCap: NO
  115. -- UniCap ucil: NO
  116. -- V4L/V4L2: Using libv4l1 (ver 1.6.3) / libv4l2 (ver 1.6.3)
  117. -- XIMEA: NO
  118. -- Xine: NO
  119. -- gPhoto2: YES
  120. --
  121. -- Other third-party libraries:
  122. -- Use IPP: 8.2.1 [8.2.1]
  123. -- at: /home/cecilia/opencv-3.0.0/3rdparty/ippicv/unpack/ippicv_lnx
  124. -- Use IPP Async: NO
  125. -- Use Eigen: NO
  126. -- Use TBB: NO
  127. -- Use OpenMP: NO
  128. -- Use GCD NO
  129. -- Use Concurrency NO
  130. -- Use C=: NO
  131. -- Use pthreads for parallel for:
  132. -- YES
  133. -- Use Cuda: YES (ver 7.5)
  134. -- Use OpenCL: YES
  135. --
  136. -- NVIDIA CUDA
  137. -- Use CUFFT: YES
  138. -- Use CUBLAS: NO
  139. -- USE NVCUVID: NO
  140. -- NVIDIA GPU arch: 20 21 30 35
  141. -- NVIDIA PTX archs: 30
  142. -- Use fast math: NO
  143. --
  144. -- OpenCL:
  145. -- Version: dynamic
  146. -- Include path: /home/cecilia/opencv-3.0.0/3rdparty/include/opencl/1.2
  147. -- Use AMDFFT: NO
  148. -- Use AMDBLAS: NO
  149. --
  150. -- Python 2:
  151. -- Interpreter: /usr/bin/python2.7 (ver 2.7.10)
  152. --
  153. -- Python 3:
  154. -- Interpreter: NO
  155. --
  156. -- Python (for build): /usr/bin/python2.7
  157. --
  158. -- Java:
  159. -- ant: /bin/ant (ver 1.9.6)
  160. -- JNI: /usr/lib/jvm/default-java/include /usr/lib/jvm/default-java/include/linux /usr/lib/jvm/default-java/include
  161. -- Java wrappers: YES
  162. -- Java tests: YES
  163. --
  164. -- Matlab:
  165. -- mex: NO
  166. --
  167. -- Documentation:
  168. -- Doxygen: /usr/bin/doxygen (ver 1.8.10)
  169. -- PlantUML: NO
  170. --
  171. -- Tests and samples:
  172. -- Tests: YES
  173. -- Performance tests: YES
  174. -- C/C++ Examples: NO
  175. --
  176. -- Install path: /usr/local
  177. --
  178. -- cvconfig.h is in: /home/cecilia/opencv-3.0.0/build
  179. -- -----------------------------------------------------------------
  180. --
  181. -- Configuring done
  182. -- Generating done
  183. -- Build files have been written to: /home/cecilia/opencv-3.0.0/build
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement