mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-26 15:20:58 +00:00
build: update to use latest arm none eabi toolchain gcc-arm-none-eabi-7-2018-q2-update
This commit is contained in:
parent
c5681ed2d9
commit
9541662902
@ -10,7 +10,7 @@ env:
|
||||
global:
|
||||
- PROTOBUF_VERSION=3.4.0
|
||||
matrix:
|
||||
- GOAL=stm32 TOOLCHAIN_SHORTVER=7-2017q4 TOOLCHAIN_LONGVER=gcc-arm-none-eabi-7-2017-q4-major
|
||||
- GOAL=stm32 TOOLCHAIN_SHORTVER=7-2018q2 TOOLCHAIN_LONGVER=gcc-arm-none-eabi-7-2018-q2-update
|
||||
- GOAL=unix
|
||||
- GOAL=src
|
||||
|
||||
|
@ -9,8 +9,8 @@ RUN apt-get update && apt-get install -y \
|
||||
|
||||
# download toolchain
|
||||
|
||||
ENV TOOLCHAIN_SHORTVER=7-2017q4
|
||||
ENV TOOLCHAIN_LONGVER=gcc-arm-none-eabi-7-2017-q4-major
|
||||
ENV TOOLCHAIN_SHORTVER=7-2018q2
|
||||
ENV TOOLCHAIN_LONGVER=gcc-arm-none-eabi-7-2018-q2-update
|
||||
ENV TOOLCHAIN_FLAVOR=linux
|
||||
ENV TOOLCHAIN_URL=https://developer.arm.com/-/media/Files/downloads/gnu-rm/$TOOLCHAIN_SHORTVER/$TOOLCHAIN_LONGVER-$TOOLCHAIN_FLAVOR.tar.bz2
|
||||
|
||||
|
@ -11,8 +11,8 @@ RUN apt-get update && apt-get install -y \
|
||||
|
||||
# download toolchain
|
||||
|
||||
ENV TOOLCHAIN_SHORTVER=7-2017q4
|
||||
ENV TOOLCHAIN_LONGVER=gcc-arm-none-eabi-7-2017-q4-major
|
||||
ENV TOOLCHAIN_SHORTVER=7-2018q2
|
||||
ENV TOOLCHAIN_LONGVER=gcc-arm-none-eabi-7-2018-q2-update
|
||||
ENV TOOLCHAIN_FLAVOR=src
|
||||
ENV TOOLCHAIN_URL=https://developer.arm.com/-/media/Files/downloads/gnu-rm/$TOOLCHAIN_SHORTVER/$TOOLCHAIN_LONGVER-$TOOLCHAIN_FLAVOR.tar.bz2
|
||||
|
||||
|
@ -76,7 +76,7 @@ sudo apt-get install scons gcc-arm-none-eabi libnewlib-arm-none-eabi
|
||||
|
||||
#### OS X
|
||||
|
||||
1. Download [gcc-arm-none-eabi](https://launchpad.net/gcc-arm-embedded/5.0/5-2016-q3-update/)
|
||||
1. Download [gcc-arm-none-eabi](https://developer.arm.com/open-source/gnu-toolchain/gnu-rm/downloads)
|
||||
2. Follow the [install instructions](https://launchpadlibrarian.net/287100883/readme.txt)
|
||||
3. To install OpenOCD, run `brew install open-ocd`
|
||||
4. Run `make vendor build_boardloader build_bootloader build_firmware`
|
||||
|
Loading…
Reference in New Issue
Block a user