I am a new CUDA developer that is also new to Linux. I am just trying to run a code example to see if the system is setup correctly. When I ran the make file in the SDK directory it gave me the following error message:
nvcc: Command not found
***[obj/release/particleSystem.cu_o] Error 127
I am pretty sure that this error is being caused by me not doing somthing correctly in the setup, but I am unsure as to what I did wrong.