From: Keith Packard Date: Mon, 22 Apr 2013 15:57:14 +0000 (-0500) Subject: Switch to GDB version 7.5.1 X-Git-Url: https://git.gag.com/?p=fw%2Fcortex-toolchain;a=commitdiff_plain;h=5008e72dcb528d0080a5f5cfe782de89b9cf3e87 Switch to GDB version 7.5.1 GDB 7.5.1 includes fixes for remote openocd debugging to make it handle the whacky FP register stuff Signed-off-by: Keith Packard --- diff --git a/summon-arm-toolchain b/summon-arm-toolchain index e2868e6..94181e1 100755 --- a/summon-arm-toolchain +++ b/summon-arm-toolchain @@ -20,7 +20,7 @@ set -e # You can also pass them as parameters to the script ############################################################################## TARGET=arm-none-eabi # Or: TARGET=arm-elf -PREFIX=${HOME}/sat # Install location of your final toolchain +PREFIX=/opt/cortex # Install location of your final toolchain DARWIN_OPT_PATH=/opt/local # Path in which MacPorts or Fink is installed # Set to 'sudo' if you need superuser privileges while installing SUDO= @@ -119,7 +119,7 @@ fi BINUTILS=binutils-2.21.1 NEWLIB=newlib-1.19.0 -GDB=gdb-7.3.1 +GDB=gdb-7.5.1 OOCD=master LIBCMSIS=v1.10-3 LIBSTM32=v3.0.0-2