From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hebbar Date: Wed, 19 Sep 2007 18:09:14 -0700 (PDT) Subject: [Buildroot] libusb now compile - patch In-Reply-To: <37c712e0709191721r6eb18b51l5c4e9cf53e523ba@mail.gmail.com> References: <12788591.post@talk.nabble.com> <37c712e0709191721r6eb18b51l5c4e9cf53e523ba@mail.gmail.com> Message-ID: <12789032.post@talk.nabble.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Hi Sushi Sensei & Allan, Thanks for the support. Here is how i finally was able to build both libusb & usbutils. 1. Libusb used to build and copy its lib to $(TARGET_DIR)/usr/lib as per Sushi patch. 2. Allan's pAtch Corrected it for proper Lib file copy 3. But i think usbutils was searching for lib in $(STAGING_DIR)/usr/lib for libusb library. 4. So i manually added below code after (Sushi + Allan) Patch cp -dpf $(LIBUSB_DIR)/.libs/libusb*.so* $(STAGING_DIR)/usr/lib and it worked Thanks for all your support Regards Gururaja -- View this message in context: http://www.nabble.com/libusb-now-compile---patch-tf4482125.html#a12789032 Sent from the BuildRoot mailing list archive at Nabble.com.