61
Embedded development / Re: MSP430 Programming with Debugging
« Last post by glen-the-grey on October 30, 2025, 10:43:52 pm »Another finding on Debian 13. The version of mspdebug in the toolchain from Texas Instruments depends on libcurses.so.5 and libtinfo.so.5 but Debian 13 has moved on to version 6 of these.
The workaround is to get the old libraries from a previous version of Debian (just download the *.deb file and extract it to get to the lib files). I have extracted them into /opt/oldlibs/ and then included that folder in: Project->Build Options->Linker->Search Paths
The workaround is to get the old libraries from a previous version of Debian (just download the *.deb file and extract it to get to the lib files). I have extracted them into /opt/oldlibs/ and then included that folder in: Project->Build Options->Linker->Search Paths
Recent Posts