From: Spencer O. <sp...@sp...> - 2013-12-23 13:11:18
|
On 23 December 2013 12:57, Chris Fryer <chr...@gm...> wrote: > On 23/12/13 12:38, Spencer Oliver wrote: >> >> see if the lib is available with ldconfig -p | grep hid > > chris:~$ ldconfig -p | grep hid > libhidapi-libusb.so.0 (libc6,x86-64) => > /usr/local/lib/libhidapi-libusb.so.0 > libhidapi-libusb.so (libc6,x86-64) => /usr/local/lib/libhidapi-libusb.so > libhidapi-hidraw.so.0 (libc6,x86-64) => > /usr/local/lib/libhidapi-hidraw.so.0 > libhidapi-hidraw.so (libc6,x86-64) => /usr/local/lib/libhidapi-hidraw.so > chris:~$ > > I'm a little surprised to see x86 in there as I thought everything on my > system was 64-bit. > x86-64 is 64bit. > >> >> can you provide a full -d3 log ? >> >> openocd -d3 ... Spen |