I won't have time to work on this this week, but possibly next week.
Rick On Feb 17, 2009, at 8:42 PM, Rob Barris wrote:
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 willsay something like:error: The (linux) ftd2xx library from FTDICHIP.com is linux only. Try --enable-ft2232-libftdi insteadHowever the d2xx drivers do seem to still work... just hack the configure/configure.in file so that it assumes that your version ofOS-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 Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development
-- Rick Altherr kc8...@kc8apf.net"He said he hadn't had a byte in three days. I had a short, so I split it with him."
-- Unsigned
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development