Hi,
i've installed the current version of the arm-none-eabi toolchain (11.2 2022.02) for Windows and i'm wondering why is there a mandatory dependency to the "Python DLL dependencies" for GDB usage which indeed uses Python 2.7.4?
As far as i know Python2 is deprecated and it is recommended to switch to Python3 for current releases since April 2020. On the other hand for Linux hosts there is at least a dependency against Python3.6.
With the previous arm-none-eabi toolchain version 2021.10 there is no such dependency.
Kind regards,
Christian
Considering all the above and the fact that there is already a version that does not require Python I would suggest going forward, release only the version that doesn't depend on Python at all. Seems the most logical choice...