You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The official arm-none-eabi-gdb-py only supports Python 2.7 and only up to GCC10. GCC11 and GCC12 has completely removed Python 2.7 support (since it's EOL) but didn't add Python 3 support, which sucks a little much.
So… I've looked around, and the xPack GNU Arm Embedded GCC seems to be the best alternative: it uses the official source tarball and adds Python 3 support, and builds both x64 and ARM64.
Would you be interested in adding and maintaining a arm-gcc-xpack formula for this?
The official arm-none-eabi-gdb-py only supports Python 2.7 and only up to GCC10. GCC11 and GCC12 has completely removed Python 2.7 support (since it's EOL) but didn't add Python 3 support, which sucks a little much.
So… I've looked around, and the xPack GNU Arm Embedded GCC seems to be the best alternative: it uses the official source tarball and adds Python 3 support, and builds both x64 and ARM64.
Would you be interested in adding and maintaining a
arm-gcc-xpack
formula for this?You can try our simple formula here:
The text was updated successfully, but these errors were encountered: