[Tinyos-help] Error on compile

2006-12-12 Thread Lorenzo Mainardi
Hi, I try to compile the Blink application, but I received this error: [EMAIL PROTECTED]:/opt/tinyos-2.x/apps/Blink$ make micaz mkdir -p build/micaz compiling BlinkAppC to a micaz binary ncc -o build/micaz/main.exe -Os -finline-limit=10 -Wall -Wshadow -Wnesc-all -target=micaz -fnesc-cfile=

Re: [Tinyos-help] Error on compile the example

2006-07-07 Thread Lau Ming Leong
I only compile the code according the tutorial1 in tinyos.net.MingOn 6/15/06, Michael Schippling < [EMAIL PROTECTED]> wrote:don't you want to compile for "mica2" or "micaz"? mica is way old, and my not be in the list anymore...MSLau Ming Leong wrote:> Dear all,>> I am new guy to used the TinyOS. I

Re: [Tinyos-help] Error on compile the example

2006-06-14 Thread Michael Schippling
don't you want to compile for "mica2" or "micaz"? mica is way old, and my not be in the list anymore... MS Lau Ming Leong wrote: Dear all, I am new guy to used the TinyOS. I got the following error when I compiled the Blink in apps/Blink by "make mica". The Error message as follows: mkd

[Tinyos-help] Error on compile the example

2006-06-14 Thread Lau Ming Leong
Dear all,I am new guy to used the TinyOS. I got the following error when I compiled the Blink in apps/Blink by "make mica". The Error message as follows:mkdir -p build/mica    compiling Blink to a mica binary ncc -o build/mica/main.exe -Os -board=micasb -target=mica  -Wall -Wshadow -DDEF_TOS_AM_GRO