Advertisement
Guest User

Untitled

a guest
Feb 15th, 2012
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. The source from the git repository needs to be setup before it can be configured. Instructions on this are in the README file in the root of the project. The bootstrap script for the source is run like so:
  2.  
  3. cd openocd
  4. ./bootstrap
  5.  
  6. It may prompt you to install a few tools such as libtool and autoconf. Install these if they are not on your system.
  7.  
  8. Make a build directory parallel to the source and configure using the free and open source libftdi driver.
  9.  
  10. mkdir bld-openocd && cd bld-openocd
  11. ../openocd/configure --enable-ft2232_libftdi --enable-maintainer-mode
  12. make
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement