سلام و وقت بخیر
در مراحل نصب کودا بعد از نصب آن برای تست ان طبق توضیحاتی که در لینک زیر امده اقدام کردم
https://www.youtube.com/watch?v=8Xy1Uqq9Hbk
به ترتیب مراحل زیر رو رفتم:
cd /usr/local/cuda/bin
./cuda-install-samples-8.0.sh ~
cd ~/NVIDIA_CUDA-8.0_Samples/
و بعد از اجرای دستور
make
خطای زیر رو گرفتم
collect2: error: ld returned 1 exit status
Makefile:381: recipe for target 'cudaDecodeGL' failed
make[1]: *** [cudaDecodeGL] Error 1
make[1]: Leaving directory '/home/fs/NVIDIA_CUDA-8.0_Samples/3_Imaging/cudaDecodeGL'
Makefile:52: recipe for target '3_Imaging/cudaDecodeGL/Makefile.ph_build' failed
make: *** [3_Imaging/cudaDecodeGL/Makefile.ph_build] Error 2
چی کار باید بکنم؟