Package Details: openocd-git-libftdi r132.8fd59d7-1

Package Base: openocd-git-libftdi
Description: Debugging, in-system programming and boundary-scan testing for embedded target devices -using libftdi instead of ftd2xx
Upstream URL: http://openocd.org/
Category: devel
Licenses: GPL
Conflicts: openocd
Provides: openocd
Submitter: nickoe
Maintainer: nickoe
Last Packager: nickoe
Votes: 16
First Submitted: 2009-10-23 18:59
Last Updated: 2015-05-16 16:47

Dependencies (5)

Required by (0)

Sources

Latest Comments

Comment by nickoe

2015-05-16 16:28

I blindly updated with you suggested changes.

Comment by FreddieChopin

2015-05-15 19:33

OK, while we're at it, a couple more things could be improved (;

1. "--enable-arm-jtag-ew" should be "--enable-armjtagew"

2. Some options worth adding:
--enable-aice
--enable-cmsis-dap
--enable-dummy
--enable-jtag_vpi
--enable-opendous
--enable-openjtag_ftdi
--enable-remote-bitbang
--enable-ti-icdi
--enable-ulink
--enable-usb-blaster-2

Comment by nickoe

2015-05-15 15:40

Update with package function

Comment by FreddieChopin

2015-05-15 15:09

When trying to install (with yaourt) I get this:

---

==> Building and installing package
==> ERROR: Missing package() function in /tmp/yaourt-tmp-freddie/aur-openocd-git-libftdi/./PKGBUILD
==> ERROR: Makepkg was unable to build openocd-git-libftdi.

---

It worked the last time I did the install, which was in November. Any help appreciated!

Comment by nickoe

2014-06-04 13:28

I updated it to include both options.

Comment by nickoe

2014-06-04 13:24

Could one safely use both options?

Comment by nickoe

2014-06-04 13:20

Ok, I see that confiugure tells me, configure: error: The ft2232 driver is deprecated, use --enable-ftdi to build its replacement, or force the old driver with --enable-legacy-ft2232_libftdi

Is there any reason to use legacy and not just --enable-ftdi?

Comment by nickoe

2014-06-04 13:16

@rami, what supercedes that driver since it is legacy now?

Comment by rami

2014-06-04 12:29

In PKGBUILD:
--enable-ft2232_libftdi
has to be replaced by
--enable-legacy-ft2232_libftdi

Comment by nickoe

2012-10-19 18:58

djvinz, thank you very much, I have now fixed it.

I like easy fixes :=)

Comment by djvinz

2012-10-19 17:16

awesome package!
Just a type in the PKGBUILD:
--enable-usb_flaster_libftdi \
ought to be:
--enable-usb_blaster_libftdi \

thanks!

Comment by nickoe

2012-03-31 21:51

Updated the package
- added the --enable-osbdm
- rmoved manual jimtcl build
- updated reference to automake

Comment by sergej

2012-03-27 23:39

Please add --enable-osbdm, conflicts with jimtcl package.

Also automake workaround seems not needed anymore.

Comment by nickoe

2012-01-26 20:59

@unkier: I added the stlink interface

@javsalgar: I have now made a temporary fix, to make it work. It has indeed something to do with automake. Now it works with automake 1.10. If you know how to make it work with the current automake, please inform me.

Comment by nickoe

2012-01-26 19:23

@javsalgar: Yeah, I got the same problem, and I can't seem to find out how to solve. It happens when it tries to run ./bootstrap.

Comment by javsalgar

2012-01-26 19:08

Does not compile, this error appears:


src/jtag/drivers/Makefile.am:8: `pkglibdir' is not a legitimate directory for `DATA'
src/jtag/stlink/Makefile.am:8: `pkglibdir' is not a legitimate directory for `DATA'
src/target/Makefile.am:167: `pkglibdir' is not a legitimate directory for `DATA'


Looks like it is an automake problem

Comment by unkier

2012-01-22 08:06

add stlink please

Comment by nickoe

2011-04-23 22:58

Added --disable-werror and a lot of interfaces.

Anonymous comment

2011-04-23 14:12

looks like gcc 4.6 throws in lots of Wunused-but-set-variable errors.

Comment by nickoe

2011-04-23 13:03

p5ycho: What is the point of --disable-werror? On my x86_64 machine it compiles without.

Where can i see the list of interfaces? I am having a hard time finding them.

Anonymous comment

2011-04-23 11:24

needs a --disable-werror to compile.
also, please add more interfaces if possible? Take a look at the gentoo package for some inspiration :)

Comment by nickoe

2010-12-04 11:31

tcl stuff fixed

Comment by lpjhjdh

2010-12-02 03:11

tcl is required to build