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 compiled against the 
"real" libtermcap.


in my system it's not present libtermcap.so.2 it's an old library, i red, and i 
can0t install it via apt-get install.
it needs the old libc5 and my system use the libc6.
this is how i understand!



=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Scanned with Copfilter Version 0.84beta3a (ProxSMTP 1.6)
AntiVirus: ClamAV 0.92-exp/5743 - Fri Feb  8 13:45:29 2008
by Markus Madlener @ http://www.copfilter.org


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Scanned with Copfilter Version 0.84beta3a (ProxSMTP 1.6)
AntiVirus: ClamAV 0.92-exp/5743 - Fri Feb  8 13:45:29 2008
by Markus Madlener @ http://www.copfilter.org


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Scanned with Copfilter Version 0.84beta3a (ProxSMTP 1.6)
AntiVirus: ClamAV 0.92-exp/5743 - Fri Feb  8 13:45:29 2008
by Markus Madlener @ http://www.copfilter.org
begin:vcard
fn:Alessandro Turella
n:Turella;Alessandro
org:Veneta Engineering S.r.l.;Direzione
adr:;;Via Lovanio 8/10;Verona;VR;37135;Italia
email;internet:[EMAIL PROTECTED]
title;quoted-printable:Responsabile Qualit=C3=A0
tel;work:045 820 09 48
tel;fax:045 820 19 82
tel;cell:347 96 96 057
x-mozilla-html:TRUE
url:http://www.venetaengineering.it
version:2.1
end:vcard

___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

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 |termcap-compat| package. but it require the 
old libc5 instead of libc6 required by tinyos system
I installed TOS2.x on debian using the ubuntu repository... it seems to 
work, i can compile but not debug, anyone can help?


Regards,
Alex


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 compiled against the 
"real" libtermcap.


Greg Hackmann
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


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 tried to install the |termcap-compat| package. but it require the old 
libc5 instead of libc6 required by tinyos system 
I installed TOS2.x on debian using the ubuntu repository... it seems to work, 
i can compile but not debug, anyone can help?


I recompile the gdb in order to make it work. Here are the required files 
plus a script automate the steps:

http://cs.jhu.edu/~razvanm/wsn/msp430-gdb/
Note: the install path is $HOME/local.

--
Razvan ME
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


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

2008-02-07 Thread Murray, Ben
one of the top returns from google:
http://www.nabble.com/FET-and-gdb-on-Ubuntu-td11928081.html
seems to have had the same two steps of errors as you so far, and seems to
have fixed it by the end of the page. Might help?


> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[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 (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 
> require the old libc5 instead of libc6 required by tinyos system 
> 
> I installed TOS2.x on debian using the ubuntu repository... 
> it seems to work, i can compile but not debug, anyone can help?
> 
> Regards,
> Alex
> 
> 
> 
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
> Scanned with Copfilter Version 0.84beta3a (ProxSMTP 1.6)
> AntiVirus: ClamAV 0.92-exp/5726 - Thu Feb  7 09:11:05 2008
> by Markus Madlener @ http://www.copfilter.org
> 
> 
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
> Scanned with Copfilter Version 0.84beta3a (ProxSMTP 1.6)
> AntiVirus: ClamAV 0.92-exp/5726 - Thu Feb  7 09:11:05 2008
> by Markus Madlener @ http://www.copfilter.org
> 
> 
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
> Scanned with Copfilter Version 0.84beta3a (ProxSMTP 1.6)
> AntiVirus: ClamAV 0.92-exp/5726 - Thu Feb  7 09:11:05 2008
> by Markus Madlener @ http://www.copfilter.org
> 

***
Please consider the environment before printing this email.
***
This email and any files transmitted with it are intended solely for the use of
the individual or entity to whom they are addressed and may not be divulged to
any third party without the express permission of the originator.  Any views
expressed in this message are those of the individual sender, except where the
sender specifically states them to be the views of Thales Research & Technology
(UK) Limited.
***

___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help