Chris Liechti skrev:
Anders Hørtvedt schrieb:
I have installed the msp430 tool chain packages I found at
http://tinyos.stanford.edu/tinyos/dists/ubuntu, but have experienced a
...
msp430-gdb: error while loading shared libraries: libtermcap.so.2:
cannot open shared object file: No such file or directory
I have also tried to install the termcap-compat package to get hold of
the libtermcap.so.2, but that package depends on lib5c, which I cannot find.
try installing libncurses5-dev instead
Thanks, I now tried that, and it installed without any problems.
However, msp430-gdb still can't find libtermcap.so.2
How do I make gdb use the newly installed curses library instead?
--
Anders