[Buildroot] Problem building usbutils

hartleys hartleys at visionengravers.com
Wed Jun 18 19:08:07 UTC 2008


Peter,

Finally got it to work. But I really don't understand why this was
necessary.

In ext-tool.mk I changed the following

-	for FILE in `find $${LIB_DIR} -maxdepth 1 -type l -name
"$${LIB}*"`; do \ 
+	for FILE in `find $${LIB_DIR}/ -maxdepth 1 -type l -name
"$${LIB}*"`; do \ 

I have no idea why adding the extra / fixed the problem but at least it
works.

Hartley

-----Original Message-----
From: Peter Korsgaard [mailto:jacmet at gmail.com] On Behalf Of Peter
Korsgaard
Sent: Wednesday, June 18, 2008 1:46 AM
To: hartleys
Cc: buildroot at uclibc.org
Subject: Re: [Buildroot] Problem building usbutils

>>>>> "hartleys" == hartleys  <hartleys at visionengravers.com> writes:

Hi,

 hartleys> 1) usbutils requires libusb This was the easy one. I just
hartleys> needed to select the libusb package. But, shouldn't the
hartleys> Config.in for usbutils select it automatically?

Yes, fixed in trunk.

 hartleys> 2) configure for usbutils outputs error: get libusb 0.1.8
hartleys> or newer Not sure how to fix this one. The libusb in
hartleys> buildroot is 0.1.12. It built fine and the library is in my
hartleys> build_arm/staging_dir/usb/lib directory. For some reason
hartleys> it's not being found. Can anyone offer so insite on what I
hartleys> might have setup wrong?

Strange, it builds here (i386).

Could you provide more details, please?

--
Bye, Peter Korsgaard



More information about the buildroot mailing list