Update getting started docs to reflect gdb python requirements #34397
Labels
area: Documentation
bug
The issue is a bug, or the PR is fixing a bug
priority: low
Low impact/importance bug
Describe the bug
west debug fails with error
I followed the getting started guide and the application development steps to create a very simple hello world program outside of the zephyr base directory. It compiles and flashes fine however when trying to get debug functioning I get the above error. I am using a jlink and mimxrt1060_evk.
Based on some stack exchange posts of other people missing that library I installed libpython3.8-dev and that solved the problem. Perhaps this should be added to the list of dependencies? Or did I miss something in the documentation?
To Reproduce
Steps to reproduce the behavior:
Expected behavior
GDB starts with no errors
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: