Re: [Tinyos-help] Need an updated avr-gcc for cygwin

2012-09-07 Thread András Bíró
Hi Gary, Just a fast reply: I'm working on upgrading the avr toolchain to Atmel's recommendation. It's quite new, almost nothing worked with it. There is no cygwin packages yet (I'll compile them at this weekend). Until that, you can find the buildscripts at my github:

Re: [Tinyos-help] avr-gcc.exe: /usr/lib/ncc/tdspecs: No such file or directory

2012-09-07 Thread András Bíró
Hi Gary, Could you describe how you installed cygwin and the tinyos/avr packages? Andris On Fri, Sep 7, 2012 at 6:27 AM, Gary Helbig ghel...@inbox.com wrote: avr-gcc.exe: /usr/lib/ncc/tdspecs: No such file or directory Any clues how to fix this? I've found a half-dozen people asking

[Tinyos-help] problem : Resource temporarily unavailable

2012-09-07 Thread rajesh mukherjee
Hi all, I just installed the tinyso-2.x in cygwin (windows vista) and tried to compile and install the Blink application to micaz hardware platform by mib510 programming board. But it cannot be compiled and installed correctly. And the info is listed as follows. Please help me. Thanks a lot. $

[Tinyos-help] Problem TOSSIM!

2012-09-07 Thread wasif masood
After a lot of struggle, I managed to bring down the problem to few lines of Errors. At this point, the following is the apprently the major show stoper, ./tos/lib/tossim/sim_packet.c:44:21: fatal error: message.h: No such file or directory Can someone please help me out in solving this issue,

Re: [Tinyos-help] Problem TOSSIM!

2012-09-07 Thread wasif masood
but if I try to include CFLAGS += -I./tos/types, then it gives complains somthing like that: wasif@wasif-VirtualBox:/opt/tinyos-2.1.1/apps/IE_tossim$ make micaz sim mkdir -p simbuild/micaz placing object files in simbuild/micaz writing XML schema to app.xml compiling TestAppC to object file

Re: [Tinyos-help] Problem TOSSIM!

2012-09-07 Thread wasif masood
Dont bother, I have solved the problem, apprently the type def flag that I was using was named as TOSSIM in my make file, after changing it, it now works. I guess it was just confusing the compiler. On Fri, Sep 7, 2012 at 8:12 AM, wasif masood rwmas...@gmail.com wrote: but if I try to include

[Tinyos-help] Help on setting the DCO to 1MHZ or below

2012-09-07 Thread Baidoo-Williams, Henry E
Hello , I am working on zigbee communiction between telosb and usrp. I realise that I can receive at the usrp end only if I set the sampling rate to 4MHz even though the bandwith of the data is less than 100KHz. After searching for a long time, I have realised the issue has to do with the DCO

Re: [Tinyos-help] Need an updated avr-gcc for cygwin

2012-09-07 Thread Gary Helbig
Thank you, I'll give those two links a try.If there's anything I can do to help, just let me know.Regards,Gary.-Original Message-From: andras.b...@unicomp.huSent: Fri, 7 Sep 2012 09:48:34 +0200To: ghel...@inbox.comSubject: Re: [Tinyos-help] Need an updated avr-gcc for cygwinHi

Re: [Tinyos-help] Help on setting the DCO to 1MHZ or below

2012-09-07 Thread Eric Decker
Can you please be a little bit more specific. Trying to decifer what you are saying isn't working. I've done a lot of work with the msp430 family so can probably help you but not from your description. zigbee is a radio protocol so what are you taling about with regards to sampling?