OpenOCD

From Attie's Wiki
(Difference between revisions)
Jump to: navigation, search
(Created page with "==Download== From git: git://openocd.git.sourceforge.net/gitroot/openocd/openocd Source: http://sourceforge.net/projects/openocd/files/openocd/ ==Build== ===Git=== <source la...")
 
m
Line 1: Line 1:
 
==Download==
 
==Download==
From git: git://openocd.git.sourceforge.net/gitroot/openocd/openocd
+
From git: git://openocd.git.sourceforge.net/gitroot/openocd/openocd<br>
 
Source: http://sourceforge.net/projects/openocd/files/openocd/
 
Source: http://sourceforge.net/projects/openocd/files/openocd/
  
Line 25: Line 25:
 
<source lang="bash">
 
<source lang="bash">
 
make
 
make
 +
</source>
 +
 +
==Install==
 +
<source lang="bash">
 +
make install
 
</source>
 
</source>

Revision as of 16:19, 27 July 2012

Contents

Download

From git: git://openocd.git.sourceforge.net/gitroot/openocd/openocd
Source: http://sourceforge.net/projects/openocd/files/openocd/

Build

Git

# checkout the latest release tag (it may have changed!)
git co v0.5.0
 
# bootstrap
./bootstrap
 
# configure
./configure --enable-maintainer-mode

Source Package

# configure
./configure

Build

make

Install

make install
Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox