X-Git-Url: https://git.gag.com/?p=fw%2Fcortex-toolchain;a=blobdiff_plain;f=summon-arm-toolchain;h=aa7afe92488af95835b05438a0706725b290963d;hp=e2868e6f74e46b5e4bd871e0267f54eaf19c3a1a;hb=c913fe3ae31f6bb1dc899f86b6b96d3fb8f3c8bd;hpb=d66240ef581520f55ea351d4e708c835820d57d9 diff --git a/summon-arm-toolchain b/summon-arm-toolchain index e2868e6..aa7afe9 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 @@ -319,7 +319,7 @@ fi if [ ${LIBOPENCM3_EN} != 0 ]; then if [ ! -e libopencm3-${LIBOPENCM3}.tar.bz2 ]; then log "Cloning libopencm3 sources..." - git clone git://libopencm3.git.sourceforge.net/gitroot/libopencm3/libopencm3 + git clone https://github.com/libopencm3/libopencm3 cd libopencm3 git archive --format=tar --prefix=libopencm3-${LIBOPENCM3}/ ${LIBOPENCM3} | \ bzip2 --stdout > ../libopencm3-${LIBOPENCM3}.tar.bz2