-
Notifications
You must be signed in to change notification settings - Fork 17
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
riscv start debugging: libpython3.10.so.1.0: cannot open shared object file: No such file or directory #90
Comments
The Risc-V toolchains we compile in the pico-sdk-tools repo are compiled on the This extension has better support for Windows than x86_64 Linux, so for now my suggestion would be to use it on Windows rather than in WSL, or alternatively switch to Ubuntu 22.04 WSL |
Tried it on WIndows. Debugging for ARM works fine, but debugging for riscv fails with: aiting for gdb server to start...[2024-09-23T15:10:38.073Z] SERVER CONSOLE DEBUG: onBackendConnect: gdb-server session connected. You can switch to "DEBUG CONSOLE" to see GDB interactions. Error: Target not examined yet |
You need to make sure your board is running in Risc-V mode before you can attach the debugger - either by using the Run button to run the Risc-V binary, or by running |
Trying to debug a program compiled for riscv.
Debugger fails with this message:
I created a new project from the blink example
Using Ubuntu 24.04.1 LTS on x64 (WSL)
As far as i can see python 3.12.3 is installed on my system, but debugger seems to expect 3.10.
The text was updated successfully, but these errors were encountered: