sdk-ng icon indicating copy to clipboard operation
sdk-ng copied to clipboard

Link gdb-py against Python 3.10

Open stephanosio opened this issue 1 year ago • 0 comments
trafficstars

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

https://github.com/zephyrproject-rtos/sdk-ng/blob/2d488e6bef4bc258c0061f12d33ac083acd9ae1d/.github/workflows/ci.yml#L716-L718

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

stephanosio avatar May 04 '24 14:05 stephanosio