Newbie Question

Hi all,

New to OpenCL but not new to programming. I downloaded and installed NVIDIA drivers, SDK and tools and have the header files. I managed to run all the examples except the ones which require OpenGL but I am not bothering with OpenGL. I am now trying to port an OpenCL monte carlo simulation I found on the web to the NVIDIA platform.

I have been debugging with the terminal and compiling with GCC. However, when i run my C file and it attempts to build the cl file, it gives me an error ‘could not build program -11’. It recognizes the NVIDIA platform and returns me the name of the card. Is there an IDE I can use or a debugging tool to help me other than command line debugging?

Thanks in advance.