How to see the error/output of NVCC while compiling from VS2008

Hi there,

I have been using VS2008 and CUDA on windows 7.

It took me a while to configure to make this work.

My Visual studio solution file will contain cpp and cu files as well.

But in the case when there is error in the cu files, i dont see any errors display anywhere in visual studio. only errors in cpp files are visible and the compilation succeeds.

so how can i see the compile time output(error and other messages) produced by nvcc compiler while compiling the visual studio project.

Thank you
miztaken

Hi,

I am facing the same problem. Please post/reply if you have the solution. Cheers!

Hi,

I am facing the same problem. Please post/reply if you have the solution. Cheers!

I think if you use CUDA Build Rule which is in NV SDK all the errors would show up

I think if you use CUDA Build Rule which is in NV SDK all the errors would show up