1
Show Posts
This section allows you to view all Show Posts made by this member. Note that you can only see Show Posts made in areas you currently have access to.
Messages - rmedure
2
OpenOCD JTAG / Re: The ft2232 driver is deprecated error cygwin
3
OpenOCD JTAG / Re: The ft2232 driver is deprecated error cygwin
4
OpenOCD JTAG / Re: The ft2232 driver is deprecated error cygwin
5
OpenOCD JTAG / Re: The ft2232 driver is deprecated error cygwin
Unfortunately, Freddy Chopin does not enable buspirate in his builds ...
6
Bus Pirate Support / Re: Promoting dead project Bus Pirate
The link to the openOCD forum shows my post explaining the problem as the very top post. It seems nobody has an answer yet ...
7
Bus Pirate Support / Re: Promoting dead project Bus Pirate
Not only is the firmware project essentially dead as you mentioned, but the situation is even worse if you assume that the buspirate is good for JTAG with support built-into openOCD as advertised. I've wasted an entire weekend trying to sort through posts going back to 2008 in a futile attempt to sort through the issues.
I get it, that Buspirate was a hobby project and essentially was intended to be a "buy one already built" instead of build-your-own. But I certainly didn't understand that from reading the main buspirate page when I decided to buy it (http://dangerousprototypes.com/docs/Bus_Pirate). If I had known all of the above, I most certainly would have chosen something else. Maybe someone should edit the buspirate page to indicate that the firmware is not maintained, and that getting an openocd compile done with buspirate support is problematic until someone gets time to write up a new guide?
In the meantime, is anyone here willing/able to help me get this thing up and running with openOCD? :) :)
Thanks,
8
OpenOCD JTAG / Re: The ft2232 driver is deprecated error cygwin
./configure --enable-buspirate --enable-maintainer-mode --disable-werror --disable-shared --enable-legacy-ft2232_ftd2xx --with-ftd2xx-win32-zipdir=/cygdrive/c/myusr/ftd2xx
I get this error:
checking for ftd2xx.lib exists (win32)... checking whether ftd2xx library works... configure: error: Cannot build & run test program using ftd2xx.lib
In addition, if I try as a work-around to configure with ftdi device, and then compile:
./configure --enable-buspirate --enable-maintainer-mode --disable-werror --disable-shared --enable-ftdi
make && make install
I get various "... visibility attribute not supported in this configuration ...", and then later "cc1: all warnings being treated as errors", and then various "... recipe for target 'all' failed ...".
Does anyone know how to resolve this issue?!