[Tinyos-help] tinyos refuses to compile

2012-06-04 Thread Yanbo SHOU
Hi, I've tinyos-2.x installed on my PC (I downloaded it from google code site), I worked perfectly. But after a system update (Ubuntu 12.04 x64), the entire tinyos toolchain doesn't work anymore. I can compile Blink, RadioCountToLeds, but not TestSerial. Both make telosb and make micaz give

Re: [Tinyos-help] tinyos refuses to compile

2012-06-04 Thread Antonio Linan
Maybe you forgot installing nesc support? sudo *apt*-*get install nesc Regards, --Antonio * On Mon, Jun 4, 2012 at 2:43 PM, Yanbo SHOU ys...@femto-st.fr wrote: Hi, I've tinyos-2.x installed on my PC (I downloaded it from google code site), I worked perfectly. But after a system update

Re: [Tinyos-help] tinyos refuses to compile

2012-06-04 Thread Yanbo SHOU
Hello Antonio, No, nesc is installed. I've tried to reinstall everything, but it doesn't solve the problem. Thank you for your reply. -- Yanbo Le 06/04/2012 02:59 PM, Antonio Linan a écrit : Maybe you forgot installing nesc support? sudo /apt/-/get install nesc Regards, --Antonio / On

Re: [Tinyos-help] tinyos refuses to compile

2012-06-04 Thread Yanbo SHOU
Hello Janos, Both avr-libc-tinyos and msp430-lib-tinyos are installed. I've found inttypes.h in the following folder: /usr/avr/include /usr/msp430/include and stddef.h in: /usr/lib/gcc/avr/4.1.2/include /usr/lib/gcc/msp430/4.5.3/include Don't know why TinyOS cannot find them. Need to specify