You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by gi...@apache.org on 2019/07/20 09:58:31 UTC

[mynewt-site] branch asf-site updated: asf-site update Sat Jul 20 09:58:27 UTC 2019

This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/mynewt-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new a24e839  asf-site update Sat Jul 20 09:58:27 UTC 2019
a24e839 is described below

commit a24e839a8da645e379a112b3017a47ddc821efc3
Author: jenkins <bu...@apache.org>
AuthorDate: Sat Jul 20 09:58:27 2019 +0000

    asf-site update Sat Jul 20 09:58:27 UTC 2019
---
 .../get_started/native_install/cross_tools.rst.txt    |   8 ++++----
 master/get_started/native_install/cross_tools.html    |   8 ++++----
 master/searchindex.js                                 |   2 +-
 sitemap.xml.gz                                        | Bin 283 -> 283 bytes
 v0_9_0/sitemap.xml.gz                                 | Bin 2216 -> 2216 bytes
 v1_0_0/sitemap.xml.gz                                 | Bin 3239 -> 3239 bytes
 v1_1_0/sitemap.xml.gz                                 | Bin 3464 -> 3464 bytes
 v1_2_0/sitemap.xml.gz                                 | Bin 3488 -> 3488 bytes
 v1_3_0/sitemap.xml.gz                                 | Bin 3484 -> 3484 bytes
 .../get_started/native_install/cross_tools.rst.txt    |   8 ++++----
 v1_4_0/get_started/native_install/cross_tools.html    |   8 ++++----
 v1_4_0/searchindex.js                                 |   2 +-
 .../get_started/native_install/cross_tools.rst.txt    |   8 ++++----
 v1_5_0/get_started/native_install/cross_tools.html    |   8 ++++----
 v1_5_0/searchindex.js                                 |   2 +-
 .../get_started/native_install/cross_tools.rst.txt    |   8 ++++----
 v1_6_0/get_started/native_install/cross_tools.html    |   8 ++++----
 v1_6_0/searchindex.js                                 |   2 +-
 18 files changed, 36 insertions(+), 36 deletions(-)

diff --git a/master/_sources/get_started/native_install/cross_tools.rst.txt b/master/_sources/get_started/native_install/cross_tools.rst.txt
index 5300c54..0cf1686 100644
--- a/master/_sources/get_started/native_install/cross_tools.rst.txt
+++ b/master/_sources/get_started/native_install/cross_tools.rst.txt
@@ -64,9 +64,9 @@ https://launchpad.net/~team-gcc-arm-embedded/+archive/ubuntu/ppa.
 Installing the ARM Toolchain for Windows
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-#.  Download and run the `installer <https://launchpad.net/gcc-arm-embedded/4.9/4.9-2015-q2-update/+download/gcc-arm-none-eabi-4_9-2015q2-20150609-win32.exe>`__
+#.  Download and run the `installer <https://developer.arm.com/-/media/Files/downloads/gnu-rm/8-2018q4/gcc-arm-none-eabi-8-2018-q4-major-win32.exe>`__
     to install arm-none-eabi-gcc and arm-none-eabi-gdb. Select the default
-    destination folder: **C:\\Program Files (x86)\\GNU Tools ARM Embedded\\4.9 2015q2**.
+    destination folder: **C:\\Program Files (x86)\\GNU Tools ARM Embedded\\8 2018-q4-major**.
 
     **Notes:**
 
@@ -84,9 +84,9 @@ Installing the ARM Toolchain for Windows
     .. code-block:: console
 
         $ which arm-none-eabi-gcc
-        /c/Program Files (x86)/GNU Tools ARM Embedded/4.9 2015q2/bin/arm-none-eabi-gcc
+        /c/Program Files (x86)/GNU Tools ARM Embedded/8 2018-q4-major/bin/arm-none-eabi-gcc
         $which arm-none-eabi-gdb
-        /c/Program Files (x86)/GNU Tools ARM Embedded/4.9 2015q2/bin/arm-none-eabi-gdb
+        /c/Program Files (x86)/GNU Tools ARM Embedded/8 2018-q4-major/bin/arm-none-eabi-gdb
 
 Installing the Debuggers
 ------------------------
