Hi,

        I am sorry for posting so many problems. But i am help less. I tried
to start tinydb with tossim as per the instructions given in lesson 9 of
tinydb documentation.
http://telegraph.cs.berkeley.edu/tinydb/doc/tinydb.html#SECTION000100000000000000000

I get the following output with errors:

make -C ../message -f Makefile
make[1]: Entering directory
`/home/mahendra/Desktop/tinyos-1.x/tools/java/net/tinyos/message'
... /home/mahendra/Desktop/tinyos-1.x/tools/java/net/tinyos/message
javac BaseTOSMsg.java
javac ByteArray.java
javac Dump.java
javac MessageFactory.java
MessageFactory.java:33: cannot find symbol
symbol  : class TOSMsg
location: class net.tinyos.message.MessageFactory
    public TOSMsg createTOSMsg() {
           ^
MessageFactory.java:39: cannot find symbol
symbol  : class TOSMsg
location: class net.tinyos.message.MessageFactory
    public TOSMsg createTOSMsg(int data_length) {
           ^
MessageFactory.java:47: cannot find symbol
symbol  : class TOSMsg
location: class net.tinyos.message.MessageFactory
    public TOSMsg createTOSMsg(int data_length, int base_offset) {
           ^
MessageFactory.java:56: cannot find symbol
symbol  : class TOSMsg
location: class net.tinyos.message.MessageFactory
    public TOSMsg createTOSMsg(byte data[]) {
           ^
MessageFactory.java:65: cannot find symbol
symbol  : class TOSMsg
location: class net.tinyos.message.MessageFactory
    public TOSMsg createTOSMsg(byte[] data, int base_offset) {
           ^
MessageFactory.java:75: cannot find symbol
symbol  : class TOSMsg
location: class net.tinyos.message.MessageFactory
    public TOSMsg createTOSMsg(byte[] data, int base_offset, int
data_length) {
           ^
MessageFactory.java:87: cannot find symbol
symbol  : class TOSMsg
location: class net.tinyos.message.MessageFactory
    public TOSMsg createTOSMsg(net.tinyos.message.Message msg, int
base_offset) {
           ^
MessageFactory.java:98: cannot find symbol
symbol  : class TOSMsg
location: class net.tinyos.message.MessageFactory
    public TOSMsg createTOSMsg(net.tinyos.message.Message msg, int
base_offset, int data_length) {
           ^
MessageFactory.java:111: cannot find symbol
symbol  : class TOSMsg
location: class net.tinyos.message.MessageFactory
    TOSMsg instantiateTOSMsg(Class [] cArgs, Object [] args) {
    ^
MessageFactory.java:30: net.tinyos.packet.Platform is not public in
net.tinyos.packet; cannot be accessed from outside package
    this(Platform.defaultPlatform);
             ^
MessageFactory.java:116: cannot find symbol
symbol  : method getPlatform()
location: interface net.tinyos.packet.PacketSource

 Platform.getPlatformName(source.getPacketSource().getPlatform())+".TOSMsg");

^
MessageFactory.java:116: net.tinyos.packet.Platform is not public in
net.tinyos.packet; cannot be accessed from outside package

 Platform.getPlatformName(source.getPacketSource().getPlatform())+".TOSMsg");
                                         ^
MessageFactory.java:119: cannot find symbol
symbol  : method getPlatform()
location: interface net.tinyos.packet.PacketSource

 Platform.getPlatformName(pSource.getPlatform())+".TOSMsg");
                                                                         ^
MessageFactory.java:119: net.tinyos.packet.Platform is not public in
net.tinyos.packet; cannot be accessed from outside package

 Platform.getPlatformName(pSource.getPlatform())+".TOSMsg");
                                         ^
MessageFactory.java:123: net.tinyos.packet.Platform is not public in
net.tinyos.packet; cannot be accessed from outside package
                     Platform.getPlatformName(platform)+".TOSMsg");
                                         ^
MessageFactory.java:126: cannot find symbol
symbol  : class TOSMsg
location: class net.tinyos.message.MessageFactory
        return (TOSMsg) c.newInstance(args);
                    ^
MessageFactory.java:133: cannot find symbol
symbol  : method getPlatform()
location: interface net.tinyos.packet.PacketSource

 Platform.getPlatformName(source.getPacketSource().getPlatform())+

^
MessageFactory.java:133: net.tinyos.packet.Platform is not public in
net.tinyos.packet; cannot be accessed from outside package

 Platform.getPlatformName(source.getPacketSource().getPlatform())+
                                         ^
18 errors
make[1]: *** [MessageFactory.class] Error 1
make[1]: Leaving directory
`/home/mahendra/Desktop/tinyos-1.x/tools/java/net/tinyos/message'
make: *** [message] Error 2

Any help in this regard?? Thanks in advance.


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

Reply via email to