-
Notifications
You must be signed in to change notification settings - Fork 977
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
GNU Arm Embedded Toolchain is deprecated #1034
Comments
Arm GNU toolchaint is he successor to the GNU Arm Embedded Toolchain. |
There are a couple of issues that prevent DAPLink from using Arm GNU toolchain (except the 11.2 release if I remember correctly). The details are listed in #1003. The main issue is that we have not found a way to support newer and older versions of GCC at the same time. The recommendation for the time being is to continue using the 10.3 version which still works very well for our needs. Eventually, after a release and extensive testing we will switch to require a newer version of GCC. |
I build successfully built it with latest arm-none-eabi-gcc 12.2 |
Closing in favor of #1040 |
DAPLink/tree/main/docs/DEVELOPERS-GUIDE.md
saysBut this page says
BUT all these build scripts does not work with Arm GNU Toolchain. So we must use a deprecated toolchain?
The text was updated successfully, but these errors were encountered: