I've got the latest openocd git from the url below, and configured it with

./configure  --enable-jlink --enable-vsllink  --enable-ulink \
  --prefix=/home/ben  --enable-ft2232_libftdi  --enable-amtjtagaccel \
  --enable-arm-jtag-ew

on a x86/64 on debian/wheezy release.

[ git://openocd.git.sourceforge.net/gitroot/openocd/openocd ]

And get the following build failure:

In file included from ../../../src/jtag/jtag.h:27:0,
                 from driver.c:35:
../../../src/helper/binarybuffer.h:98:1: error: unknown type name 'bool'
../../../src/helper/binarybuffer.h:99:1: error: unknown type name 'bool'
../../../src/helper/binarybuffer.h:127:66: error: unknown type name 'bool'

and then more errors.

There's nothing obvious in the git logs for the file, and I don't know
enough about how the build system works to produce an immediate fix.

-- 
Ben Dooks, b...@fluff.org, http://www.fluff.org/ben/

Large Hadron Colada: A large Pina Colada that makes the universe disappear.


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
OpenOCD-devel mailing list
OpenOCD-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to