From 5353ed663de15589261c1d544c2de5369c1c62a0 Mon Sep 17 00:00:00 2001 From: Martin Landsmann Date: Sat, 23 Aug 2014 08:07:56 +0200 Subject: [PATCH] force travis to use 4-* (4-8-2014q2-0precise9 or newer) gcc-arm-none-eabi due to a bug not installing the c++ headers when installing the stock cross-compiler --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 988ea3217..f4ef548a4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,8 @@ before_install: install: - sudo apt-get install build-essential - sudo apt-get install gcc-multilib - - sudo apt-get install gcc-arm-none-eabi +#TODO: remove the `=4-*` if the stock gcc-arm-none-eabi ships the missing c++ headers (cf. #1656) + - sudo apt-get install gcc-arm-none-eabi=4-* - sudo apt-get install gcc-msp430 - sudo apt-get install pcregrep libpcre3 - sudo apt-get install qemu-system-x86 python3