hello,
i am using Ubuntu 8.10 - the Intrepid and have installed the tinyos-2.1.0 using
the synaptic package manager.
when i write u...@ubuntu:/opt/tinyos-2.1.0/apps/tests/TestSerial$ make telosb
,it returns the following errors
mkdir -p build/telosb
javac -target 1.4 -source 1.4 *.java
/opt/tinyos-2.1.0/support/sdk/java/net/tinyos/message/Message.java:84: cannot
find symbol
symbol : class SerialPacket
location: class net.tinyos.message.Message
private SerialPacket serialPacket;
^
/opt/tinyos-2.1.0/support/sdk/java/net/tinyos/message/Message.java:676: cannot
find symbol
symbol : class SerialPacket
location: class net.tinyos.message.Message
public SerialPacket getSerialPacket() {
:
:
:
/opt/tinyos-2.1.0/support/sdk/java/net/tinyos/packet/Packetizer.java:345:
possible loss of precision
found : int
required: byte
escaped[escapePtr++] = ESCAPE_BYTE;
^
/opt/tinyos-2.1.0/support/sdk/java/net/tinyos/packet/Packetizer.java:353:
possible loss of precision
found : int
required: byte
escaped[escapePtr++] = SYNC_BYTE;
^
22 errors
make: *** [TestSerial.class] Error 1
can someone help me out with this?
Regards,
Mohsin Murad
_________________________________________________________________
Drag n’ drop—Get easy photo sharing with Windows Live™ Photos.
http://www.microsoft.com/windows/windowslive/products/photos.aspx_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help