OpenOCD

From Attie's Wiki
(Difference between revisions)
Jump to: navigation, search
m
m (Install)
Line 29: Line 29:
 
==Install==
 
==Install==
 
<source lang="bash">
 
<source lang="bash">
make install
+
sudo 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

sudo make install
Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox