Skip to content

Instantly share code, notes, and snippets.

View dmitriykuptsov's full-sized avatar
💭
Code it...

Dmitriy Kuptsov dmitriykuptsov

💭
Code it...
View GitHub Profile
# Tested on MAC OS and Linux
BASE="gcc-arm-none-eabi-4_9-2014q4"
if [ $1=="linux" ]
then
IMAGE=gcc-arm-none-eabi-4_9-2014q4-20141203-linux
else
IMAGE=gcc-arm-none-eabi-4_9-2014q4-20141203-mac
fi
cd ~/Downloads/
wget https://launchpad.net/gcc-arm-embedded/4.9/4.9-2014-q4-major/+download/$IMAGE.tar.bz2
# Copyright 2013, Harvest Exchange Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,