Guest User

Untitled

a guest
Feb 2nd, 2014
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.30 KB | None | 0 0
  1. : no previous prototype for function 'SHA256_fresh'
  2. void SHA256_fresh(uint4*restrict state0,uint4*restrict state1, const uint4 block0, const uint4 block1, const uint4 block2, const uint4 block3)
  3. ^
  4. <program source>:577:6: warning: no previous prototype for function 'SHA256_fixed'
  5. void SHA256_fixed(uint4*restrict state0,uint4*restrict state1)
  6. ^
  7. <program source>:668:6: warning: no previous prototype for function 'shittify'
  8. void shittify(uint4 B[8])
  9. ^
  10. <program source>:678:10: error: no matching overload found for arguments of type 'unsigned int __attribute__((ext_vector_type(4))), unsigned int'
  11. B[i] = EndianSwap(tmp[i]);
  12. ^~~~~~~~~~~~~~~~~~
  13. <program source>:128:24: note: instantiated from:
  14. #define EndianSwap(n) (rotl(n & ES[0], 24U)|rotl(n & ES[1], 8U))
  15. ^
  16. <program source>:124:19: note: instantiated from:
  17. #define rotl(x,y) rotate(x,y)
  18. ^
  19. /System/Library/Frameworks/OpenCL.framework/Resources/cl_kernel.h:2250:29: note: instantiated from:
  20. #define rotate(X,Y) __CLFN_I2(X,Y,rotate)
  21. ^
  22. /System/Library/Frameworks/OpenCL.framework/Resources/cl_kernel.h:27:26: note: instantiated from:
  23. #define __CLFN_I2(x,y,R) __builtin_overload(2, x, y,\
  24. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  25. <program source>:687:12: error: no matching overload found for arguments of type 'unsigned int __attribute__((ext_vector_type(4))), unsigned int'
  26. B[i+4] = EndianSwap(tmp[i]);
  27. ^~~~~~~~~~~~~~~~~~
  28. <program source>:128:24: note: instantiated from:
  29. #define EndianSwap(n) (rotl(n & ES[0], 24U)|rotl(n & ES[1], 8U))
  30. ^
  31. <program source>:124:19: note: instantiated from:
  32. #define rotl(x,y) rotate(x,y)
  33. ^
  34. /System/Library/Frameworks/OpenCL.framework/Resources/cl_kernel.h:2250:29: note: instantiated from:
  35. #define rotate(X,Y) __CLFN_I2(X,Y,rotate)
  36. ^
  37. /System/Library/Frameworks/OpenCL.framework/Resources/cl_kernel.h:27:26: note: instantiated from:
  38. #define __CLFN_I2(x,y,R) __builtin_overload(2, x, y,\
  39. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  40. <program source>:690:6: warning: no previous prototype for function 'unshittify'
  41. void unshittify(uint4 B[8])
  42. ^
  43. <program source>:700:10: error: no matching overload found for arguments of type 'unsigned int __attribute__((ext_vector_type(4))), unsigned int'
  44. B[i] = EndianSwap(tmp[i]);
  45. ^~~~~~~~~~~~~~~~~~
  46. <program source>:128:24: note: instantiated from:
  47. #define EndianSwap(n) (rotl(n & ES[0], 24U)|rotl(n & ES[1], 8U))
  48. ^
  49. <program source>:124:19: note: instantiated from:
  50. #define rotl(x,y) rotate(x,y)
  51. ^
  52. /System/Library/Frameworks/OpenCL.framework/Resources/cl_kernel.h:2250:29: note: instantiated from:
  53. #define rotate(X,Y) __CLFN_I2(X,Y,rotate)
  54. ^
  55. /System/Library/Frameworks/OpenCL.framework/Resources/cl_kernel.h:27:26: note: instantiated from:
  56. #define __CLFN_I2(x,y,R) __builtin_overload(2, x, y,\
  57. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  58. <program source>:709:12: error: no matching overload found for arguments of type 'unsigned int __attribute__((ext_vector_type(4))), unsigned int'
  59. B[i+4] = EndianSwap(tmp[i]);
  60. ^~~~~~~~~~~~~~~~~~
  61. <program source>:128:24: note: instantiated from:
  62. #define EndianSwap(n) (rotl(n & ES[0], 24U)|rotl(n & ES[1], 8U))
  63. ^
  64. <program source>:124:19: note: instantiated from:
  65. #define rotl(x,y) rotate(x,y)
  66. ^
  67. /System/Library/Frameworks/OpenCL.framework/Resources/cl_kernel.h:2250:29: note: instantiated from:
  68. #define rotate(X,Y) __CLFN_I2(X,Y,rotate)
  69. ^
  70. /System/Library/Frameworks
  71. [2014-02-02 15:09:53] Failed to init GPU thread 0, disabling device 0
  72. [2014-02-02 15:09:53] Restarting the GPU from the menu will not fix this.
  73. [2014-02-02 15:09:53] Try restarting BFGMiner.
  74. 5s: 0.0 avg: 0.0 u: 0.0 h/s | A:0 R:0+0(none) HW:0/none
  75. 5s: 0.0 avg: 0.0 u: 0.0 h/s | A:0 R:0+0(none) HW:0/none
  76. 5s: 0.0 avg: 0.0 u: 0.0 h/s | A:0 R:0+0(none) HW:0/none
Advertisement
Add Comment
Please, Sign In to add comment