When I try to follow the instructions as Create your own SDK in the programming guide and copy the sample template to my home directory and try to do a make, I get the following error: cannot find cutil_inline.h
I think that even you doing this, when you compile the code, the executable goes to NVIDIA_GPU_Computing_SDK/C/linux/release/. I solve this editing file common.mk and writing my own makefile to compile the code.
If anyone want the file I wrote just email me. I modified the file commons.mk in order to use the home folder for a project anywhere. The release, debug or emudebug binaries are generated inside the project folder.
Hi,
anyone can help? This is a legacy question. I understand the SDK is now part of the Toolkit, but after installing CUDA 6.5, there is no common.mk and no cutil_inline.h anymore. Can anyone confirm?
Regards