diff --git a/master/get_started/native_install/cross_tools.html b/master/get_started/native_install/cross_tools.html
index 1855119..e7763d8 100644
--- a/master/get_started/native_install/cross_tools.html
+++ b/master/get_started/native_install/cross_tools.html
@@ -334,9 +334,9 @@ with apt-get as documented below. The steps are explained in depth at
 <div class="section" id="installing-the-arm-toolchain-for-windows">
 <h3><a class="toc-backref" href="#id4">Installing the ARM Toolchain for Windows</a><a class="headerlink" href="#installing-the-arm-toolchain-for-windows" title="Permalink to this headline">¶</a></h3>
 <ol class="arabic">
-<li><p class="first">Download and run the <a class="reference external" href="https://launchpad.net/gcc-arm-embedded/4.9/4.9-2015-q2-update/+download/gcc-arm-none-eabi-4_9-2015q2-20150609-win32.exe">installer</a>
+<li><p class="first">Download and run the <a class="reference external" href="https://developer.arm.com/-/media/Files/downloads/gnu-rm/8-2018q4/gcc-arm-none-eabi-8-2018-q4-major-win32.exe">installer</a>
 to install arm-none-eabi-gcc and arm-none-eabi-gdb. Select the default
-destination folder: <strong>C:\Program Files (x86)\GNU Tools ARM Embedded\4.9 2015q2</strong>.</p>
+destination folder: <strong>C:\Program Files (x86)\GNU Tools ARM Embedded\8 2018-q4-major</strong>.</p>
 <p><strong>Notes:</strong></p>
 <ul class="simple">
 <li>Check the <code class="docutils literal notranslate"><span class="pre">Add</span> <span class="pre">path</span> <span class="pre">to</span> <span class="pre">environment</span> <span class="pre">variable</span></code> option before you click the <code class="docutils literal notranslate"><span class="pre">Finish</span></code> button for the installation.</li>
@@ -350,9 +350,9 @@ the <code class="docutils literal notranslate"><span class="pre">which</span></c
 <p><strong>Note:</strong> You must start a new MinGW terminal to inherit the new
 <strong>Path</strong> values.</p>
 <div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="gp">$</span> which arm-none-eabi-gcc
-<span class="go">/c/Program Files (x86)/GNU Tools ARM Embedded/4.9 2015q2/bin/arm-none-eabi-gcc</span>
+<span class="go">/c/Program Files (x86)/GNU Tools ARM Embedded/8 2018-q4-major/bin/arm-none-eabi-gcc</span>
 <span class="gp">$</span>which arm-none-eabi-gdb
-<span class="go">/c/Program Files (x86)/GNU Tools ARM Embedded/4.9 2015q2/bin/arm-none-eabi-gdb</span>
+<span class="go">/c/Program Files (x86)/GNU Tools ARM Embedded/8 2018-q4-major/bin/arm-none-eabi-gdb</span>
 </pre></div>
 </div>
 </li>
