So, I have videocard GeForce 9800GT with installed drivers…
My soft installation order was:
- CUDA driver
- MS Visual Studio 2005
- CUDA Toolkit
- CUDA SDK
- CUDA VS Wizard
then, I am opening MS VS 2005, creating a new project CUDA ConsoleApp. there is “ready” code of cuda-programm. In process of project compilation find out 100 errors :unsure: , for example:
- C:\CUDA\include\common_functions.h(287): error: expected a file name
or
- C:\CUDA\include\texture_fetch_functions.h(119): error: expected a file name.
After that, I have deleted all functions in programm code, except function MAIN - this function I have left, but have made its body empty.
In process of project compilation find out 3 errors External Image , for example:
C:\Documents and Settings\All Users|Application Data\ NVIDIA Corporation\NVIDIA GPU Computing SDK\C\common\inc\cutil_inline.h
error: newline in constant
What could I make incorrectly and how I can solve this problem?
THANK YOU!!!