编译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系列-003-Linux下libusb源码编译

libusb系列-002-Windows下libusb源码编译

在 Ubuntu 上针对 libusb-dev 进行编译

libusb_hotplug_register_callback不接受我的回调函数

linux下交叉编译libusb的方法及编译一个使用了libusb库的test程序的方法

libusb系列-004-Qt下使用libusb库