Hi Guys, I’m new to CUDA.
I finished downlaoding the Nvidia Driver, the Nvidia Toolkit and Nvidia SDK for CUDA, and I get this problem when I try to compile my excercises :
usrblabla@ubuntu:/usr/local/cuda/bin$ nvcc
No command ‘nvcc’ found, did you mean:
Command ‘ncc’ from package ‘nemerle’ (universe)
Command ‘nvlc’ from package ‘vlc-nox’ (universe)
nvcc: command not found
I read at the CUDA manual that when you have to use nvcc to compile the programs. This is pretty wierd, because apparnetly it can’t find it.
Any ideas? Suggestions?