Switch to mspgcc 4.7.0
This commit is contained in:
parent
9e553c3d72
commit
30497b0791
|
@ -4,7 +4,10 @@ language: c #NOTE: this will set CC=gcc which might cause trouble
|
||||||
before_script:
|
before_script:
|
||||||
- "sudo apt-get -qq update"
|
- "sudo apt-get -qq update"
|
||||||
## Install these mainline toolchains for all build types
|
## Install these mainline toolchains for all build types
|
||||||
- "sudo apt-get -qq install gcc-msp430 || true"
|
- "sudo apt-get -qq install lib32z1 || true"
|
||||||
|
- "curl -s \
|
||||||
|
http://adamdunkels.github.io/contiki-fork/mspgcc-4.7.0-compiled.tar.bz2 \
|
||||||
|
| tar xjf - -C /tmp/ && sudo cp -f -r /tmp/msp430/* /usr/local/ && rm -rf /tmp/msp430 && msp430-gcc --version || true"
|
||||||
- "sudo apt-get -qq install gcc-avr avr-libc || true"
|
- "sudo apt-get -qq install gcc-avr avr-libc || true"
|
||||||
- "sudo apt-get -qq install srecord || true"
|
- "sudo apt-get -qq install srecord || true"
|
||||||
- "sudo apt-get -qq install libc6:i386 libgcc1:i386 gcc-4.6-base:i386 libstdc++5:i386 libstdc++6:i386 || true"
|
- "sudo apt-get -qq install libc6:i386 libgcc1:i386 gcc-4.6-base:i386 libstdc++5:i386 libstdc++6:i386 || true"
|
||||||
|
|
Loading…
Reference in a new issue