Re: [Tinyos-help] Help for installing TinyOS

2013-12-24 Thread Eric Decker
That's easy. check out the instructions.at gh:tp-freeforall/prod(tp-master)/00b_Development_Environmenthttps://github.com/tp-freeforall/prod/blob/tp-master/00b_Development_Environment and there is a section that talks about using the release repository rather than the tip of the

[Tinyos-help] segmentation fault

2013-12-24 Thread Noor
Hi, I'm trying to define array in my data message with a size, but I got segmentation fault. But when I remove the size and make the array without size it works fine. Although I know that there should be a size for the array. Hope someone can help ! This is the datamessgae enum{ AM_DATAMSG=7,

Re: [Tinyos-help] segmentation fault

2013-12-24 Thread Eric Decker
Since you are getting a segmentation fault you must be building TOSSIM or something. Would have helped if you stated that. Since you are running on a non-embedded host. Why don't you build TOSSIM with debugging symbols, and then use native gdb to see where the segmentation fault is occuring.

Re: [Tinyos-help] segmentation fault

2013-12-24 Thread Noor
I figured out the problem. It was with teh size. I used 20. and It can't accept more than 15 in my case. Thanks, Noor -- View this message in context: http://tinyos-help.10906.n7.nabble.com/segmentation-fault-tp23980p23981.html Sent from the TinyOS - Help mailing list archive at Nabble.com.