Forum Discussion
Altera_Forum
Honored Contributor
15 years ago[help]How to use libusb in uClinux
Hi all. I'm trying to compile some code that require usb.h in libusb. Could you tell me how to use it in uClinux. I've search in menuconfig for this library but not found. Or I have to cross compi...
Altera_Forum
Honored Contributor
15 years agoHi,
--- Quote Start --- I've just put all libusb code into my own code and compile ok, it work. But how to compile libusb as a library? --- Quote End --- Please enter the directory of 'libusb/libusb-0.1.12' and do
./configure --help
. Maybe you can see the option '--enable-shared' or '--enable-static'. Kazu