On Wed, 2006-03-29 at 05:20 +0900, Smok.K wrote: > > Dear all, > > > I've installed tinyos 2.0 beta and anything but TOSSIM works fine. > Observing > the instruction in TinyOS 2.0 tutorial about TOSSIM ( Lesson T at > cvs: > tinyos/tinyos-2.x/doc/html/tutorial/Attic/lesson-t.html ), I tried to > compile > apps/Blink with following command: > > # make micaz sim > > But it does not work. > > Is this normal condition for beta release? or I did something wrong? > > Is there some kind of environment-settings for TOSSIM about pytos?
It looks like this happens on some Cygwin installations. I haven't yet been able to track the problem down. The functions (e.g, Py_Arg_ParseTuple) are defined by the Python interpreter. I think the issue is that Cygwin's gcc isn't linking a shared object in the final stage; instead, it's trying to link an executable. Therefore it fails when it can't resolve the symbols. I'll try to take a look into it this week, on my Cygwin box at home. Phil _______________________________________________ Tinyos-help mailing list [email protected] https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
