Re: [OpenOCD-devel] Problem compiling openocd master

2014-05-30 Thread Peter Stuge
Michael Schwingen wrote: > -AM_CONDITIONAL([USB_BLASTER_DRIVER], [test $build_usb_blaster_ftd2xx = > yes -o $build_usb_blaster_libftdi = yes -o $use_libusb1 = yes]) > > I am completely at a loss why this is there Me too. I think it's bogus. //Peter -

[OpenOCD-devel] Problem compiling openocd master

2014-05-30 Thread Michael Schwingen
Hi, when trying to compile master, I get compile errors in src/jtag/drivers/usb_blaster/usb_blaster.c (sorry, no logs saved - working on a different problem right now) - which is a bit strange because I disabled that adapter during configure: ./configure --prefix=/opt/openocd-test --enable-parpor