Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cuda Toolkit 6.0 unsupported compiler Ubuntu 14.04

I am trying to install Cuda 6.0 in my Ubuntu 14.04 laptop, but it keeps throwing my the following error:

Error: unsupported compiler: 4.8.2. Use --override to override this check.

Which gcc version should I have for this?

like image 361
user2424276 Avatar asked Dec 07 '22 00:12

user2424276


2 Answers

use this command to install Cuda:

sudo ./cuda_6.0.37_linux_64.run -toolkit -samples -silent -override
like image 120
Arash Avatar answered Feb 15 '23 23:02

Arash


try the following command ./cuda_6.5.14_linux_32.run --override

like image 25
donald Avatar answered Feb 16 '23 01:02

donald