Hi, just joined the list.
As a short intro: my name's Sukandar Kartadinata, I do tech for artists/musicians, and I've succesfully used MIT's "crickets" for the balloon project "thoughts go by air" by mxhz.org

In order to make updates easier I now want to implement the network programming scheme provided by the distribution. For starters I tried to compile the XnpCount application but didn't get very far.
First error message: XnpCountM.nc:52: interface Xnp not found

so I tried to make sense of the (slightly confusing I might say) build system... Follwing apps/Makerules, in order to include the Xnp stuff from tos/ lib/, XNP must be defined by the makefile in XnpCount/ which it is (XNP=yes). However, the build system never seems to get beyond the first few lines of apps/Makerules where the MAKERULES variable is checked. Turns out MAKERULES is set to tools/make/Makerules from where it never "makes it back" to the apps/Makerules. Setting MAKERULES to apps/Makerules (is this a stupid idea?) results in a different error message: C:/tinyos/cygwin/opt/tinyos-1.x/tos/system/Ident.h:55: 'XnpCount' undeclared here (not in a function)
and some more error messages...

I guess I'm missing some basics of the build system.
Would be glad if someone could point me in the right direction.

thanks,
Sukandar


P.S. I'm working under Windows/Cygwin with a recent CVS version after having removed the previous rpm installation as outlined in http:// www.tinyos.net/tinyos-1.x/doc/install-cvs.txt
_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to