LoginSignup
6
7

More than 5 years have passed since last update.

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

Last updated at Posted at 2016-04-03

環境

  • OS X 10.11.4(El Capitan)
  • Xcode 7.3

エラー

CUDAのコンパイルしようとしたらエラーが出た。(2016/4/3時点)

nvcc fatal   : The version ('70300') of the host compiler ('Apple clang') is not supported
error: command 'nvcc' failed with exit status 1

解決

  1. Xcodeの以前のバージョン(7.2)をDLする。http://adcdownload.apple.com/Developer_Tools/Xcode_7.2/Xcode_7.2.dmg
6
7
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
7