littlekernel / lk

LK embedded kernel
MIT License
3.12k stars 613 forks source link

emulator boot failure #257

Closed jcomeauictx closed 4 years ago

jcomeauictx commented 4 years ago

running the emulator boot as described in the README, I get the error:

qemu-system-arm: symbol lookup error: qemu-system-arm: undefined symbol: libusb_free_ss_endpoint_companion_descriptor

this is on Debian Buster.

jcomeauictx commented 4 years ago

fixed. I had to: sudo vi /etc/ld.so.conf.d/libc.conf and comment out /usr/local/lib, and run sudo ldconfig. it had been linking to an old libusb.