Bitcoin Forum

Other => Beginners & Help => Topic started by: Dr_Scythe on January 10, 2014, 09:09:56 AM



Title: Hi, New user with a CGminer issue
Post by: Dr_Scythe on January 10, 2014, 09:09:56 AM
Been reading the boards for some time although have only just found a reason to post.

I'm using the USB bootable BAMT with cgminer with 2 R9 280X's. After a bunch of messing around I got this working but I'm achieving less than ideal hash rates so I thought i'd start tinkering.

I'm trying to update the version of cgminer from 3.1.0 to 3.10.0 but am encountering an error when compiling the files.

Quote
make[1]: Entering directory `/opt/miners/cgminer'
  CC       cgminer-libbitfury.o
In file included from driver-bitfury.h:14,
                 from libbitfury.c:13:
usbutils.h:14:20: error: libusb.h: No such file or directory
In file included from driver-bitfury.h:14,
                 from libbitfury.c:13:
usbutils.h:196: error: expected specifier-qualifier-list before ‘libusb_device_handle’
usbutils.h:420: warning: ‘struct libusb_device’ declared inside parameter list
usbutils.h:420: warning: its scope is only this definition or declaration, which is probably not what you want
usbutils.h:421: warning: ‘struct libusb_device’ declared inside parameter list
make[1]: *** [cgminer-libbitfury.o] Error 1
make[1]: Leaving directory `/opt/miners/cgminer'
make: *** [install-recursive] Error 1

If anyone has seen this error before or has any idea on how to troubleshoot it that would be greatly appreciated.