Re: [Tinyos-help] Problems faced while Compiling RadioCountToLeds for the rfa1 platform

2011-08-24 Thread soahil shuaib
Dear Andris, Thank you for your help and support. RadioCountToLeds is now being compiled successfully for the rfa1 platform. Thanks and best regards, Sohail___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

[Tinyos-help] Problems faced while Compiling RadioCountToLeds for the rfa1 platform

2011-08-23 Thread soahil shuaib
Dear All, I am compiling the RadioCountToLeds app for the rfa1 platform for the radio performance. I encountered many errors. Initially the compiler reported that it could not find interfaces defined in the RFA1RadioP.nc like SoftwareAckConfig, UniqueConfig, CsmaConfig etc. To solved

Re: [Tinyos-help] Problems faced while Compiling RadioCountToLeds for the rfa1 platform

2011-08-23 Thread Bíró András
Hi Sohail, If you're using the rfa1 codes of Philip Sommer or us (szte-wsn.sf.net), you should use it with tinyos-svn. Andris 2011/8/23 soahil shuaib ceme_...@yahoo.com: Dear All, I am compiling the RadioCountToLeds app for the rfa1 platform for the radio performance. I encountered many

Re: [Tinyos-help] Problems faced while Compiling RadioCountToLeds for the rfa1 platform

2011-08-23 Thread soahil shuaib
Dear Andirs, Thanks for the information. I typed tinyos svn in google and it took me to following http://code.google.com/p/tinyos-main/source/browse/ Now when i checked under the head of platforms, i could not find any platforms of rfa1. Neither was there there atmrfa1 under the head of

Re: [Tinyos-help] Problems faced while Compiling RadioCountToLeds for the rfa1 platform

2011-08-23 Thread Bíró András
Sorry, I didn't remember correctly. If you're using Philipp Sommer's git, you don't need tinyos main, just check out and set up the TOSROOT, TOSDIR, MAKERULES, CLASSPATH variables. If you're using our code (szte-wsn.sf.net), you should check out tinyos-main and copy the /tos/chips/atm128rfa1 from

Re: [Tinyos-help] Problems faced while Compiling RadioCountToLeds for the rfa1 platform

2011-08-23 Thread soahil shuaib
Dear Andris, I have checked and environment variables like TOSROOT, MAKERULES etc. are all set rightly. Because if i compile any other app say Blink, it just works fine. The problem is that modules like RFA1RadioP.nc use interfaces like UniqueConfig etc. (as shown in the snippets of error