2011-05-13_18:53:00.49627 /tmp/OCLJQJj4L.s: Assembler messages:
2011-05-13_18:53:00.49631 /tmp/OCLJQJj4L.s:43084: Warning: end of file not at end of a line; newline inserted
2011-05-13_18:53:00.49744 /tmp/OCLJQJj4L.s:43963: Error: no such instruction: `pu'
2011-05-13_18:53:00.49760 /tmp/OCLJQJj4L.s:43963: Fatal error: can't close /tmp/OCLJQJj4L.o: No space left on device
2011-05-13_18:53:00.50246 Exception in thread Thread-2:
2011-05-13_18:53:00.50247 Traceback (most recent call last):
2011-05-13_18:53:00.50248 File "/usr/lib/python2.6/threading.py", line 532, in __bootstrap_inner
2011-05-13_18:53:00.50248 self.run()
2011-05-13_18:53:00.50249 File "/usr/lib/python2.6/threading.py", line 484, in run
2011-05-13_18:53:00.50249 self.__target(*self.__args, **self.__kwargs)
2011-05-13_18:53:00.50249 File "/usr/lib/python2.6/BitcoinMiner.py", line 264, in miningThread
2011-05-13_18:53:00.50249 self.loadKernel()
2011-05-13_18:53:00.50250 File "/usr/lib/python2.6/BitcoinMiner.py", line 361, in loadKernel
2011-05-13_18:53:00.50250 self.miner = cl.Program(self.context, kernel).build(self.defines)2011-05-13_18:53:00.50250 File "/usr/local/lib/python2.6/dist-packages/pyopencl-2011.1beta3-py2.6-linux-x86_64.egg/pyo
pencl/__init__.py", line 141, in program_build
2011-05-13_18:53:00.50251 "Build on %s:\n\n%s" % (dev, log) for dev, log in build_logs))
2011-05-13_18:53:00.50251 RuntimeError: clBuildProgram failed: build program failure
2011-05-13_18:53:00.50251
2011-05-13_18:53:00.50251 Build on <pyopencl.Device 'Intel(R) Core(TM) i3-2100 CPU @ 3.10GHz' at 0x27c0680>:
2011-05-13_18:53:00.50252
2011-05-13_18:53:00.50252 Internal error: Link failed.
2011-05-13_18:53:00.50252 Make sure the system setup is correct.