On 02.12.2014 12:28, Georg Altmann wrote:
> Hi,
>
> I am using CMake for generating a project file for nvidia nsight to edit
> CUDA sources.
>
> $ mkdir myproj-build && cd myproj-build
> $ cmake -G"Eclipse CDT4 - Unix Makefiles" ../myproj
>
> The pro
Hi,
I am using CMake for generating a project file for nvidia nsight to edit
CUDA sources.
$ mkdir myproj-build && cd myproj-build
$ cmake -G"Eclipse CDT4 - Unix Makefiles" ../myproj
The problem is, eclipse won't recognize the compiler errors output by nvcc.
I enabled the "nvcc error parser" in