Hi Andre, Firstly the Googlecode SVN repository is now deprecated. The home for the currently active development tree is Github: https://github.com/tinyos/tinyos-main It is probably worth changing to this.
Most likely your problem is with the version of msp430-gcc that you are using. To check this type "msp430-gcc -v" at the command line. I suspect you are still using version 4.3.3. You will need to upgrade to version 4.6.3. The easiest way to do this is probably to use the debian packages: http://tinyprod.net/debian-dev/README-46.html (not sure if these are the latest instructions, but Eric should be able to correct me if not). See here for some more info: http://www.mail-archive.com/[email protected]/msg00411.html Mike On Wed, Feb 27, 2013 at 7:40 AM, Andre Hoffmeyer <[email protected]>wrote: > I use the tinyOS version that i bought with the shimmer sensor. Before I > started to use it I update (cvs update and svn update) all source trees. Is > there a possibility to check the version in the console? > > > -------- Original-Nachricht -------- > > Datum: Tue, 26 Feb 2013 16:28:56 -0800 > > Von: Eric Decker <[email protected]> > > An: Andre Hoffmeyer <[email protected]> > > CC: [email protected] > > Betreff: Re: [Shimmer-users] problems to make/install a program > > > What version of TinyOS do you have installed? Where did you get it? > > > > What msp430 toolchain are you using? > > > > > > > > On Tue, Feb 26, 2013 at 12:26 PM, Andre Hoffmeyer > > <[email protected]>wrote: > > > > > Hi at all, > > > > > > I just started programming shimmer sensors and i have a little problem > > > what I think for you it is easy to solve. > > > > > > I use the vmware player and the shimmer tiny2 development environment. > > > > > > If I want to make or install the > > > tinyos-2.x-contrib/shimmer/apps/SimpleAccelGyro I get this error and I > > > don't know why. > > > > > > In component `HplMsp430Usart1C': > > > /home/tiny2/tinyos-main/tos/chips/msp430/usart/HplMsp430Usart1C.nc: At > > top > > > level: > > > /home/tiny2/tinyos-main/tos/chips/msp430/usart/HplMsp430Usart1C.nc:91: > > > cannot find `SIMO1' > > > /home/tiny2/tinyos-main/tos/chips/msp430/usart/HplMsp430Usart1C.nc:92: > > > cannot find `SOMI1' > > > /home/tiny2/tinyos-main/tos/chips/msp430/usart/HplMsp430Usart1C.nc:93: > > > cannot find `UCLK1' > > > /home/tiny2/tinyos-main/tos/chips/msp430/usart/HplMsp430Usart1C.nc:94: > > > cannot find `URXD1' > > > /home/tiny2/tinyos-main/tos/chips/msp430/usart/HplMsp430Usart1C.nc:95: > > > cannot find `UTXD1' > > > /home/tiny2/tinyos-main/tos/chips/cc2420/lpl/DummyLplC.nc:39:2: > warning: > > > #warning "*** LOW POWER COMMUNICATIONS DISABLED ***" > > > make: *** [exe0] Error 1 > > > > > > I hope you can help or give me a little advice. > > > > > > I am looking forward to your answer > > > > > > Best regards, > > > > > > Andre > > > > > > > > > _______________________________________________ > > > Shimmer-users mailing list > > > [email protected] > > > https://lists.eecs.harvard.edu/mailman/listinfo/shimmer-users > > > > > > > > > > > -- > > Eric B. Decker > > Senior (over 50 :-) Researcher > _______________________________________________ > Shimmer-users mailing list > [email protected] > https://lists.eecs.harvard.edu/mailman/listinfo/shimmer-users >
_______________________________________________ Shimmer-users mailing list [email protected] https://lists.eecs.harvard.edu/mailman/listinfo/shimmer-users
