Re: [Tinyos-help] Node platform based on 128RFA1

2013-04-04 Thread András Bíró
Hi Christian, If you plan to use RFR2: It should be almost completly compatible with the RFA1, but I will try it soon. Andras Biro http://ucmote.com On Thu, Apr 4, 2013 at 1:06 AM, Johny Mattsson jmatts...@dius.com.auwrote: On 4 April 2013 01:26, Miklos Maroti mmar...@math.u-szeged.hu

[Tinyos-help] Missing header files when compiling and other errors

2013-04-04 Thread MICHARD Romain 231795
Hi, As my first message was placed in a different thread, I send another one. I've installed TinyOS in a new Kubuntu 12.10 machine. I'm typing make micaz sim in the /opt/tinyos-2.1.2/apps/Blink directory and I get this: mkdir -p simbuild/micaz make: python2.7-config : commande introuvable make:

Re: [Tinyos-help] Multi hop problem

2013-04-04 Thread Omprakash Gnawali
You can look at the source code for protocols such as CTP (tos/lib/net/ctp) to understand how to do multi-hop forwarding. - om_p On Thu, Mar 28, 2013 at 12:00 PM, ravi naik...@gmail.com wrote: Hi all, I am currently working on Multi Hop networking protocol. Can anyone help me with the code

[Tinyos-help] Tinyos-2.1.1 installation on Ubuntu 10.04

2013-04-04 Thread Lynda Algerienne
Hello, I am trying to install Tinyos-2.1.1. I have got the following errors. Could someone help me to fix the errors root@samia-laptop:/opt/tinyos-2.1.1/apps/Blink# make telosb mkdir -p build/telosb compiling BlinkAppC to a telosb binary ncc -o build/telosb/main.exe -Os -O -mdisable-hwmul

Re: [Tinyos-help] Tinyos-2.1.1 installation on Ubuntu 10.04

2013-04-04 Thread Eric Decker
what tool chain are you using? do msp430-gcc --version On Thu, Apr 4, 2013 at 10:47 AM, Lynda Algerienne lynda.algerie...@gmail.com wrote: Hello, I am trying to install Tinyos-2.1.1. I have got the following errors. Could someone help me to fix the errors

Re: [Tinyos-help] Missing header files when compiling and other errors

2013-04-04 Thread Eric Decker
i'm pretty sure you need to install build-essential try doing sudo apt-get install build-essential see if that helps. On Thu, Apr 4, 2013 at 5:56 AM, MICHARD Romain 231795 romain.mich...@cea.fr wrote: Hi, As my first message was placed in a different thread, I send another one.*

Re: [Tinyos-help] Missing header files when compiling and other errors

2013-04-04 Thread MICHARD Romain 231795
That was already installed. Nothing better with a new installation. De : Eric Decker [mailto:cire...@gmail.com] Envoyé : jeudi 4 avril 2013 20:24 À : MICHARD Romain 231795 Cc : tinyos-help@millennium.berkeley.edu; Eric Decker Objet : Re: [Tinyos-help] Missing header files when compiling and other

[Tinyos-help] How to read the Link strength

2013-04-04 Thread Gandhimathi Velusamy
Hi, I want to read the link strength and send the value to switch on the LEDs in the neighbor nodes. Can I use ReadLqi. interface?. I am little bit confused how to use it. Kindly help me . Thanks Gandhi ___ Tinyos-help mailing list

Re: [Tinyos-help] Missing header files when compiling and other errors

2013-04-04 Thread Eric Decker
On my system (Ubuntu 11.10), I find stddef.h lives in: find /usr/include/ -iname *stddef* /usr/include/linux/stddef.h /usr/include/c++/4.6/cstddef And stddef.h comes from the package... dpkg -S /usr/include/linux/stddef.h linux-libc-dev: /usr/include/linux/stddef.h Do you have

Re: [Tinyos-help] Tinyos-2.1.1 installation on Ubuntu 10.04

2013-04-04 Thread Eric Decker
TinyOS 2.1.1 is not compatible with msp430-gcc 4.5.3. Further 4.5.3 has bugs and 4.6.3 works much better. You should upgrade to TinyOS 2.1.2 (current release) along with the current msp430-gcc release which is 4.6.3. You can get the current 4.6.3 from http://tinyprod.net/repos/debian/ On