-
Notifications
You must be signed in to change notification settings - Fork 29
Issue with debugging #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hello rei-vilo, When I tried to launch a debugging session I got the same error that I suggest you try and launch the supplied
This seems to be a known issue with GDB hard requiring python3.8 to be in a specific location on Linux: I managed to work this around by installing python3.8.18 with pyenv and linking it to the location specified by the error message: Let me know if this works out for you! |
Thank you for the thorough investigation and detailed instructions. I installed the missing library with
However, calling it from the Arduino IDE still fails. It may be the same issue I reported at arduino/arduino-ide#2115. Using the Arduino IDE FlatPak distribution limits access to external tools. Instead of
I managed to debug against the BGM220 and the BG24 Explorer boards using emCode, a tool I have designed to develop with the Arduino SDK on the Visual Studio Code IDE. For the BG24 Explorer board, please note that the recommended MCU The last board to perform tests is the xG27 Dev Kit. Is there a way to get a sample to test Matter? |
That's a quite impressive project you got going on! Thanks for adding support for our boards quickly. |
I am using the blinky example on the BGM220 Explorer kit. Build and link, upload and run work fine.
When trying to debug according to the procedure,
The
debug_custom.json
file containsThe installed JLinkGDBServer version is
on
However, Simplicity Studio debugs fine.
What am I missing? Thank you!
The text was updated successfully, but these errors were encountered: