[Tinyos-help] Problem exception in thread main java.long.NoClassDefFoundError:net/tinyos/sim/simdriver

2014-07-24 Thread Skander Bahloul
Dear TinyOS community, I try to run Tinyviz ( command ./tinyviz). I had this error: exception in thread main java.lang.NoClassDefFoundError:net/tinyos/sim/simdriver Could you help me please! Best regards, ---

Re: [Tinyos-help] new avr toolchain

2014-07-24 Thread András Bíró
I have no idea, it worked for me without problem. Could you try a clean install (ideally a new cygwin installation)? Andris On Thu, Jul 24, 2014 at 5:00 AM, Roadstar Runner redstripe...@gmail.com wrote: I just installed the new rpms. i am currently stuck on the following error avr-gcc:

Re: [Tinyos-help] tinyos2.1.2 pppRouter

2014-07-24 Thread Thomas Pötsch
Hi Alex, I compiled and installed PppRouter successfully with msp430-gcc 4.6.3 and nescc 1.3.4 on TelosB nodes. (I just reinstalled everything from scratch) I am using the latest checkout of tinyos from github and Ubuntu 14.04. Viele Grüße, Thomas Pötsch Hi, Has anyone successfully

[Tinyos-help] msp430-gcc 4.6.3 increases image size

2014-07-24 Thread Thomas Pötsch
Hi all, after upgrading from msp430-gcc 4.5.3 to 4.6.3 I noticed that the image size of PppRouter has increased by 1300 byte!! The same holds for other apps as well. Am I doing something wrong or is this an issue of the new version of the compiler? Best regards, Thomas

Re: [Tinyos-help] msp430-gcc 4.6.3 increases image size

2014-07-24 Thread Antonio Linan
Try using msp430-gcc 4.7.2, the code produced is smaller. --Antonio On Thu, Jul 24, 2014 at 5:02 PM, Thomas Pötsch t...@comnets.uni-bremen.de wrote: Hi all, after upgrading from msp430-gcc 4.5.3 to 4.6.3 I noticed that the image size of PppRouter has increased by 1300 byte!! The same