Skip to content
This repository has been archived by the owner on Jan 7, 2019. It is now read-only.

Commit

Permalink
[travis] Update arm-none-eabi-gcc to 2017q4.
Browse files Browse the repository at this point in the history
  • Loading branch information
salkinium committed Dec 19, 2017
1 parent 2c898ae commit 827d9f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.dep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if [ ! -f "$HOME/cache/avr-gcc.tar.bz2" ]; then
fi
if [ ! -f "$HOME/cache/cortex-m.tar.bz2" ]; then
echo "Downloading Cortex-M toolchain..."
(cd $HOME/cache && wget -q https://developer.arm.com/-/media/Files/downloads/gnu-rm/6-2017q2/gcc-arm-none-eabi-6-2017-q2-update-linux.tar.bz2 -O cortex-m.tar.bz2) &
(cd $HOME/cache && wget -q https://developer.arm.com/-/media/Files/downloads/gnu-rm/7-2017q4/gcc-arm-none-eabi-7-2017-q4-major-linux.tar.bz2 -O cortex-m.tar.bz2) &
fi
if [ ! -f "$HOME/cache/boost.tar.bz2" ]; then
echo "Downloading libboost package..."
Expand Down
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ before_install:
- export LD_LIBRARY_PATH="$HOME/toolchain/boost/lib:$LD_LIBRARY_PATH"
- export CXXFLAGS="-isystem$HOME/toolchain/boost/include"
- export LDFLAGS="-L$HOME/toolchain/boost/lib"
- export PATH="$HOME/toolchain/avr-gcc/bin:$HOME/toolchain/gcc-arm-none-eabi-6-2017-q2-update/bin:$PATH"
- export PATH="$HOME/toolchain/avr-gcc/bin:$HOME/toolchain/gcc-arm-none-eabi-7-2017-q4-major/bin:$PATH"
- echo $PATH
- ls -l $HOME/toolchain
- ls -l $HOME/toolchain/avr-gcc/bin
- ls -l $HOME/toolchain/gcc-arm-none-eabi-6-2017-q2-update/bin
- ls -l $HOME/toolchain/gcc-arm-none-eabi-7-2017-q4-major/bin
- ls -l $HOME/toolchain/boost
- which avr-g++
- avr-g++ --version
Expand Down

0 comments on commit 827d9f4

Please sign in to comment.