-
Notifications
You must be signed in to change notification settings - Fork 178
Update IAR support version to 8.32 #885
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
Update IAR support version to 8.32 #885
Conversation
docs/tools/tools_intro.md
Outdated
@@ -23,7 +23,7 @@ Mbed OS 5 can be built with various toolchains. The currently supported versions | |||
|
|||
- [Arm compiler 5.06 update 6](https://developer.arm.com/products/software-development-tools/compilers/arm-compiler-5/downloads). | |||
- [GNU Arm Embedded version 6](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.
Please specify which version of GNU Arm toolchain as well, there's multiple ones and the page seems to propose Version 8-2018-q4-major. Which is or is not aligned with anything else?
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.
@AnotherButler If it helps, we'll be specifically using GCC Arm Compiler 6-2017-q2-update
(https://github.com/ARMmbed/mbed-os/pull/9844/files#diff-354f30a63fb0907d4ad57269548329e3R30)
https://developer.arm.com/open-source/gnu-toolchain/gnu-rm/downloads
The GNU Arm Embedded is what the Ubuntu package calls the compiler. I don't know why they name them differently.
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.
@ARMmbed/mbed-os-test-team Can confirm, but I suspect this is the same version in Jenkins CI as well.
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.
GCC version in CI is 6-2017-q1-update
If you'all would want an easy way with the 5.12 docs, you would make a 5.12 branch and point all PRs against that (which would be relevant for 5.12, that is). |
Specify GNU toolchain version in CI
Update GNU ARM toolchain version used in CI
Vscode was removed during resolving merge conflict
@AnotherButler - Please review. Not dependent on code anymore. feature-iar8 branch is merged to master |
docs/tools/CLI/cli-setup/cli-reqs.md
Outdated
@@ -225,7 +225,7 @@ Mbed CLI supports a setting for each toolchain path: | |||
| --------- | --------- | ---------| --------- | | |||
| Arm Compiler 5 | `C:/Program Files/ARM_Compiler_5.06u5/bin/armcc` | `ARM_PATH` | `C:/Program Files/ARM_Compiler_5.06u5` | |
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.
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 👍
@cmonr @JanneKiiskila Have your concerns been addressed? |
Also, we make the 5.12 branch out of the development branch, but we don't do this until code freeze. |
DO NOT MERGE - UPCOMING RELEASE