Skip to content

Link gdb-py against Python 3.10 #752

@stephanosio

Description

@stephanosio

Zephyr SDK's Python scripting-enabled GDB currently links against libpython3.8.

# Use Python 3.8 for non-Canadian Linux and macOS builds
cat <<EOF >> .config
CT_GDB_CROSS_PYTHON_BINARY="python3.8"

Since Zephyr is updating the minimum Python version requirement to 3.10, update the Zephyr SDK gdb-py to also link against libpython3.10.

Metadata

Metadata

Assignees

Labels

area: GDBIssues related to GDB (GNU Debugger)

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions