Openocd version 0.2.0 - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    openocd  most recent diff


    version 0.2.0

      View the most recent changes for the openocd port at: openocd.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for openocd.
      The raw portfile for openocd 0.2.0 is located here:
      http://openocd.darwinports.com/dports/cross/openocd/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/openocd


      # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
      The openocd Portfile 57375 2009-09-10 08:16:41Z ryandesign macports.org $

      PortSystem 1.0

      Name: openocd
      Version: 0.2.0
      Category: cross devel
      #license GPL
      Maintainers: snc openmaintainer
      Description: Open On-Chip Debugger
      Long Description: The Open On-Chip Debugger (OpenOCD) aims to provide debugging, in-system programming and boundary-scan testing for embedded target devices. Built with support for FT2232 based devices.
      Homepage: http://openocd.berlios.de/
      Platform: darwin

      Master Sites: http://download.berlios.de/openocd/

      Checksums: md5 acc558613acaaf5633730072bc64e029 sha1 683046d0a3aff4326a547fe7494888f8b625d7b8 rmd160 9d982b3db4f008a57181e5dc86460a502c654268

      depends_lib port:libftdi

      configure.args-append --enable-ft2232_libftdi

      livecheck.type regex
      livecheck.url http://developer.berlios.de/project/showfiles.php?group_id=4148
      livecheck.regex "${name}-(\\d+\\.\\d+(\\.\\d+)?)${extract.suffix}"

    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/openocd
      % sudo port install openocd
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching openocd
      ---> Verifying checksum for openocd
      ---> Extracting openocd
      ---> Configuring openocd
      ---> Building openocd with target all
      ---> Staging openocd into destroot
      ---> Installing openocd
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using openocd with these commands:
      %  man openocd
      % apropos openocd
      % which openocd
      % locate openocd

     Where to find more information:

    Darwin Ports



    Lightbox this page.