Question
libncurses.5 problem: I try to switch to the arm-none-eabi tools from my distro, how do I achieve that?
I ran into the well known problem with libncurses.5. My distro doesn't supply this old version of libncurses. Instead my distro supplies arm-none-eabi tools linked against libncurses.6.
I have two options:
- Try to install libncurses.5 from source. I think I might risk breaking my libncurses.6 installation on my computer. Thus I want to avoid that.
- Try to convince the IDE using the binaries supplied by my distro. I don't know how to do that. I went to the environment section in „Properties“ and removed the endless path within my homedirectory, but that doesn't impress the IDE, I still get the same error:
Could not determine GDB version using command: /home/ariser/st/stm32cubeide_1.3.0/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.7-2018-q2-update.linux64_1.0.0.201904181610/tools/bin/arm-none-eabi-gdb --version
/home/ariser/st/stm32cubeide_1.3.0/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.7-2018-q2-update.linux64_1.0.0.201904181610/tools/bin/arm-none-eabi-gdb: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directoryHow do I fix that problem?
