

Is there anybody that can tell me how to get latest (11.20) arm toolchain working on ubuntu 22.I am trying to ship an executable from my python script which lives inside a virtual environment using pipenv which again relies on pyenv for python versioning. ModuleNotFoundError: No module named 'encodings'Ĭurrent thread 0x00007f2017abfc00 (most recent call first):Īt this point I reinstalled python3 last time, resulting in wrecking my ubuntu installation. arm-none-eabi-gdb -versionĬould not find platform independent libraries Ĭould not find platform dependent libraries įatal Python error: Py_Initialize: Unable to get the locale encoding I tried to symlink that library to /usr/lib, but then it complains about sudo ln -s -f /snap/gnome-3-28-1804/161/usr/lib/x86_64-linux-gnu/libpython3.6m.so.1.0 /usr/lib/libpython3.6m.so.1.0 arm-none-eabi-gdb: error while loading shared libraries: libpython3.6m.so.1.0: cannot open shared object file: No such file or directory The error message when I try to run the gdb client.

So reinstalled everything, and going for take 2 I already ruined one ubuntu installation by removing and reinstalling python3. I am sure for regular ubuntu users this is a trivial thing to fix. After fixing some symlinks for libncurses it now complains about missing some shared library for python3.6. Trying to get arm toolchain working on my fresh installed ubuntu 22.04.
