码迷,mamicode.com
首页 > 其他好文 > 详细

Solve fatal error: helper_math.h: No such file or directory

时间:2018-11-19 12:38:55      阅读:603      评论:0      收藏:0      [点我收藏+]

标签:success   when   install   help   col   led   director   ESS   dir   

 

When the ‘fatal error: helper_math.h: No such file or directory‘ occurs, it means the ‘helper_math.h‘ file is missing.

In fact, ‘helper_math.h‘ locates at ‘/usr/local/cuda/samples/common/inc/helper_math.h‘ if you‘ve installed cuda successfully, so just copy the missing file to where the error occurs.

 

cp /usr/local/cuda/samples/common/inc/helper_math.h [Where the error occurs]

 

Solve fatal error: helper_math.h: No such file or directory

标签:success   when   install   help   col   led   director   ESS   dir   

原文地址:https://www.cnblogs.com/grandyang/p/9982126.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!