[Tinyos-help] buggy shift operation on uin32_t ?

2010-02-06 Thread Roland Flury - S H O C K F I S H /
Hi all I have the feeling that the msp430-gcc has a bug in its optimization step when it comes to shift operations on uint32_t. If I write uint32_t tmp = 0x12345678; tmp >>= 18; if(tmp == 0) { call Leds.led0Toggle(); } The Led toggles (which it should not to my understanding). The problem d

Re: [Tinyos-help] Programming NesC with an IDE

2009-11-22 Thread Roland Flury - s h o c k f i s h /
p to > ubuntu 8.04 > > (http://docs.tinyos.net/index.php/Installing_TinyOS_2.1#Two-step_install_on_your_host_OS_with_Debian_packages) > > Regards > > El vie, 20-11-2009 a las 08:23 +0100, Roland Flury - s h o c k f i s h / > escribió: > >

Re: [Tinyos-help] Programming NesC with an IDE

2009-11-19 Thread Roland Flury - s h o c k f i s h /
Hi Ruben Are you running the latest version of Yeti2 (Version x.2.14)? In Eclipse, go to menu 'Help' -> 'Check for Updates'... I also had some problems with the plugin not being really quick. But with some of the latest updates, everything runs quite smoothly, including the new code indent fea