You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/home/cmorgan/zephyr-sdk-0.13.1/arm-zephyr-eabi/bin/arm-zephyr-eabi-gdb -ex 'target remote :3333' /home/cmorgan/projects/testproject/build/zephyr/zephyr.elf -ex load
/home/cmorgan/zephyr-sdk-0.13.1/arm-zephyr-eabi/bin/arm-zephyr-eabi-gdb: error while loading shared libraries: libpython3.8.so.1.0: cannot open shared object file: No such file or director
There aren't any libpython3.8 packages still available for 21.04.
A few people have tried some work arounds but none of these look particularly good:
@stephanosio this worked. I had to figure out to do that with west. Also saw this ticket, zephyrproject-rtos/zephyr#38749 which should make this easier. Maybe someone will support newer pythons at some point too. Anyway, with the below it works:
west debug --gdb ~/zephyr-sdk-0.13.1/arm-zephyr-eabi/bin/arm-zephyr-eabi-gdb-no-py
Ubuntu 21.04 here
There aren't any libpython3.8 packages still available for 21.04.
A few people have tried some work arounds but none of these look particularly good:
Thoughts?
The text was updated successfully, but these errors were encountered: