Libusb undefined reference to

后端 未结 4 1587
生来不讨喜
生来不讨喜 2020-12-10 05:08

I\'m trying to set up libusb API on my OS. I downloaded libusb api on libusb.org. I followed the standard installation procedure:

cd into directory
./configu         


        
4条回答
  •  庸人自扰
    2020-12-10 05:53

    What is your linker command line? You need to have -lusb in the linking command; just having the header included won't work.

提交回复
热议问题