Closed jeremyherbert closed 9 months ago
Hi,
I just tried to install this on Xubuntu 20.04 and was unable to run gdb because of this error:
./arm-none-eabi-gdb: error while loading shared libraries: libpython2.7.so.1.0: cannot open shared object file: No such file or directory
The solution is to install the package libpython2.7 with apt. It would be helpful if this was a dependency in the install chain for devkitpro.
libpython2.7
We've removed python dependencies for the gdb binaries pending some sensible way to support it if feasible.
Hi,
I just tried to install this on Xubuntu 20.04 and was unable to run gdb because of this error:
The solution is to install the package
libpython2.7
with apt. It would be helpful if this was a dependency in the install chain for devkitpro.