[Tinyos-help] "can't load library 'libtermcap.so.2'"

2008-02-07 Thread Alessandro Turella
Hi all, I'm trying to debug my msp430 device (Tmote Sky) with the "Blink" program using msp430-jtag. I'm using debian testing, and when i try to start the msp430gdb it returns to me an error: "can't load library 'libtermcap.so.2'" so i tried to install the |termcap-compat| package. but it requ

RE: [Tinyos-help] "can't load library 'libtermcap.so.2'"

2008-02-07 Thread Murray, Ben
to:[EMAIL PROTECTED] Behalf Of > Alessandro Turella > Sent: 07 February 2008 08:43 > To: tinyos-help@millennium.berkeley.edu > Subject: [Tinyos-help] "can't load library 'libtermcap.so.2'" > > > Hi all, > > I'm trying to debug my msp430 device

Re: [Tinyos-help] "can't load library 'libtermcap.so.2'"

2008-02-07 Thread Greg Hackmann
Alessandro Turella wrote: Hi all, I'm trying to debug my msp430 device (Tmote Sky) with the "Blink" program using msp430-jtag. I'm using debian testing, and when i try to start the msp430gdb it returns to me an error: "can't load library 'libtermcap.so.2'" so i tried to install the |termca

Re: [Tinyos-help] "can't load library 'libtermcap.so.2'"

2008-02-07 Thread Razvan Musaloiu-E.
Hi! On Thu, 7 Feb 2008, Alessandro Turella wrote: Hi all, I'm trying to debug my msp430 device (Tmote Sky) with the "Blink" program using msp430-jtag. I'm using debian testing, and when i try to start the msp430gdb it returns to me an error: "can't load library 'libtermcap.so.2'" so i tri

Re: [Tinyos-help] "can't load library 'libtermcap.so.2'"

2008-02-08 Thread Alessandro Turella
Greg Hackmann: msp430-gdb seems to have been built on a system where libtermcap was aliased to libncurses. I was able to get msp430-gdb to work by installing the libncurses5 package and running ln -s libncurses.so /usr/lib/libtermcap.so.2 Be warned that this could break older programs com