I've just updated to arm-none-eabi 11.2-2022.02 and when trying to launch GDB I get an error message that python27.dll can't be found.
Installed from the official installer "gcc-arm-11.2-2022.02-mingw-w64-i686-arm-none-eabi.exe" on a Windows 10 machine.
Do I have to install Python 2.7?! Seems a bit off..
Any help / suggestions are appreciated!
Thanks,
Hello,
In Arm GNU Toolchain 11.2-2022.02, GDB has enabled Python, and therefore running GDB requires a working installation of Python.
On a Windows machine, this requires Python 2.7.
That works. Thanks!
Now, considering that Python 2.7 was EOL in 2020-01-01, any plans to update it to a newer version?I mean, having to have installed v2.7 can be a problem, even for security...
Thank you for the feedback. The Python2 EOL is a known limitation in this release.