Re: [Tinyos-help] TestPrintf error

2007-12-19 Thread Kevin Klues
Try updating to libc 1.4 or greater. Kevin On Dec 18, 2007 7:10 PM, yvonne er [EMAIL PROTECTED] wrote: I am using avr-libc 1.2.3-1 on micaz motes. Please advice. Thank You. Yvonne On Dec 19, 2007 9:31 AM, Kevin Klues [EMAIL PROTECTED] wrote: Which platform are you compiling for? Only

[Tinyos-help] TestPrintf error

2007-12-18 Thread yvonne er
Dear everyone, I tried running TestPrintf in cygwin, but i have the following error. Please advise. Thank you. In file included from /opt/tinyos-2.x/tos/lib/printf/PrintfC.nc:53, from TestPrintfAppC.nc:42: /opt/tinyos-2.x/tos/lib/printf/PrintfP.nc:51: warning: implicit

Re: [Tinyos-help] TestPrintf error

2007-12-18 Thread Kevin Klues
Are you running from cvs? Or which version of tinyos do you use? Kevin On Dec 18, 2007 4:32 AM, yvonne er [EMAIL PROTECTED] wrote: Dear everyone, I tried running TestPrintf in cygwin, but i have the following error. Please advise. Thank you. In file included from

Re: [Tinyos-help] TestPrintf error

2007-12-18 Thread Kevin Klues
Which platform are you compiling for? Only atmega128 family motes and msp430 motes are supported. The error you are getting is related to having an old version of avr-libc when compiling for the atmega128, but this shouldn't matter because the newest stdio.h header file is included and compiled

Re: [Tinyos-help] TestPrintf error

2007-12-18 Thread yvonne er
yes, i download the files from cvs. and i am using TinyOS 2.x, referring to its tutorial lesson 15 on The TintOS printf Library. Thank you. Yvonne On Dec 19, 2007 1:10 AM, Kevin Klues [EMAIL PROTECTED] wrote: Are you running from cvs? Or which version of tinyos do you use? Kevin On Dec

Re: [Tinyos-help] TestPrintf error

2007-12-18 Thread yvonne er
I am using avr-libc 1.2.3-1 on micaz motes. Please advice. Thank You. Yvonne On Dec 19, 2007 9:31 AM, Kevin Klues [EMAIL PROTECTED] wrote: Which platform are you compiling for? Only atmega128 family motes and msp430 motes are supported. The error you are getting is related to having an old