Skip to content

Windows arm-zephyr-eabi GDB requires Python 3.8 #514

Answered by stephanosio
skalldri asked this question in Q&A
Discussion options

You must be logged in to vote

Please see #407 (comment).

If you actually require the Python scripting capability, you can install the Python 3.8 by running the following command (there is a PR to add this to the Getting Started Guide):

choco install python --version=3.8.0

Also from the upcoming Zephyr SDK release (0.15.0), the default GDB executable (*-gdb) will be built without the Python scripting support and no longer require libpython; instead, a separate Python scripting capable GDB variant (*-gdb-py) will be provided in case you actually need this feature.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@skalldri
Comment options

Answer selected by skalldri
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
area: GDB Issues related to GDB (GNU Debugger)
3 participants
Converted from issue

This discussion was converted from issue #512 on July 05, 2022 09:55.