diff --git a/master/searchindex.js b/master/searchindex.js
index 1a6519a..4eec704 100644
--- a/master/searchindex.js
+++ b/master/searchindex.js
@@ -1 +1 @@
-Search.setIndex({docnames:["concepts","external_links","get_started/debug","get_started/docker","get_started/index","get_started/native_install/cross_tools","get_started/native_install/index","get_started/native_install/native_tools","get_started/project_create","get_started/serial_access","index","misc/go_env","misc/ide","misc/index","mynewt_faq/admin_faq","mynewt_faq/bluetooth_faq","mynewt_faq/boot_faq","mynewt_faq/fs_faq","mynewt_faq/hardware_faq","mynewt_faq/index","mynewt_faq/module [...]
\ No newline at end of file
+Search.setIndex({docnames:["concepts","external_links","get_started/debug","get_started/docker","get_started/index","get_started/native_install/cross_tools","get_started/native_install/index","get_started/native_install/native_tools","get_started/project_create","get_started/serial_access","index","misc/go_env","misc/ide","misc/index","mynewt_faq/admin_faq","mynewt_faq/bluetooth_faq","mynewt_faq/boot_faq","mynewt_faq/fs_faq","mynewt_faq/hardware_faq","mynewt_faq/index","mynewt_faq/module [...]
\ No newline at end of file
diff --git a/sitemap.xml.gz b/sitemap.xml.gz
index 30869c6..fe0df62 100644
Binary files a/sitemap.xml.gz and b/sitemap.xml.gz differ
diff --git a/v0_9_0/sitemap.xml.gz b/v0_9_0/sitemap.xml.gz
index ce66c1e..60a2af7 100644
Binary files a/v0_9_0/sitemap.xml.gz and b/v0_9_0/sitemap.xml.gz differ
diff --git a/v1_0_0/sitemap.xml.gz b/v1_0_0/sitemap.xml.gz
index bbb0aab..b3a0954 100644
Binary files a/v1_0_0/sitemap.xml.gz and b/v1_0_0/sitemap.xml.gz differ
diff --git a/v1_1_0/sitemap.xml.gz b/v1_1_0/sitemap.xml.gz
index d6a7fc5..f8d3ded 100644
Binary files a/v1_1_0/sitemap.xml.gz and b/v1_1_0/sitemap.xml.gz differ
diff --git a/v1_2_0/sitemap.xml.gz b/v1_2_0/sitemap.xml.gz
index 4e9e636..a16ae0f 100644
Binary files a/v1_2_0/sitemap.xml.gz and b/v1_2_0/sitemap.xml.gz differ
diff --git a/v1_3_0/sitemap.xml.gz b/v1_3_0/sitemap.xml.gz
index 36c1985..c632ff7 100644
Binary files a/v1_3_0/sitemap.xml.gz and b/v1_3_0/sitemap.xml.gz differ
diff --git a/v1_4_0/_sources/get_started/native_install/cross_tools.rst.txt b/v1_4_0/_sources/get_started/native_install/cross_tools.rst.txt
index 5300c54..0cf1686 100644
--- a/v1_4_0/_sources/get_started/native_install/cross_tools.rst.txt
+++ b/v1_4_0/_sources/get_started/native_install/cross_tools.rst.txt
@@ -64,9 +64,9 @@ https://launchpad.net/~team-gcc-arm-embedded/+archive/ubuntu/ppa.
 Installing the ARM Toolchain for Windows
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-#.  Download and run the `installer <https://launchpad.net/gcc-arm-embedded/4.9/4.9-2015-q2-update/+download/gcc-arm-none-eabi-4_9-2015q2-20150609-win32.exe>`__
+#.  Download and run the `installer <https://developer.arm.com/-/media/Files/downloads/gnu-rm/8-2018q4/gcc-arm-none-eabi-8-2018-q4-major-win32.exe>`__
     to install arm-none-eabi-gcc and arm-none-eabi-gdb. Select the default
-    destination folder: **C:\\Program Files (x86)\\GNU Tools ARM Embedded\\4.9 2015q2**.
+    destination folder: **C:\\Program Files (x86)\\GNU Tools ARM Embedded\\8 2018-q4-major**.
 
     **Notes:**
 
@@ -84,9 +84,9 @@ Installing the ARM Toolchain for Windows
     .. code-block:: console
 
         $ which arm-none-eabi-gcc
-        /c/Program Files (x86)/GNU Tools ARM Embedded/4.9 2015q2/bin/arm-none-eabi-gcc
+        /c/Program Files (x86)/GNU Tools ARM Embedded/8 2018-q4-major/bin/arm-none-eabi-gcc
         $which arm-none-eabi-gdb
-        /c/Program Files (x86)/GNU Tools ARM Embedded/4.9 2015q2/bin/arm-none-eabi-gdb
+        /c/Program Files (x86)/GNU Tools ARM Embedded/8 2018-q4-major/bin/arm-none-eabi-gdb
 
 Installing the Debuggers
 ------------------------
diff --git a/v1_4_0/get_started/native_install/cross_tools.html b/v1_4_0/get_started/native_install/cross_tools.html
index 0b1e09a..7e83cb9 100644
--- a/v1_4_0/get_started/native_install/cross_tools.html
+++ b/v1_4_0/get_started/native_install/cross_tools.html
@@ -342,9 +342,9 @@ with apt-get as documented below. The steps are explained in depth at
 <div class="section" id="installing-the-arm-toolchain-for-windows">
 <h3><a class="toc-backref" href="#id4">Installing the ARM Toolchain for Windows</a><a class="headerlink" href="#installing-the-arm-toolchain-for-windows" title="Permalink to this headline">¶</a></h3>
 <ol class="arabic">
-<li><p class="first">Download and run the <a class="reference external" href="https://launchpad.net/gcc-arm-embedded/4.9/4.9-2015-q2-update/+download/gcc-arm-none-eabi-4_9-2015q2-20150609-win32.exe">installer</a>
+<li><p class="first">Download and run the <a class="reference external" href="https://developer.arm.com/-/media/Files/downloads/gnu-rm/8-2018q4/gcc-arm-none-eabi-8-2018-q4-major-win32.exe">installer</a>
 to install arm-none-eabi-gcc and arm-none-eabi-gdb. Select the default
-destination folder: <strong>C:\Program Files (x86)\GNU Tools ARM Embedded\4.9 2015q2</strong>.</p>
+destination folder: <strong>C:\Program Files (x86)\GNU Tools ARM Embedded\8 2018-q4-major</strong>.</p>
 <p><strong>Notes:</strong></p>
 <ul class="simple">
 <li>Check the <code class="docutils literal notranslate"><span class="pre">Add</span> <span class="pre">path</span> <span class="pre">to</span> <span class="pre">environment</span> <span class="pre">variable</span></code> option before you click the <code class="docutils literal notranslate"><span class="pre">Finish</span></code> button for the installation.</li>
@@ -358,9 +358,9 @@ the <code class="docutils literal notranslate"><span class="pre">which</span></c
 <p><strong>Note:</strong> You must start a new MinGW terminal to inherit the new
 <strong>Path</strong> values.</p>
 <div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="gp">$</span> which arm-none-eabi-gcc
-<span class="go">/c/Program Files (x86)/GNU Tools ARM Embedded/4.9 2015q2/bin/arm-none-eabi-gcc</span>
+<span class="go">/c/Program Files (x86)/GNU Tools ARM Embedded/8 2018-q4-major/bin/arm-none-eabi-gcc</span>
 <span class="gp">$</span>which arm-none-eabi-gdb
-<span class="go">/c/Program Files (x86)/GNU Tools ARM Embedded/4.9 2015q2/bin/arm-none-eabi-gdb</span>
+<span class="go">/c/Program Files (x86)/GNU Tools ARM Embedded/8 2018-q4-major/bin/arm-none-eabi-gdb</span>
 </pre></div>
 </div>
 </li>
diff --git a/v1_4_0/searchindex.js b/v1_4_0/searchindex.js
index 6ae78c4..b91e511 100644
--- a/v1_4_0/searchindex.js
+++ b/v1_4_0/searchindex.js
@@ -1 +1 @@
-Search.setIndex({docnames:["concepts","external_links","get_started/debug","get_started/docker","get_started/index","get_started/native_install/cross_tools","get_started/native_install/index","get_started/native_install/native_tools","get_started/project_create","get_started/serial_access","index","misc/go_env","misc/ide","misc/index","mynewt_faq/admin_faq","mynewt_faq/bluetooth_faq","mynewt_faq/boot_faq","mynewt_faq/fs_faq","mynewt_faq/hardware_faq","mynewt_faq/index","mynewt_faq/module [...]
\ No newline at end of file
+Search.setIndex({docnames:["concepts","external_links","get_started/debug","get_started/docker","get_started/index","get_started/native_install/cross_tools","get_started/native_install/index","get_started/native_install/native_tools","get_started/project_create","get_started/serial_access","index","misc/go_env","misc/ide","misc/index","mynewt_faq/admin_faq","mynewt_faq/bluetooth_faq","mynewt_faq/boot_faq","mynewt_faq/fs_faq","mynewt_faq/hardware_faq","mynewt_faq/index","mynewt_faq/module [...]
\ No newline at end of file
diff --git a/v1_5_0/_sources/get_started/native_install/cross_tools.rst.txt b/v1_5_0/_sources/get_started/native_install/cross_tools.rst.txt
index 5300c54..0cf1686 100644
--- a/v1_5_0/_sources/get_started/native_install/cross_tools.rst.txt
+++ b/v1_5_0/_sources/get_started/native_install/cross_tools.rst.txt
@@ -64,9 +64,9 @@ https://launchpad.net/~team-gcc-arm-embedded/+archive/ubuntu/ppa.
 Installing the ARM Toolchain for Windows
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-#.  Download and run the `installer <https://launchpad.net/gcc-arm-embedded/4.9/4.9-2015-q2-update/+download/gcc-arm-none-eabi-4_9-2015q2-20150609-win32.exe>`__
+#.  Download and run the `installer <https://developer.arm.com/-/media/Files/downloads/gnu-rm/8-2018q4/gcc-arm-none-eabi-8-2018-q4-major-win32.exe>`__
     to install arm-none-eabi-gcc and arm-none-eabi-gdb. Select the default
-    destination folder: **C:\\Program Files (x86)\\GNU Tools ARM Embedded\\4.9 2015q2**.
+    destination folder: **C:\\Program Files (x86)\\GNU Tools ARM Embedded\\8 2018-q4-major**.
 
     **Notes:**
 
@@ -84,9 +84,9 @@ Installing the ARM Toolchain for Windows
     .. code-block:: console
 
         $ which arm-none-eabi-gcc
-        /c/Program Files (x86)/GNU Tools ARM Embedded/4.9 2015q2/bin/arm-none-eabi-gcc
+        /c/Program Files (x86)/GNU Tools ARM Embedded/8 2018-q4-major/bin/arm-none-eabi-gcc
         $which arm-none-eabi-gdb
-        /c/Program Files (x86)/GNU Tools ARM Embedded/4.9 2015q2/bin/arm-none-eabi-gdb
+        /c/Program Files (x86)/GNU Tools ARM Embedded/8 2018-q4-major/bin/arm-none-eabi-gdb
 
 Installing the Debuggers
 ------------------------
diff --git a/v1_5_0/get_started/native_install/cross_tools.html b/v1_5_0/get_started/native_install/cross_tools.html
index 514afb3..6babed9 100644
--- a/v1_5_0/get_started/native_install/cross_tools.html
+++ b/v1_5_0/get_started/native_install/cross_tools.html
@@ -342,9 +342,9 @@ with apt-get as documented below. The steps are explained in depth at
 <div class="section" id="installing-the-arm-toolchain-for-windows">
 <h3><a class="toc-backref" href="#id4">Installing the ARM Toolchain for Windows</a><a class="headerlink" href="#installing-the-arm-toolchain-for-windows" title="Permalink to this headline">¶</a></h3>
 <ol class="arabic">
-<li><p class="first">Download and run the <a class="reference external" href="https://launchpad.net/gcc-arm-embedded/4.9/4.9-2015-q2-update/+download/gcc-arm-none-eabi-4_9-2015q2-20150609-win32.exe">installer</a>
+<li><p class="first">Download and run the <a class="reference external" href="https://developer.arm.com/-/media/Files/downloads/gnu-rm/8-2018q4/gcc-arm-none-eabi-8-2018-q4-major-win32.exe">installer</a>
 to install arm-none-eabi-gcc and arm-none-eabi-gdb. Select the default
-destination folder: <strong>C:\Program Files (x86)\GNU Tools ARM Embedded\4.9 2015q2</strong>.</p>
+destination folder: <strong>C:\Program Files (x86)\GNU Tools ARM Embedded\8 2018-q4-major</strong>.</p>
 <p><strong>Notes:</strong></p>
 <ul class="simple">
 <li>Check the <code class="docutils literal notranslate"><span class="pre">Add</span> <span class="pre">path</span> <span class="pre">to</span> <span class="pre">environment</span> <span class="pre">variable</span></code> option before you click the <code class="docutils literal notranslate"><span class="pre">Finish</span></code> button for the installation.</li>
@@ -358,9 +358,9 @@ the <code class="docutils literal notranslate"><span class="pre">which</span></c
 <p><strong>Note:</strong> You must start a new MinGW terminal to inherit the new
 <strong>Path</strong> values.</p>
 <div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="gp">$</span> which arm-none-eabi-gcc
-<span class="go">/c/Program Files (x86)/GNU Tools ARM Embedded/4.9 2015q2/bin/arm-none-eabi-gcc</span>
+<span class="go">/c/Program Files (x86)/GNU Tools ARM Embedded/8 2018-q4-major/bin/arm-none-eabi-gcc</span>
 <span class="gp">$</span>which arm-none-eabi-gdb
-<span class="go">/c/Program Files (x86)/GNU Tools ARM Embedded/4.9 2015q2/bin/arm-none-eabi-gdb</span>
+<span class="go">/c/Program Files (x86)/GNU Tools ARM Embedded/8 2018-q4-major/bin/arm-none-eabi-gdb</span>
 </pre></div>
 </div>
 </li>
diff --git a/v1_5_0/searchindex.js b/v1_5_0/searchindex.js
index 7c1b393..3edf1a1 100644
--- a/v1_5_0/searchindex.js
+++ b/v1_5_0/searchindex.js
@@ -1 +1 @@
-Search.setIndex({docnames:["concepts","external_links","get_started/debug","get_started/docker","get_started/index","get_started/native_install/cross_tools","get_started/native_install/index","get_started/native_install/native_tools","get_started/project_create","get_started/serial_access","index","misc/go_env","misc/ide","misc/index","mynewt_faq/admin_faq","mynewt_faq/bluetooth_faq","mynewt_faq/boot_faq","mynewt_faq/fs_faq","mynewt_faq/hardware_faq","mynewt_faq/index","mynewt_faq/module [...]
\ No newline at end of file
+Search.setIndex({docnames:["concepts","external_links","get_started/debug","get_started/docker","get_started/index","get_started/native_install/cross_tools","get_started/native_install/index","get_started/native_install/native_tools","get_started/project_create","get_started/serial_access","index","misc/go_env","misc/ide","misc/index","mynewt_faq/admin_faq","mynewt_faq/bluetooth_faq","mynewt_faq/boot_faq","mynewt_faq/fs_faq","mynewt_faq/hardware_faq","mynewt_faq/index","mynewt_faq/module [...]
\ No newline at end of file
diff --git a/v1_6_0/_sources/get_started/native_install/cross_tools.rst.txt b/v1_6_0/_sources/get_started/native_install/cross_tools.rst.txt
index 5300c54..0cf1686 100644
--- a/v1_6_0/_sources/get_started/native_install/cross_tools.rst.txt
+++ b/v1_6_0/_sources/get_started/native_install/cross_tools.rst.txt
@@ -64,9 +64,9 @@ https://launchpad.net/~team-gcc-arm-embedded/+archive/ubuntu/ppa.
 Installing the ARM Toolchain for Windows
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-#.  Download and run the `installer <https://launchpad.net/gcc-arm-embedded/4.9/4.9-2015-q2-update/+download/gcc-arm-none-eabi-4_9-2015q2-20150609-win32.exe>`__
+#.  Download and run the `installer <https://developer.arm.com/-/media/Files/downloads/gnu-rm/8-2018q4/gcc-arm-none-eabi-8-2018-q4-major-win32.exe>`__
     to install arm-none-eabi-gcc and arm-none-eabi-gdb. Select the default
-    destination folder: **C:\\Program Files (x86)\\GNU Tools ARM Embedded\\4.9 2015q2**.
+    destination folder: **C:\\Program Files (x86)\\GNU Tools ARM Embedded\\8 2018-q4-major**.
 
     **Notes:**
 
@@ -84,9 +84,9 @@ Installing the ARM Toolchain for Windows
     .. code-block:: console
 
         $ which arm-none-eabi-gcc
-        /c/Program Files (x86)/GNU Tools ARM Embedded/4.9 2015q2/bin/arm-none-eabi-gcc
+        /c/Program Files (x86)/GNU Tools ARM Embedded/8 2018-q4-major/bin/arm-none-eabi-gcc
         $which arm-none-eabi-gdb
-        /c/Program Files (x86)/GNU Tools ARM Embedded/4.9 2015q2/bin/arm-none-eabi-gdb
+        /c/Program Files (x86)/GNU Tools ARM Embedded/8 2018-q4-major/bin/arm-none-eabi-gdb
 
 Installing the Debuggers
 ------------------------
diff --git a/v1_6_0/get_started/native_install/cross_tools.html b/v1_6_0/get_started/native_install/cross_tools.html
index 0abce57..126360c 100644
--- a/v1_6_0/get_started/native_install/cross_tools.html
+++ b/v1_6_0/get_started/native_install/cross_tools.html
@@ -342,9 +342,9 @@ with apt-get as documented below. The steps are explained in depth at
 <div class="section" id="installing-the-arm-toolchain-for-windows">
 <h3><a class="toc-backref" href="#id4">Installing the ARM Toolchain for Windows</a><a class="headerlink" href="#installing-the-arm-toolchain-for-windows" title="Permalink to this headline">¶</a></h3>
 <ol class="arabic">
-<li><p class="first">Download and run the <a class="reference external" href="https://launchpad.net/gcc-arm-embedded/4.9/4.9-2015-q2-update/+download/gcc-arm-none-eabi-4_9-2015q2-20150609-win32.exe">installer</a>
+<li><p class="first">Download and run the <a class="reference external" href="https://developer.arm.com/-/media/Files/downloads/gnu-rm/8-2018q4/gcc-arm-none-eabi-8-2018-q4-major-win32.exe">installer</a>
 to install arm-none-eabi-gcc and arm-none-eabi-gdb. Select the default
-destination folder: <strong>C:\Program Files (x86)\GNU Tools ARM Embedded\4.9 2015q2</strong>.</p>
+destination folder: <strong>C:\Program Files (x86)\GNU Tools ARM Embedded\8 2018-q4-major</strong>.</p>
 <p><strong>Notes:</strong></p>
 <ul class="simple">
 <li>Check the <code class="docutils literal notranslate"><span class="pre">Add</span> <span class="pre">path</span> <span class="pre">to</span> <span class="pre">environment</span> <span class="pre">variable</span></code> option before you click the <code class="docutils literal notranslate"><span class="pre">Finish</span></code> button for the installation.</li>
@@ -358,9 +358,9 @@ the <code class="docutils literal notranslate"><span class="pre">which</span></c
 <p><strong>Note:</strong> You must start a new MinGW terminal to inherit the new
 <strong>Path</strong> values.</p>
 <div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="gp">$</span> which arm-none-eabi-gcc
-<span class="go">/c/Program Files (x86)/GNU Tools ARM Embedded/4.9 2015q2/bin/arm-none-eabi-gcc</span>
+<span class="go">/c/Program Files (x86)/GNU Tools ARM Embedded/8 2018-q4-major/bin/arm-none-eabi-gcc</span>
 <span class="gp">$</span>which arm-none-eabi-gdb
-<span class="go">/c/Program Files (x86)/GNU Tools ARM Embedded/4.9 2015q2/bin/arm-none-eabi-gdb</span>
+<span class="go">/c/Program Files (x86)/GNU Tools ARM Embedded/8 2018-q4-major/bin/arm-none-eabi-gdb</span>
 </pre></div>
 </div>
 </li>
diff --git a/v1_6_0/searchindex.js b/v1_6_0/searchindex.js
index 4302576..9abebbe 100644
--- a/v1_6_0/searchindex.js
+++ b/v1_6_0/searchindex.js
@@ -1 +1 @@
-Search.setIndex({docnames:["concepts","external_links","get_started/debug","get_started/docker","get_started/index","get_started/native_install/cross_tools","get_started/native_install/index","get_started/native_install/native_tools","get_started/project_create","get_started/serial_access","index","misc/go_env","misc/ide","misc/index","mynewt_faq/admin_faq","mynewt_faq/bluetooth_faq","mynewt_faq/boot_faq","mynewt_faq/fs_faq","mynewt_faq/hardware_faq","mynewt_faq/index","mynewt_faq/module [...]
\ No newline at end of file
+Search.setIndex({docnames:["concepts","external_links","get_started/debug","get_started/docker","get_started/index","get_started/native_install/cross_tools","get_started/native_install/index","get_started/native_install/native_tools","get_started/project_create","get_started/serial_access","index","misc/go_env","misc/ide","misc/index","mynewt_faq/admin_faq","mynewt_faq/bluetooth_faq","mynewt_faq/boot_faq","mynewt_faq/fs_faq","mynewt_faq/hardware_faq","mynewt_faq/index","mynewt_faq/module [...]
\ No newline at end of file