编译libusb库
Posted 风来风往风伤
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了编译libusb库相关的知识,希望对你有一定的参考价值。
./bootstrap.sh ./configure --with-pic --prefix=/home/libusb-1.0.22/usbtest --build=i686-linux --host=arm-linux-gnueabihf CC= "/opt/linux/x86-arm/arm-gnueabihf-5.4.1/bin/arm-linux-gnueabihf-gcc " CXX="/opt/linux/x86-arm/arm-gnueabihf-5.4.1/bin/arm-linux-gnueabihf-g++ " --prefix=/home/libusb-1.0.22/usbtest --enable-shared=no --enable-static=yes --disable-udev make make install
以上是关于编译libusb库的主要内容,如果未能解决你的问题,请参考以下文章
libusb系列-002-Windows下libusb源码编译
libusb_hotplug_register_callback不接受我的回调函数