Made openocd work with ft2232 jtag chipset, that of the Sheevaplug.
svn path=/nixpkgs/trunk/; revision=17407
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{stdenv, fetchurl}:
|
||||
{stdenv, fetchurl, libftdi}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "openocd-0.2.0";
|
||||
@@ -8,6 +8,11 @@ stdenv.mkDerivation {
|
||||
sha256 = "1qdl2a2mxhl07xz32l9nxjvmf16b0717aqlrhd28akn6si3jps54";
|
||||
};
|
||||
|
||||
|
||||
configureFlags = [ "--enable-ft2232_libftdi" "--disable-werror" ];
|
||||
|
||||
buildInputs = [ libftdi ];
|
||||
|
||||
meta = {
|
||||
homepage = http://openocd.berlios.de;
|
||||
description = "Open On Chip Debugger";
|
||||
|
||||
Reference in New Issue
Block a user