From bc02a06da0ca165d706d6098a27026593a8743e7 Mon Sep 17 00:00:00 2001 From: Schalonsus Date: Sat, 7 Oct 2017 21:24:54 +0200 Subject: [PATCH] Update Building in Windows / link to latest GCC added link to the latest GCC and removed advise to use GCC 4.9 --- docs/development/Building in Windows.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/development/Building in Windows.md b/docs/development/Building in Windows.md index fcf9a34f31..48d2688883 100755 --- a/docs/development/Building in Windows.md +++ b/docs/development/Building in Windows.md @@ -38,14 +38,14 @@ Continue with the Installation and accept all autodetected dependencies. ---------- -versions do matter, 4.8-2014-q2 is known to work well. Download this version from https://launchpad.net/gcc-arm-embedded/4.8/4.8-2014-q2-update - preferrebly as a ZIP-File. +use the latest version available. Download this version from https://gcc.gnu.org/mirrors.html - preferably as a ZIP-File. -Extract the contents of this archive to any folder of your choice, for instance ```C:\dev\gcc-arm-none-eabi-4_8-2014q2```. +Extract the contents of this archive to any folder of your choice, for instance ```C:\dev\gcc-arm-none-eabi-*version number*```. ![GNU ARM Toolchain Setup](assets/008.toolchain.png) -add the "bin" subdirectory to the PATH Windows environment variable: ```%PATH%;C:\dev\gcc-arm-none-eabi-4_8-2014q2\bin``` +add the "bin" subdirectory to the PATH Windows environment variable: ```%PATH%;C:\dev\gcc-arm-none-eabi-*version number*\bin``` ![GNU ARM Toolchain Setup](assets/009.toolchain_path.png)