Hello, I've been having a problem with a large kernel I wrote. I can run it from Visual Studio or from the command line.
However, if I try to run it from gDebugger of CodeAnalyst, when clBuildProgram is called, it just shows an enigmatic: "Error: syntax error". I think is an output of the CL library (not mine), but the strange thing is that it returns without error, and allows me to execute the kernel without error (although in this case, it does not do anything).
I have searched about this message: "Error: syntax error" and I haven't found anything. Anyone has faced the same problem??
Thanks.
Julio