The error was:
Exception in thread "main" java.lang.NullPointerException
at net.tinyos.nesc.wiring.WiringCheck.checkWiring(WiringCheck.java:112)
at net.tinyos.nesc.wiring.WiringCheck.main(WiringCheck.java:148)
make: *** [exe0] Error 1
The weird thing was "make micaz sim" worked fined, but "make micaz" didn't.
I found the problem by pure luck, it was a 'ã' char in a (at least)
double asterisc comment in the first line(s) (before "module
NameOfModule {" ) of the file, e.g.
// não
/* não */
both work
/** não */
compile error
Regards,
Hugo
_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help