On Mar 30, 2006, at 6:32 PM, swim_in_sky wrote:



Hi,
I have just started learning Tinyos And I've installed tinyos 2.0 beta and anything but TOSSIM works fine.I tried to compile apps/ Blink with following command:

 $  make micaz sim

  But it does not work.

I was wondering if anyone could help me figure out what's going wrong.


TOSSIM for TinyOS 2.0 currently does not work under Cygwin. It turns out to be a really nasty problem: in Windows, shared objects cannot have undefined references. The way most python modules work is that they link against the interpreter (e.g., for functions to manipulate basic data types). There are ways around it, but it's going to be some work (you have to create an importlib that the shared object can link against). It'll definitely be there for the full release.

Until then, you can still run TOSSIM as a C++ program. The latter parts of the tutorial go into how to do this.

Alternatively, you can run Linux inside VMWare or Xen.

Phil
_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to