According to this thread, there was a problem with the msp430-gcc in Ubuntu
where it had a problem reading tdspecs, but that this has been fixed. I am
also experiencing the same problem on a windows machine using Cygwin. You
can see an example where I built blink below ("msp430-gcc.exe:
/usr/lib/ncc/tdspecs: No such file or directory"). My Cygwin directory was
originally set up to build Tinyos-1.x for the Tmote Sky and I installed the
latest build for MSP430-gcc (mspgcc-20080619.exe) to gain support for the
msp430F2617 when the problem appeared. It also occurs using the two prior
versions, but works again when I go back to the may 2006 build
(mspgcc-20060502.exe). I also installed Tinyos-2.x according to the
installation instructions on www.tinyos.net with the exception of the new
msp430-gcc, and have the same problem. I also tried overwriting -specs and
separator, but msp430-gcc appears to ignore this in the newer versions only.
Is there something else that needs to be upgraded to support the latest
msp430-gcc?
$ make telosb
mkdir -p build/telosb
compiling BlinkAppC to a telosb binary
ncc -o build/telosb/main.exe -Os -O -mdisable-hwmul -Wall -Wshadow
-Wnesc-all -target=telosb -fnesc
-cfile=build/telosb/app.c -board= -DDEFINED_TOS_AM_GROUP=0x22
-DIDENT_APPNAME=\"BlinkAppC\" -DIDENT_
USERNAME=\"hhartwig\" -DIDENT_HOSTNAME=\"hughlaptop\"
-DIDENT_USERHASH=0x596632f5L -DIDENT_TIMESTAMP
=0x48f75b83L -DIDENT_UIDHASH=0x4eafa329L BlinkAppC.nc -lm
msp430-gcc.exe: /usr/lib/ncc/tdspecs: No such file or directory
make: *** [exe0] Error 1
Thanks,
Hugh
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Matthias
Gauger
Sent: Saturday, May 03, 2008 5:26 AM
To: Kevin Klues
Cc: TINYOS
Subject: Re: [Tinyos-help] Ubuntu package installation problem
Unfortunately not. For me, the problem persists as before with the same
error message relating to the MD5 sum of
http://tinyos.stanford.edu/tinyos/dists/ubuntu/pool/main/a/avr-binutils-tiny
os/avr-binutils-tinyos_2.17_i386.deb
Regards,
Matthias
Kevin Klues schrieb:
> I think I've got this resolved. Let me know.
>
> Kevin
>
> On Thu, May 1, 2008 at 2:25 PM, Kevin Klues <[EMAIL PROTECTED]> wrote:
>> I think I know what might be causeing the md5 sum error. I'll take a
>> look at it when I'm in the office again tomorrow.
>>
>> Kevin
>>
>>
>>
>> On Thu, May 1, 2008 at 2:07 PM, Matthias Gauger <[EMAIL PROTECTED]>
wrote:
>> > Hello Kevin,
>> >
>> > The nesc package seems to be working fine now. Thanks for the quick
fix!
>> >
>> > The avr-binutils-tinyos package still does not want to update on my
system.
>> > Now it complains after the download that the MD5 sum does not match.
>> > However, I am not sure whether this error is caused by the repository
or
>> > rather by my system (I messed around with the packages quite a bit
when
>> > going back to the old version after the last unsuccessful update).
Maybe
>> > someone else can verify this...
>> >
>> >
>> >
>> >
>> > Thanks,
>> >
>> >
>> > Matthias
>> >
>> >
>> > Kevin Klues schrieb:
>> >
>> > > OK, I think I've fixed the problem with the nesc install. New
>> > > repository stuff back up. Let me know how it goes (both positive
and
>> > > negative feedback are appreciated)
>> > >
>> > > Kevin
>> > >
>> > > On Wed, Apr 30, 2008 at 7:41 AM, Ariel Mauricio Nunez Gomez
>> > > <[EMAIL PROTECTED]> wrote:
>> > >
>> > > >
>> > > >
>> > > >
>> > > > On Tue, Apr 29, 2008 at 4:47 PM, Kevin Klues <[EMAIL PROTECTED]>
wrote:
>> > > >
>> > > > >
>> > > > >
>> > > > > I've reverted the entire repository back to the old one until i
get
>> > > > > these bugs figured out.
>> > > > >
>> > > > > if you messed up your system in the meantime, you need to do
>> > > > >
>> > > > > sudo apt-get update
>> > > > > sudo dpkg --remove
--ignore-depends=tinyos-msp430,tinyos-avr,tinyos
>> > nesc
>> > > > > sudo apt-get install nesc
>> > > > >
>> > > > > Kevin
>> > > > >
>> > > > >
>> > > > > On Tue, Apr 29, 2008 at 12:46 PM, Matthias Gauger
>> > <[EMAIL PROTECTED]>
>> > > > >
>> > > > wrote:
>> > > >
>> > > > >
>> > > > > > Hello Kevin,
>> > > > > >
>> > > > > > I tried to install the updated packages this morning using
the
>> > Ubuntu
>> > > > > > update manager. However, it failed to install
"avr-binutils-tinyos"
>> > - It
>> > > > > > complains that it is supposed to overwrite
"/usr/lib/libiberty.a"
>> > which
>> > > > > > belongs to the package binutils-dev.
>> > > > > >
>> > > > > > Since performing the partial update I am also not able to
compile
>> > any
>> > > > > > TinyOS programs for the TelosB platform anymore. I get the
following
>> > > > > >
>> > > > >
>> > > > error
>> > > >
>> > > > >
>> > > > > > message:
>> > > > > >
>> > > > > > msp430-gcc:
>> > > > > >
>> > > > >
>> > > > /home/xubuntos/sources/nesc-1.2.9/debian/usr/lib/ncc/tdspecs:
>> > > >
>> > > > >
>> > > > > > No such file or directory
>> > > > > >
>> > > > > >
>> > > > > > Any idea what is happening here?
>> > > > > >
>> > > > > >
>> > > > > > Thanks,
>> > > > > >
>> > > > > >
>> > > > > > Matthias
>> > > > > >
>> > > > > >
>> > > > > > Kevin Klues schrieb:
>> > > > > >
>> > > > > >
>> > > > > >
>> > > > > >
>> > > > > > > I spent some time playing with the repo today (apparently
I'm the
>> > > > > > > maintainer now :) ) and pushed the newer versions of avr-gcc
in
>> > there
>> > > > > > > as well as did some general cleanup. Let me know if this
fixes
>> > your
>> > > > > > > problems.
>> > > > > > >
>> > > > > > > Kevin
>> > > > > > >
>> > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > > >
>> > > > > --
>> > > > > ~Kevin
>> > > > >
>> > > > >
>> > > > >
>> > > > >
>> > > > > _______________________________________________
>> > > > > Tinyos-help mailing list
>> > > > > [email protected]
>> > > > >
>> >
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>> > > > >
>> > > > >
>> > > >
>> > > >
>> > > > --
>> > > > Ariel Núñez // Project Manager // Keydome Ltda
>> > > > Barranquilla // Colombia // South America
>> > > > [EMAIL PROTECTED] // +57(300)8438443 // +57(317)3205876
>> > > >
>> > >
>> > >
>> >
>>
>>
>>
>> --
>> ~Kevin
>>
>
>
>
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help