[Tinyos-help] An issue with Surge Reliable

2006-12-25 Thread selvaraj
I wish all the members a very happy new year 2007. I have programmed Surge_reliable from contrib/xbow/apps on four number of micaz motes. When I run the java application net.tinyos.surge.MainClass, I could see all the four nodes in the topology view. I noticed that all the nodes are directly re

Re: [Tinyos-help] Bugs found in Deluge/TOSBoot

2006-12-25 Thread ZHANG Mingze
Hi, This is an update. The bugs have been confirmed and identified. The precompiled main.ihex in tinyos1.15 is compiled from tinyos1.14 code. The code in 1.14 works for mica2, but not mica2dot, the problem is in mica2dot/hardware.h void TOSH_SET_PIN_DIRECTIONS(void) function. The function sh

Re: [Tinyos-help] Problem with tossim

2006-12-25 Thread Chad Metcalf
This is a python problem. Either you don't have the python development packages or it can't find them. I'd bet on the first problem. You probably can find an answer just looking back in this list a bit. Cheers Chad On 12/25/06, Mohamed Ahmed <[EMAIL PROTECTED]> wrote: Hi, After I run "make mic

[Tinyos-help] Problem with tossim

2006-12-25 Thread Mohamed Ahmed
Hi, After I run "make micaz sim", I got the following errors: - build/micaz/pytossim.o(.text+0x9a8):/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.c xx:812: undefined referen

[Tinyos-help] Problem with "make micaz sim-cygwin"

2006-12-25 Thread Mohamed Ahmed
Hi, After I run the command "make micaz sim-cygwin", I got a few errors: * undefined reference to `_hashtable_search' * undefined reference to `_create_hashtable' * undefined reference to `_hashtable_insert' Also, when I run "make micaz sim", I got MANY MORE errors. I alre