Hi,

Tormod Volden <lists.tor...@gmail.com> writes:
> I am trying to find someone who is willing to try some debugging of
> dfu-util on their OpenMoko Freerunner.

Ok, will try it with NOR u-boot now.

One unrelated issue I've noticed so far is that libusb-1.0 detection is
not working properly on my Gentoo. The reason is that libusb_init()
function is actually present with -lusb (libusb-1.0.9) so pkg-config
test never runs, so CFLAGS are not set properly.

IMHO you should just switch to pkg-config for all the systems. FreeBSD
already provides an appropriate .pc file in base for quite some time,
and for earlier versions users can just add USB_CFLAGS and USB_LIBS to
the ./configure invocation manually. Windows users can install
pkg-config-lite. For crosscompiling something like [1] can be
used. OpenOCD does it this way and so far it seems like everybody's
happy enough with it:

http://sourceforge.net/p/openocd/code/ci/master/tree/configure.ac

[1] http://sourceforge.net/p/openocd/code/ci/master/tree/contrib/cross-build.sh
-- 
Be free, use free (http://www.gnu.org/philosophy/free-sw.html) software!
mailto:fercer...@gmail.com

_______________________________________________
devel mailing list
devel@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/devel

Reply via email to