Advertisement
Guest User

Untitled

a guest
Sep 24th, 2017
292
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.53 KB | None | 0 0
  1. cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/usr/local -D INSTALL_C_EXAMPLES=ON -D INSTALL_PYTHON_EXAMPLES=ON -D WITH_TBB=ON -D WITH_V4L=ON -D WITH_QT=ON -D WITH_OPENGL=ON -D OPENCV_EXTRA_MODULES_PATH=../../opencv_contrib/modules -D WITH_CUDA=ON -D VTK_DIR=/home/vaibhav/VTK-8.0.1/build -D CXX_FLAGS="-std=c++11" -D BUILD_EXAMPLES=ON ..
  2. -- Detected version of GNU GCC: 54 (504)
  3. -- Looking for ccache - not found
  4. -- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found suitable version "1.2.8", minimum required is "1.2.3")
  5. -- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.8")
  6. CMake Warning at cmake/OpenCVFindLibsGUI.cmake:18 (find_package):
  7. By not providing "FindQt5Core.cmake" in CMAKE_MODULE_PATH this project has
  8. asked CMake to find a package configuration file provided by "Qt5Core", but
  9. CMake did not find one.
  10.  
  11. Could not find a package configuration file provided by "Qt5Core" with any
  12. of the following names:
  13.  
  14. Qt5CoreConfig.cmake
  15. qt5core-config.cmake
  16.  
  17. Add the installation prefix of "Qt5Core" to CMAKE_PREFIX_PATH or set
  18. "Qt5Core_DIR" to a directory containing one of the above files. If
  19. "Qt5Core" provides a separate development package or SDK, be sure it has
  20. been installed.
  21. Call Stack (most recent call first):
  22. CMakeLists.txt:604 (include)
  23.  
  24.  
  25. CMake Warning at cmake/OpenCVFindLibsGUI.cmake:19 (find_package):
  26. By not providing "FindQt5Gui.cmake" in CMAKE_MODULE_PATH this project has
  27. asked CMake to find a package configuration file provided by "Qt5Gui", but
  28. CMake did not find one.
  29.  
  30. Could not find a package configuration file provided by "Qt5Gui" with any
  31. of the following names:
  32.  
  33. Qt5GuiConfig.cmake
  34. qt5gui-config.cmake
  35.  
  36. Add the installation prefix of "Qt5Gui" to CMAKE_PREFIX_PATH or set
  37. "Qt5Gui_DIR" to a directory containing one of the above files. If "Qt5Gui"
  38. provides a separate development package or SDK, be sure it has been
  39. installed.
  40. Call Stack (most recent call first):
  41. CMakeLists.txt:604 (include)
  42.  
  43.  
  44. CMake Warning at cmake/OpenCVFindLibsGUI.cmake:20 (find_package):
  45. By not providing "FindQt5Widgets.cmake" in CMAKE_MODULE_PATH this project
  46. has asked CMake to find a package configuration file provided by
  47. "Qt5Widgets", but CMake did not find one.
  48.  
  49. Could not find a package configuration file provided by "Qt5Widgets" with
  50. any of the following names:
  51.  
  52. Qt5WidgetsConfig.cmake
  53. qt5widgets-config.cmake
  54.  
  55. Add the installation prefix of "Qt5Widgets" to CMAKE_PREFIX_PATH or set
  56. "Qt5Widgets_DIR" to a directory containing one of the above files. If
  57. "Qt5Widgets" provides a separate development package or SDK, be sure it has
  58. been installed.
  59. Call Stack (most recent call first):
  60. CMakeLists.txt:604 (include)
  61.  
  62.  
  63. CMake Warning at cmake/OpenCVFindLibsGUI.cmake:21 (find_package):
  64. By not providing "FindQt5Test.cmake" in CMAKE_MODULE_PATH this project has
  65. asked CMake to find a package configuration file provided by "Qt5Test", but
  66. CMake did not find one.
  67.  
  68. Could not find a package configuration file provided by "Qt5Test" with any
  69. of the following names:
  70.  
  71. Qt5TestConfig.cmake
  72. qt5test-config.cmake
  73.  
  74. Add the installation prefix of "Qt5Test" to CMAKE_PREFIX_PATH or set
  75. "Qt5Test_DIR" to a directory containing one of the above files. If
  76. "Qt5Test" provides a separate development package or SDK, be sure it has
  77. been installed.
  78. Call Stack (most recent call first):
  79. CMakeLists.txt:604 (include)
  80.  
  81.  
  82. CMake Warning at cmake/OpenCVFindLibsGUI.cmake:22 (find_package):
  83. By not providing "FindQt5Concurrent.cmake" in CMAKE_MODULE_PATH this
  84. project has asked CMake to find a package configuration file provided by
  85. "Qt5Concurrent", but CMake did not find one.
  86.  
  87. Could not find a package configuration file provided by "Qt5Concurrent"
  88. with any of the following names:
  89.  
  90. Qt5ConcurrentConfig.cmake
  91. qt5concurrent-config.cmake
  92.  
  93. Add the installation prefix of "Qt5Concurrent" to CMAKE_PREFIX_PATH or set
  94. "Qt5Concurrent_DIR" to a directory containing one of the above files. If
  95. "Qt5Concurrent" provides a separate development package or SDK, be sure it
  96. has been installed.
  97. Call Stack (most recent call first):
  98. CMakeLists.txt:604 (include)
  99.  
  100.  
  101. -- Checking for module 'gstreamer-base-1.0'
  102. -- No package 'gstreamer-base-1.0' found
  103. -- Checking for module 'gstreamer-video-1.0'
  104. -- No package 'gstreamer-video-1.0' found
  105. -- Checking for module 'gstreamer-app-1.0'
  106. -- No package 'gstreamer-app-1.0' found
  107. -- Checking for module 'gstreamer-riff-1.0'
  108. -- No package 'gstreamer-riff-1.0' found
  109. -- Checking for module 'gstreamer-pbutils-1.0'
  110. -- No package 'gstreamer-pbutils-1.0' found
  111. -- Looking for linux/videodev.h
  112. -- Looking for linux/videodev.h - not found
  113. -- Looking for linux/videodev2.h
  114. -- Looking for linux/videodev2.h - found
  115. -- Looking for sys/videoio.h
  116. -- Looking for sys/videoio.h - not found
  117. WARNING, PrimeSensor Module binaries directory (set by OPENNI_PRIME_SENSOR_MODULE_BIN_DIR variable) is not found or does not have PrimeSensor Module binaries.
  118. -- Checking for module 'libavresample'
  119. -- No package 'libavresample' found
  120. -- Found TBB: /usr/lib/x86_64-linux-gnu/libtbb.so
  121. -- found Intel IPP (ICV version): 2017.0.2 [2017.0.2]
  122. -- at: /home/vaibhav/opencv/build/3rdparty/ippicv/ippicv_lnx
  123. -- found Intel IPP IW binaries: 2017.0.2
  124. -- at: /home/vaibhav/opencv/build/3rdparty/ippicv/ippicv_lnx/../ippiw_lnx/
  125. -- CUDA detected: 7.5
  126. -- CUDA NVCC target flags: -gencode;arch=compute_20,code=sm_20;-gencode;arch=compute_30,code=sm_30;-gencode;arch=compute_35,code=sm_35;-gencode;arch=compute_37,code=sm_37;-gencode;arch=compute_50,code=sm_50;-gencode;arch=compute_52,code=sm_52;-D_FORCE_INLINES
  127. -- Could not find OpenBLAS lib. Turning OpenBLAS_FOUND off
  128. -- Could NOT find Atlas (missing: Atlas_CLAPACK_INCLUDE_DIR)
  129. -- A library with BLAS API found.
  130. -- A library with LAPACK API found.
  131. -- Could NOT find JNI (missing: JAVA_AWT_LIBRARY JAVA_JVM_LIBRARY JAVA_INCLUDE_PATH JAVA_INCLUDE_PATH2 JAVA_AWT_INCLUDE_PATH)
  132. -- 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)
  133. -- Found VTK ver. 8.0.1 (usefile: /home/vaibhav/VTK-8.0.1/CMake/UseVTK.cmake)
  134. -- Caffe: NO
  135. -- Protobuf: YES
  136. -- Glog: YES
  137. -- Looking for tiny_dnn.h
  138. -- Looking for tiny_dnn.h - found
  139. -- Found tiny-dnn in: /home/vaibhav/opencv/build/3rdparty/tinydnn/tiny-dnn-1.0.0a3
  140. -- freetype2: YES
  141. -- harfbuzz: YES
  142. -- No preference for use of exported gflags CMake configuration set, and no hints for include/library directories provided. Defaulting to preferring an installed/exported gflags CMake configuration if available.
  143. -- Failed to find installed gflags CMake configuration, searching for gflags build directories exported with CMake.
  144. -- Failed to find gflags - Failed to find an installed/exported CMake configuration for gflags, will perform search for installed gflags components.
  145. -- Checking SFM deps... TRUE
  146. -- CERES support is disabled. Ceres Solver for reconstruction API is required.
  147. -- Excluding from source files list: /home/vaibhav/opencv/build/modules/imgproc/accum.neon.cpp
  148. -- Torch importer has been enabled. To run the tests you have to install Torch ('th' executable should be available) and generate testdata using opencv_extra/testdata/dnn/generate_torch_models.py script.
  149. -- Looking for tiny_dnn.h
  150. -- Looking for tiny_dnn.h - found
  151. -- Found tiny-dnn in: /home/vaibhav/opencv/build/3rdparty/tinydnn/tiny-dnn-1.0.0a3
  152. -- freetype2: YES
  153. -- harfbuzz: YES
  154. -- Checking for modules 'tesseract;lept'
  155. -- No package 'tesseract' found
  156. -- No package 'lept' found
  157. -- Tesseract: NO
  158. -- No preference for use of exported gflags CMake configuration set, and no hints for include/library directories provided. Defaulting to preferring an installed/exported gflags CMake configuration if available.
  159. -- Failed to find installed gflags CMake configuration, searching for gflags build directories exported with CMake.
  160. -- Failed to find gflags - Failed to find an installed/exported CMake configuration for gflags, will perform search for installed gflags components.
  161. -- Checking SFM deps... TRUE
  162. -- CERES support is disabled. Ceres Solver for reconstruction API is required.
  163. --
  164. -- General configuration for OpenCV 3.3.0 =====================================
  165. -- Version control: 3.3.0-dirty
  166. --
  167. -- Extra modules:
  168. -- Location (extra): /home/vaibhav/opencv_contrib/modules
  169. -- Version control (extra): 3.3.0
  170. --
  171. -- Platform:
  172. -- Timestamp: 2017-09-24T18:20:17Z
  173. -- Host: Linux 4.10.0-28-generic x86_64
  174. -- CMake: 3.5.1
  175. -- CMake generator: Unix Makefiles
  176. -- CMake build tool: /usr/bin/make
  177. -- Configuration: RELEASE
  178. --
  179. -- CPU/HW features:
  180. -- Baseline: SSE SSE2 SSE3
  181. -- requested: SSE3
  182. -- Dispatched code generation: SSE4_1 SSE4_2 FP16 AVX AVX2
  183. -- requested: SSE4_1 SSE4_2 AVX FP16 AVX2
  184. -- SSE4_1 (2 files): + SSSE3 SSE4_1
  185. -- SSE4_2 (1 files): + SSSE3 SSE4_1 POPCNT SSE4_2
  186. -- FP16 (1 files): + SSSE3 SSE4_1 POPCNT SSE4_2 FP16 AVX
  187. -- AVX (5 files): + SSSE3 SSE4_1 POPCNT SSE4_2 AVX
  188. -- AVX2 (7 files): + SSSE3 SSE4_1 POPCNT SSE4_2 FP16 FMA3 AVX AVX2
  189. --
  190. -- C/C++:
  191. -- Built as dynamic libs?: YES
  192. -- C++ Compiler: /usr/bin/c++ (ver 5.4.0)
  193. -- 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 -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-comment -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -ffunction-sections -msse -msse2 -msse3 -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG
  194. -- 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 -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-comment -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -ffunction-sections -msse -msse2 -msse3 -fvisibility=hidden -fvisibility-inlines-hidden -g -O0 -DDEBUG -D_DEBUG
  195. -- C Compiler: /usr/bin/cc
  196. -- 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 -Wuninitialized -Winit-self -Wno-narrowing -Wno-comment -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -ffunction-sections -msse -msse2 -msse3 -fvisibility=hidden -O3 -DNDEBUG -DNDEBUG
  197. -- 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 -Wuninitialized -Winit-self -Wno-narrowing -Wno-comment -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -ffunction-sections -msse -msse2 -msse3 -fvisibility=hidden -g -O0 -DDEBUG -D_DEBUG
  198. -- Linker flags (Release):
  199. -- Linker flags (Debug):
  200. -- ccache: NO
  201. -- Precompiled headers: YES
  202. -- Extra dependencies: /usr/lib/x86_64-linux-gnu/libQtOpenGL.so /usr/lib/x86_64-linux-gnu/libQtGui.so /usr/lib/x86_64-linux-gnu/libQtTest.so /usr/lib/x86_64-linux-gnu/libQtCore.so /usr/lib/x86_64-linux-gnu/libpng.so /usr/lib/x86_64-linux-gnu/libtiff.so /usr/lib/x86_64-linux-gnu/libjasper.so /usr/lib/x86_64-linux-gnu/libjpeg.so gstbase-0.10 gstreamer-0.10 gobject-2.0 gmodule-2.0 gthread-2.0 glib-2.0 xml2 gstvideo-0.10 gstapp-0.10 gstriff-0.10 gstpbutils-0.10 dc1394 avcodec-ffmpeg avformat-ffmpeg avutil-ffmpeg swscale-ffmpeg gphoto2 gphoto2_port exif /usr/lib/libOpenNI.so vtkRenderingOpenGL2 vtkCommonCore vtksys vtkCommonDataModel vtkCommonMath vtkCommonMisc vtkCommonSystem vtkCommonTransforms vtkCommonExecutionModel vtkRenderingCore vtkCommonColor vtkCommonComputationalGeometry vtkFiltersCore vtkFiltersGeneral vtkFiltersGeometry vtkFiltersSources vtkglew vtkInteractionStyle vtkFiltersExtraction vtkFiltersStatistics vtkImagingFourier vtkImagingCore vtkalglib vtkRenderingLOD vtkFiltersModeling vtkIOPLY vtkIOCore vtklz4 vtkzlib vtkFiltersTexture vtkRenderingFreeType vtkfreetype vtkIOExport vtkIOImage vtkDICOMParser vtkmetaio vtkjpeg vtkpng vtktiff vtkRenderingContext2D vtkRenderingGL2PSOpenGL2 vtkgl2ps vtklibharu vtkIOGeometry vtkIOLegacy freetype harfbuzz /usr/lib/x86_64-linux-gnu/hdf5/serial/lib/libhdf5.so /usr/lib/x86_64-linux-gnu/libpthread.so /usr/lib/x86_64-linux-gnu/libsz.so /usr/lib/x86_64-linux-gnu/libz.so /usr/lib/x86_64-linux-gnu/libdl.so /usr/lib/x86_64-linux-gnu/libm.so /usr/lib/x86_64-linux-gnu/libglog.so /usr/lib/x86_64-linux-gnu/libgflags.so dl m pthread rt /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libtbb.so cudart nppc nppi npps cufft -L/usr/lib/x86_64-linux-gnu
  203. -- 3rdparty dependencies:
  204. --
  205. -- OpenCV modules:
  206. -- To be built: cudev core cudaarithm flann hdf imgproc ml objdetect phase_unwrapping plot reg surface_matching video viz xphoto bgsegm cudabgsegm cudafilters cudaimgproc cudawarping dnn dnn_modern face freetype fuzzy img_hash imgcodecs photo shape videoio xobjdetect cudacodec highgui ts bioinspired dpm features2d line_descriptor saliency text calib3d ccalib cudafeatures2d cudalegacy cudaobjdetect cudaoptflow cudastereo datasets rgbd stereo structured_light superres tracking videostab xfeatures2d ximgproc aruco optflow sfm stitching python2 python3
  207. -- Disabled: world contrib_world
  208. -- Disabled by dependency: -
  209. -- Unavailable: java cnn_3dobj cvv matlab
  210. --
  211. -- GUI:
  212. -- QT 4.x: YES (ver 4.8.7 EDITION = OpenSource)
  213. -- QT OpenGL support: YES (/usr/lib/x86_64-linux-gnu/libQtOpenGL.so)
  214. -- OpenGL support: YES (/usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libGL.so)
  215. -- VTK support: YES (ver 8.0.1)
  216. --
  217. -- Media I/O:
  218. -- ZLib: /usr/lib/x86_64-linux-gnu/libz.so (ver 1.2.8)
  219. -- JPEG: /usr/lib/x86_64-linux-gnu/libjpeg.so (ver )
  220. -- WEBP: build (ver encoder: 0x020e)
  221. -- PNG: /usr/lib/x86_64-linux-gnu/libpng.so (ver 1.2.54)
  222. -- TIFF: /usr/lib/x86_64-linux-gnu/libtiff.so (ver 42 - 4.0.6)
  223. -- JPEG 2000: /usr/lib/x86_64-linux-gnu/libjasper.so (ver 1.900.1)
  224. -- OpenEXR: build (ver 1.7.1)
  225. -- GDAL: NO
  226. -- GDCM: NO
  227. --
  228. -- Video I/O:
  229. -- DC1394 1.x: NO
  230. -- DC1394 2.x: YES (ver 2.2.4)
  231. -- FFMPEG: YES
  232. -- avcodec: YES (ver 56.60.100)
  233. -- avformat: YES (ver 56.40.101)
  234. -- avutil: YES (ver 54.31.100)
  235. -- swscale: YES (ver 3.1.101)
  236. -- avresample: NO
  237. -- GStreamer:
  238. -- base: YES (ver 0.10.36)
  239. -- video: YES (ver 0.10.36)
  240. -- app: YES (ver 0.10.36)
  241. -- riff: YES (ver 0.10.36)
  242. -- pbutils: YES (ver 0.10.36)
  243. -- OpenNI: YES (ver 1.5.8, build 5)
  244. -- OpenNI PrimeSensor Modules: NO
  245. -- OpenNI2: NO
  246. -- PvAPI: NO
  247. -- GigEVisionSDK: NO
  248. -- Aravis SDK: NO
  249. -- UniCap: NO
  250. -- UniCap ucil: NO
  251. -- V4L/V4L2: NO/YES
  252. -- XIMEA: NO
  253. -- Xine: NO
  254. -- Intel Media SDK: NO
  255. -- gPhoto2: YES
  256. --
  257. -- Parallel framework: TBB (ver 4.4 interface 9002)
  258. --
  259. -- Trace: YES (with Intel ITT)
  260. --
  261. -- Other third-party libraries:
  262. -- Use Intel IPP: 2017.0.2 [2017.0.2]
  263. -- at: /home/vaibhav/opencv/build/3rdparty/ippicv/ippicv_lnx
  264. -- Use Intel IPP IW: prebuilt binaries (2017.0.2)
  265. -- Use Intel IPP Async: NO
  266. -- Use VA: NO
  267. -- Use Intel VA-API/OpenCL: NO
  268. -- Use Lapack: NO
  269. -- Use Eigen: YES (ver 3.2.92)
  270. -- Use Cuda: YES (ver 7.5)
  271. -- Use OpenCL: YES
  272. -- Use OpenVX: NO
  273. -- Use custom HAL: NO
  274. --
  275. -- NVIDIA CUDA
  276. -- Use CUFFT: YES
  277. -- Use CUBLAS: NO
  278. -- USE NVCUVID: NO
  279. -- NVIDIA GPU arch: 20 30 35 37 50 52
  280. -- NVIDIA PTX archs:
  281. -- Use fast math: NO
  282. --
  283. -- OpenCL: <Dynamic loading of OpenCL library>
  284. -- Include path: /home/vaibhav/opencv/3rdparty/include/opencl/1.2
  285. -- Use AMDFFT: NO
  286. -- Use AMDBLAS: NO
  287. --
  288. -- Python 2:
  289. -- Interpreter: /usr/bin/python2.7 (ver 2.7.12)
  290. -- Libraries: /usr/lib/x86_64-linux-gnu/libpython2.7.so (ver 2.7.12)
  291. -- numpy: /usr/local/lib/python2.7/dist-packages/numpy/core/include (ver 1.13.1)
  292. -- packages path: lib/python2.7/dist-packages
  293. --
  294. -- Python 3:
  295. -- Interpreter: /usr/bin/python3 (ver 3.5.2)
  296. -- Libraries: /usr/lib/x86_64-linux-gnu/libpython3.5m.so (ver 3.5.2)
  297. -- numpy: /usr/local/lib/python3.5/dist-packages/numpy/core/include (ver 1.13.1)
  298. -- packages path: lib/python3.5/dist-packages
  299. --
  300. -- Python (for build): /usr/bin/python2.7
  301. --
  302. -- Java:
  303. -- ant: NO
  304. -- JNI: NO
  305. -- Java wrappers: NO
  306. -- Java tests: NO
  307. --
  308. -- Matlab: Matlab not found or implicitly disabled
  309. --
  310. -- Documentation:
  311. -- Doxygen: /usr/bin/doxygen (ver 1.8.11)
  312. --
  313. -- Tests and samples:
  314. -- Tests: YES
  315. -- Performance tests: YES
  316. -- C/C++ Examples: YES
  317. --
  318. -- Install path: /usr/local
  319. --
  320. -- cvconfig.h is in: /home/vaibhav/opencv/build
  321. -- -----------------------------------------------------------------
  322. --
  323. -- Configuring done
  324. -- Generating done
  325. -- Build files have been written to: /home/vaibhav/opencv/build
  326.  
  327.  
  328.  
  329.  
  330. error
  331. [ 87%] Linking CXX executable ../../bin/gpu-example-driver_api_stereo_multi
  332. [ 87%] Built target example_gpu_multi
  333. [ 87%] Linking CXX executable ../../bin/gpu-example-super_resolution
  334. [ 87%] Linking CXX executable ../../bin/gpu-example-cascadeclassifier
  335. [ 87%] Built target example_gpu_generalized_hough
  336. [ 87%] Linking CXX executable ../../bin/gpu-example-opengl
  337. /usr/bin/ld: warning: libnvidia-fatbinaryloader.so.375.66, needed by /usr/lib/x86_64-linux-gnu/libcuda.so, not found (try using -rpath or -rpath-link)
  338. /usr/lib/x86_64-linux-gnu/libcuda.so: undefined reference to `elf64_shnum'
  339. /usr/lib/x86_64-linux-gnu/libcuda.so: undefined reference to `elfLink_Get_FatBinary_From_Object'
  340. /usr/lib/x86_64-linux-gnu/libcuda.so: undefined reference to `elfLink_Add_Cubin'
  341. /usr/lib/x86_64-linux-gnu/libcuda.so: undefined reference to `elf64_section_contents'
  342. /usr/lib/x86_64-linux-gnu/libcuda.so: undefined reference to `elf32_section_header'
  343. /usr/lib/x86_64-linux-gnu/libcuda.so: undefined reference to `gpuInfoRunsOn'
  344. /usr/lib/x86_64-linux-gnu/libcuda.so: undefined reference to `elf64_section_header'
  345. /usr/lib/x86_64-linux-gnu/libcuda.so: undefined reference to `elf_end'
  346. /usr/lib/x86_64-linux-gnu/libcuda.so: undefined reference to `stdGetThreadContext'
  347. /usr/lib/x86_64-linux-gnu/libcuda.so: undefined reference to `elf32_named_section_header'
  348. /usr/lib/x86_64-linux-gnu/libcuda.so: undefined reference to `elf32_shnum'
  349. /usr/lib/x86_64-linux-gnu/libcuda.so: undefined reference to `elfLink_Delete'
  350. /usr/lib/x86_64-linux-gnu/libcuda.so: undefined reference to `elfLink_Finish_Reading_Library'
  351. /usr/lib/x86_64-linux-gnu/libcuda.so: undefined reference to `fatBinaryCtl'
  352. /usr/lib/x86_64-linux-gnu/libcuda.so: undefined reference to `elf64_symbol_shndx'
  353. /usr/lib/x86_64-linux-gnu/libcuda.so: undefined reference to `elf64_typed_section_header'
  354. /usr/lib/x86_64-linux-gnu/libcuda.so: undefined reference to `gpucompRestoreLogLine'
  355. /usr/lib/x86_64-linux-gnu/libcuda.so: undefined reference to `elf64_file_header'
  356. /usr/lib/x86_64-linux-gnu/libcuda.so: undefined reference to `elfLink_Free_Fatbinary'
  357. /usr/lib/x86_64-linux-gnu/libcuda.so: undefined reference to `elf32_string_at_offset'
  358. /usr/lib/x86_64-linux-gnu/libcuda.so: undefined reference to `elf32_symbol_shndx'
  359. /usr/lib/x86_64-linux-gnu/libcuda.so: undefined reference to `fatBinaryCtl_Compile'
  360. /usr/lib/x86_64-linux-gnu/libcuda.so: undefined reference to `fatBinaryCtl_PickCandidate'
  361. /usr/lib/x86_64-linux-gnu/libcuda.so: undefined reference to `elf32_file_header'
  362. /usr/lib/x86_64-linux-gnu/libcuda.so: undefined reference to `elf64_string_at_offset'
  363. /usr/lib/x86_64-linux-gnu/libcuda.so: undefined reference to `elfLink_Load_Host_Object'
  364. /usr/lib/x86_64-linux-gnu/libcuda.so: undefined reference to `elfLink_Start'
  365. /usr/lib/x86_64-linux-gnu/libcuda.so: undefined reference to `elfLink_Start_Reading_Library'
  366. /usr/lib/x86_64-linux-gnu/libcuda.so: undefined reference to `elf32_typed_section_header'
  367. /usr/lib/x86_64-linux-gnu/libcuda.so: undefined reference to `elfLink_Next_Library_Member'
  368. /usr/lib/x86_64-linux-gnu/libcuda.so: undefined reference to `gpucompSetLogLine'
  369. /usr/lib/x86_64-linux-gnu/libcuda.so: undefined reference to `elfLink_Finish'
  370. /usr/lib/x86_64-linux-gnu/libcuda.so: undefined reference to `elf64_section_name'
  371. /usr/lib/x86_64-linux-gnu/libcuda.so: undefined reference to `elf_is_64bit'
  372. /usr/lib/x86_64-linux-gnu/libcuda.so: undefined reference to `elfLink_Free_Host_Object'
  373. /usr/lib/x86_64-linux-gnu/libcuda.so: undefined reference to `elf64_named_section_header'
  374. /usr/lib/x86_64-linux-gnu/libcuda.so: undefined reference to `elf_size'
  375. /usr/lib/x86_64-linux-gnu/libcuda.so: undefined reference to `elf32_symbol_name'
  376. /usr/lib/x86_64-linux-gnu/libcuda.so: undefined reference to `elf32_section_name'
  377. /usr/lib/x86_64-linux-gnu/libcuda.so: undefined reference to `fatBinaryCtl_Delete'
  378. /usr/lib/x86_64-linux-gnu/libcuda.so: undefined reference to `fatBinaryCtl_Create'
  379. /usr/lib/x86_64-linux-gnu/libcuda.so: undefined reference to `elf64_symbol_name'
  380. collect2: error: ld returned 1 exit status
  381. samples/gpu/CMakeFiles/example_gpu_driver_api_stereo_multi.dir/build.make:126: recipe for target 'bin/gpu-example-driver_api_stereo_multi' failed
  382. make[2]: *** [bin/gpu-example-driver_api_stereo_multi] Error 1
  383. CMakeFiles/Makefile2:43300: recipe for target 'samples/gpu/CMakeFiles/example_gpu_driver_api_stereo_multi.dir/all' failed
  384. make[1]: *** [samples/gpu/CMakeFiles/example_gpu_driver_api_stereo_multi.dir/all] Error 2
  385. make[1]: *** Waiting for unfinished jobs....
  386. [ 87%] Built target example_gpu_cascadeclassifier
  387. [ 87%] Built target example_gpu_super_resolution
  388. [ 87%] Built target example_gpu_opengl
  389. Makefile:160: recipe for target 'all' failed
  390. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement