Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nvcc fatal : The version ('60100') of the host compiler ('Apple clang') is not supported #2776

Closed
christopher5106 opened this issue Jul 16, 2015 · 2 comments

Comments

@christopher5106
Copy link

Hi,

Could you please have a look at this mistake i can not find the solution :

Thanks!

make all
Scanning dependencies of target proto
[ 1%] Building CXX object src/caffe/CMakeFiles/proto.dir///include/caffe/proto/caffe.pb.cc.o
Linking CXX static library ../../lib/libproto.a
[ 1%] Built target proto
[ 2%] Building NVCC (Device) object src/caffe/CMakeFiles/cuda_compile.dir/util/cuda_compile_generated_math_functions.cu.o
nvcc fatal : The version ('60100') of the host compiler ('Apple clang') is not supported
CMake Error at cuda_compile_generated_math_functions.cu.o.cmake:206 (message):
Error generating
/Users/christopherbourez/caffe/build/src/caffe/CMakeFiles/cuda_compile.dir/util/./cuda_compile_generated_math_functions.cu.o

make[2]: *** [src/caffe/CMakeFiles/cuda_compile.dir/util/cuda_compile_generated_math_functions.cu.o] Error 1
make[1]: *** [src/caffe/CMakeFiles/caffe.dir/all] Error 2
make: *** [all] Error 2

@hyln9
Copy link

hyln9 commented Jul 17, 2015

Hello, this is not a issue of Caffe but compatibility between CUDA and clang.
As you can see, NVCC isn't compatible with the specific version clang.
You may try either another version of CUDA or clang according to NVIDIA's documents.

@christopher5106
Copy link
Author

ok thanks
everything is clear under http://caffe.berkeleyvision.org/install_osx.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants