Re: [Tinyos-help] Could not find the main class: net.tinyos.nesc.wiring.WiringCheck.

2012-09-23 Thread András Bíró
Hi Miklos, The problem is related to the java part of nesc. The nesc package has a jar file, which was probably compiled with jdk7 on some platforms, which is probably incompatible with jre6. If that's the case, I think we should recompile/repackage nesc. Andris On Fri, Sep 21, 2012 at 10:24 PM,

Re: [Tinyos-help] one question about "BOOTLOADER=tosboot"

2012-09-23 Thread András Bíró
Hi Gary, Sorry for the late reply. On Sun, Sep 16, 2012 at 4:21 AM, Gary Lee wrote: > Hi András, > > > Thanks for your reply. > > > I am using TinyOS 2.1.1. I have added “BOOTLOADER=tosboot” in the Makefile. > After “make micaz verbose”: > > 1. 1. I have tos/lib/tosboot, but no tos/lib/tosbo

Re: [Tinyos-help] Could not find the main class: net.tinyos.nesc.wiring.WiringCheck.

2012-09-23 Thread Miklos Maroti
Ok, I see. Is it only for cygwin, or other platforms are also affected? Miklos On Sun, Sep 23, 2012 at 8:22 PM, András Bíró wrote: > Hi Miklos, > > The problem is related to the java part of nesc. The nesc package has > a jar file, which was probably compiled with jdk7 on some platforms, > which

Re: [Tinyos-help] Could not find the main class: net.tinyos.nesc.wiring.WiringCheck.

2012-09-23 Thread Eric Decker
On Sun, Sep 23, 2012 at 11:22 AM, András Bíró wrote: > Hi Miklos, > > The problem is related to the java part of nesc. The nesc package has > a jar file, which was probably compiled with jdk7 on some platforms, > which is probably incompatible with jre6. > If that's the case, I think we should rec

[Tinyos-help] FTSP fails apps/tests/TestFtsp/Ftsp (both 2.1.2 and 2.x)

2012-09-23 Thread Marcin Szczodrak
Hi, I have noticed that FTSP does not pass the test from apps/tests/TestFtsp/Ftsp . I've configured couple of tests as explained in the Ftsp apps' README, and once I deployed all the motes I could not see them being synchronized. In my test scenario I've used 4 tesloB motes running in 3 different

[Tinyos-help] Conflicting types for LogWrite.eraseDone error

2012-09-23 Thread Anbu Sorna
Hi, event void LogWrite.eraseDone(error_t err) { } it shpws two errors Syntax error before err Conflicting types for LogWrite.eraseDone How to solve this.. plz help me Thanks___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www

Re: [Tinyos-help] please help me in finding the default MAC protocol in tinyos for cc2420 and rf230 transceivers.

2012-09-23 Thread mamta_b
hi, you mean we can use RF230Ieee154MessageC configuration file instead of RF230ActiveMessageC ? and interfaces Ieee154Send, Ieee154Packet instead of AMSend[am_id_t id], AMPacket etc. present in tos\platforms\iris and tos\chips\rf2xx\rf230. so can you tell me how to use and where to wire these in