after I use make under the directory of tools/java/net/tinyos/sim, I
got the error as following:
.. /opt/tinyos-1.x/tools/java/net/tinyos/sim
(cd msg; make)
make[1]: Entering directory
`/opt/tinyos-1.x/tools/java/net/tinyos/sim/msg'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory
`/opt/tinyos-1.x/tools/java/net/tinyos/sim/msg'
javac SimObjectAddRemoveListener.java
SimObjectAddRemoveListener.java:42: cannot resolve symbol
symbol : class SimObject
location: interface net.tinyos.sim.SimObjectAddRemoveListener
public void simObjectAdded(SimObject simObject);
^
SimObjectAddRemoveListener.java:44: cannot resolve symbol
symbol : class SimObject
location: interface net.tinyos.sim.SimObjectAddRemoveListener
public void simObjectRemoved(SimObject simObject);
^
2 errors
make: *** [SimObjectAddRemoveListener.class] Error 1
what's mean of that? I know little about java. Can some one told me
how to correct? Thanks in advance.
Best regards!
hairong yan
_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help