Advertisement
Maverick82

Result

May 16th, 2013
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 KB | None | 0 0
  1. $ nvcc -ptx testingPTX.cu -o testingPTX.ptx
  2. testingPTX.cu
  3. c:\program files (x86)\microsoft visual studio 10.0\vc\include\codeanalysis\sour ceannotations.h(29): error: invalid redeclaration of type name "size_t"
  4.  
  5. c:\program files (x86)\microsoft visual studio 10.0\vc\include\codeanalysis\sour ceannotations.h(29): warning: declaration of "size_t" does not match the expecte d type "unsigned long long"
  6.  
  7. ./../../VC/INCLUDE\new(51): error: first parameter of allocation function must b e of type "size_t"
  8.  
  9. ./../../VC/INCLUDE\new(55): error: first parameter of allocation function must b e of type "size_t"
  10.  
  11. ./../../VC/INCLUDE\new(67): error: first parameter of allocation function must b e of type "size_t"
  12.  
  13. ./../../VC/INCLUDE\new(79): error: first parameter of allocation function must b e of type "size_t"
  14.  
  15. ./../../VC/INCLUDE\new(84): error: first parameter of allocation function must b e of type "size_t"
  16.  
  17. ./../../VC/INCLUDE\new(87): error: first parameter of allocation function must b e of type "size_t"
  18.  
  19. c:\program files\nvidia gpu computing toolkit\cuda\v5.0\include\common_functions .h(89): error: first parameter of allocation function must be of type "size_t"
  20.  
  21. c:\program files\nvidia gpu computing toolkit\cuda\v5.0\include\common_functions .h(90): error: first parameter of allocation function must be of type "size_t"
  22.  
  23. 9 errors detected in the compilation of "C:/cygwin/tmp/tmpxft_00002ecc_00000000- 8_testingPTX.cpp1.ii".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement