You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, i'm trying run Your demo code but i still receiving root@BlueBook:/home/bluebit/Pobrane/hid/USB-HID-Tool/src/linux# ./usbhidtool ./usbhidtool: symbol lookup error: ./usbhidtool: undefined symbol: libusb_handle_events_completed
The text was updated successfully, but these errors were encountered:
Ok, i solved the problem.
After i install Microchip MPLAB (for linux) - mplab creates stupid symlink to /usr/local/lib/
solution :
rm /usr/local/lib/libusb*
and pemanently remove mplab from your system
Hi, i'm trying run Your demo code but i still receiving
root@BlueBook:/home/bluebit/Pobrane/hid/USB-HID-Tool/src/linux# ./usbhidtool ./usbhidtool: symbol lookup error: ./usbhidtool: undefined symbol: libusb_handle_events_completed
The text was updated successfully, but these errors were encountered: