[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] 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