-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Upgrade our testing systems to use GNU Arm Embedded Toolchain 10.3-2021.07 as the new supported version of gcc
#14968
Comments
gcc
gcc
It's slightly annoying that Mbed CLI 1 prints
The version range is hardcoded in tools/toolchains/gcc.py which is frozen. As it's just a warning, leaving it as it is probably fine... |
I would prefer to remove warnings |
I don't think fixing that warning would affect the behaviour of the online build system. We should be OK to fix it without creating a new "tools release" for the online compiler. We could probably ignore the frozen tools check in this instance? @Patater |
Ultimately we encourage users to move away from Mbed CLI 1. But if someone disregards the deprecation and does what the warning says (i.e. downgrades GCC to 9.x), they may encounter issues such as NU_M2354 unable to run due to known issues of the old GCC with Armv8-m. |
Agreed. The warning is annoying and not helpful for users, and ignored by the online compiler which doesn't use gcc anyway. |
I'll send the PR now to remove the warning for ver 10 as only two PRs left to be merged (docs and docker image update). |
Already removed in the docker image update 44e5795 |
Saheer has updated Jenkins CI. We've also merged #15007 which adds support in GitHub actions via our Docker images. |
Patch is strange... only GCC_RANGE has to be updated ? |
ARMCC_RANGE is 6.10 to 7.0 so we won't need to worry about it in a long while. |
No description provided.
The text was updated successfully, but these errors were encountered: