1. when compile /home/wangxiao/NVIDIA-CUDA-7.5 SAMPLES, it warning: gcc version larger than 4.9 not supported, so:
old verson of gcc and g++ are needed:

    sudo apt-get install gcc-4.7
    sudo apt-get install g++-4.7    

then, a link needed :

sudo ln -s /usr/bin/gcc-4.7 /usr/local/cuda/bin/gcc
sudo ln -s /usr/bin/g++-4.7 /usr/local/cuda/bin/g++

 

 

相关文章:

  • 2021-08-28
  • 2022-02-19
  • 2021-08-11
  • 2022-03-08
  • 2021-09-01
  • 2022-01-23
猜你喜欢
  • 2022-01-20
  • 2021-06-11
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-10
相关资源
相似解决方案