This is an automated email from Gerrit. Paul Fertser ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/2128
-- gerrit commit f791d1f17f1e515922ca2c5b350f824ddf536c30 Author: Paul Fertser <[email protected]> Date: Thu May 8 17:56:23 2014 +0400 README.OSX: recommend XCode 5 as that's the current version Using current "Command Line Tools" with XCode 4 is known to provoke issues (the build "hangs"), see e.g. http://stackoverflow.com/questions/18667916/xcrun-lipo-freezes-with-os-x-mavericks-and-xcode-4-x This fixes https://sourceforge.net/p/openocd/tickets/70/ . Change-Id: I511b347b9388e0e3f1d136b566915021c4b5fbde Reported-by: n321203 <[email protected]> Signed-off-by: Paul Fertser <[email protected]> diff --git a/README.OSX b/README.OSX index 2bea870..c689077 100644 --- a/README.OSX +++ b/README.OSX @@ -3,8 +3,8 @@ Building OpenOCD for OSX There are a few prerequisites you will need first: -- Xcode 4 (install from the AppStore) -- Command Line Tools (install from Xcode 4 -> Preferences -> Downloads) +- Xcode 5 (install from the AppStore) +- Command Line Tools (install from Xcode 5 -> Preferences -> Downloads) - MacPorts (http://www.macports.org/install.php) or - Homebrew (http://mxcl.github.io/homebrew/) -- ------------------------------------------------------------------------------ Is your legacy SCM system holding you back? Join Perforce May 7 to find out: • 3 signs your SCM is hindering your productivity • Requirements for releasing software faster • Expert tips and advice for migrating your SCM now http://p.sf.net/sfu/perforce _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
