Skip to content

Commit

Permalink
zephyr-upstream: Upgrade gnuarmemb toolchain to gcc-arm-none-eabi-9-2…
Browse files Browse the repository at this point in the history
…019-q4-major

Locally, this toolchain doesn't work for me due to
zephyrproject-rtos/zephyr#22060 . Trying to upgrade
CI, as there's report in that issue that "it worked on another machine".

We need upgrade due to
zephyrproject-rtos/zephyr#25804 (comment)

Change-Id: I26477ed4705d6916f244465405309776eb06f98e
Signed-off-by: Paul Sokolovsky <[email protected]>
  • Loading branch information
pfalcon committed Jun 9, 2020
1 parent 2d1aef2 commit e6a3175
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zephyr-upstream/builders.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ export ZEPHYR_SDK_INSTALL_DIR="${HOME}/srv/toolchain/zephyr-sdk-0.11.3"

# GNU ARM Embedded is downloaded once (per release) and cached in a persistent
# docker volume under ${HOME}/srv/toolchain/.
GNUARMEMB_TOOLCHAIN_URL="https://armkeil.blob.core.windows.net/developer/Files/downloads/gnu-rm/8-2019q3/RC1.1/gcc-arm-none-eabi-8-2019-q3-update-linux.tar.bz2"
export GNUARMEMB_TOOLCHAIN_PATH="${HOME}/srv/toolchain/gcc-arm-none-eabi-8-2019-q3-update"
GNUARMEMB_TOOLCHAIN_URL="https://armkeil.blob.core.windows.net/developer/Files/downloads/gnu-rm/9-2019q4/gcc-arm-none-eabi-9-2019-q4-major-x86_64-linux.tar.bz2"
export GNUARMEMB_TOOLCHAIN_PATH="${HOME}/srv/toolchain/gcc-arm-none-eabi-9-2019-q4-major"

install_zephyr_sdk()
{
Expand Down

0 comments on commit e6a3175

Please sign in to comment.