on the SparkFun OpenOCD board
http://forum.sparkfun.com/viewtopic.php?p=66305#66305
Should we change this somehow ?
Rob
--------
Came across this thread and it helped me... but with the latest
release
of openocd (release "1.0"), if you try to configure with d2xx
drivers on OS-X, it will
say something like:
error: The (linux) ftd2xx library from FTDICHIP.com is linux only.
Try --enable-ft2232-libftdi instead
However the d2xx drivers do seem to still work... just hack the
configure/configure.in file so that it assumes that your version of
OS-X is ok.
Look for something like:
# Cause FTDICHIP does not supply a MAC-OS version
if test $host_os != linux-gnu && test $host_os != linux; then
and change to (inserting your OS-X version):
if test $host_os != linux-gnu && test $host_os != linux && test
$host_os != darwin9.6.0; then
_______________________________________________
Openocd-development mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/openocd-development