-
Notifications
You must be signed in to change notification settings - Fork 178
Update link in options.md #169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Update GNU ARM Embedded link to point to latest update
docs/dev_tools/options.md
Outdated
@@ -15,7 +15,7 @@ We created the mbed command-line tool (mbed CLI), a Python-based tool, specifica | |||
mbed OS 5 can be built with various toolchains. The currently supported versions are: | |||
|
|||
* [ARM compiler 5.06 update 3](https://developer.arm.com/products/software-development-tools/compilers/arm-compiler-5/downloads). | |||
* [GNU ARM Embedded version 4.9](https://launchpad.net/gcc-arm-embedded/4.9/4.9-2015-q3-update). | |||
* [GNU ARM Embedded version 6-2017-q1-update](https://developer.arm.com/open-source/gnu-toolchain/gnu-rm/downloads). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just GNU ARM Embedded version 6 should be fine.
Shorten version number
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
AFAIK, the ARMCC and IAR versions are also upgraded. Correct, @sg- ?
@@ -15,7 +15,7 @@ We created the mbed command-line tool (mbed CLI), a Python-based tool, specifica | |||
mbed OS 5 can be built with various toolchains. The currently supported versions are: | |||
|
|||
* [ARM compiler 5.06 update 3](https://developer.arm.com/products/software-development-tools/compilers/arm-compiler-5/downloads). | |||
* [GNU ARM Embedded version 4.9](https://launchpad.net/gcc-arm-embedded/4.9/4.9-2015-q3-update). | |||
* [GNU ARM Embedded version 6](https://developer.arm.com/open-source/gnu-toolchain/gnu-rm/downloads). | |||
* [IAR Embedded Workbench 7.7](https://www.iar.com/iar-embedded-workbench/tools-for-arm/arm-cortex-m-edition/). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't IAR be 7.8 ? Or is it not official yet?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ARM 5 is 5.06 update 3 or greater
IAR is 7.7 or greater currently
GCC is 5.4 or greater and 6 recommended
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Super. Thanks Sam.
@AnotherButler , please ignore my earlier comments. Happy for you to merge this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome. Thanks so much.
@@ -15,7 +15,7 @@ We created the mbed command-line tool (mbed CLI), a Python-based tool, specifica | |||
mbed OS 5 can be built with various toolchains. The currently supported versions are: | |||
|
|||
* [ARM compiler 5.06 update 3](https://developer.arm.com/products/software-development-tools/compilers/arm-compiler-5/downloads). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
5.06 Update 4 ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM..
Update GNU ARM Embedded link to point to latest update