0

我已经在我的 macbook 上安装了 Cuda,现在我正在尝试安装 opencv,并按照我通过各种教程给出的说明进行操作。

make -j当我在下载 opencv tarball 的同一文件夹中写入“”时,我收到此错误:

Building NVCC (Device) object modules/core/CMakeFiles/cuda_compile.dir/src/cuda/./cuda_compile_generated_matrix_operations.cu.o
[ 18%] Built target IlmImf
clang: error: unsupported option '-dumpspecs'
clang: error: no input files
CMake Error at cuda_compile_generated_matrix_operations.cu.o.cmake:206 (message):
  Error generating
  /Users/nickververis/Documents/opencv-2.4.6.1/opencv-2.4.6.1/build/modules/core/CMakeFiles/cuda_compile.dir/src/cuda/./cuda_compile_generated_matrix_operations.cu.o


make[2]: *** [modules/core/CMakeFiles/cuda_compile.dir/src/cuda/./cuda_compile_generated_matrix_operations.cu.o] Error 1
make[1]: *** [modules/core/CMakeFiles/opencv_core.dir/all] Error 2
make: *** [all] Error 2

问题是我什至尝试CUDA_HOST_COMPILER通过键入 cmake -DCUDA_HOST_COMPILER:FILEPATH=/usr/bin/gcc许多其他帖子建议我来更改路径,但我没有得到任何结果,因为我在键入时仍然遇到错误make -j8

4

0 回答 0