Wickedlasers / laserdocklib

client library to connect to laserdock
GNU Lesser General Public License v3.0
28 stars 8 forks source link

error compiling on raspberry pi #16

Open SantiBB opened 1 year ago

SantiBB commented 1 year ago

hi! I've been trying to compile the package on my raspberry pi, but I keep getting an undefined reference to some classes of the libusb library. Does someone have an idea of what might be happening? I've tried referencing the libusb.h that comes with the package and the one on my system, but neither of them have worked...

WhatsApp Image 2022-11-28 at 12 54 55 AM

gavrushkin commented 1 year ago

@SantiBB included libusb.so is for desktop linux, not arm. Please try to compile libusb yourself