Andris,
That really helped, thanks.  I still get this issue when trying to make the
java parts:

javac RssiDemo.java RssiMsg.java
/opt/tinyos-2.1.1/support/sdk/java/net/tinyos/message/Message.java:84:
error: cannot find symbol
  private SerialPacket serialPacket;
          ^
  symbol:   class SerialPacket
  location: class Message

and the error continues forever:  See here:
http://www.ee.ucl.ac.uk/~zceed42/error.txt

If anyone could offer some advice on that, it would be greatly appreciated. 
As you can tell, 
I'm new to this :D

Thank you so much;
George


András Bíró wrote:
> 
> Hi guys,
> 
> 1.3.2 and older versions of nesc has this bug when tries to compile
> with gcc 4.6. You can do eighter of these solutions:
> -add option -target=iris (or telos or whatever mote you're using, it
> doesn't really matter, the generated code is the same) to the mig
> command to use avr-gcc or msp430-gcc instead of gcc.
> -update nesc to 1.3.3. (from here:
> http://tinyos.stanford.edu/tinyos/dists/ubuntu/pool/main/n/nesc/,
> http://tinyos.stanford.edu/tinyos/dists/cygwin/ or from source)
> -use the patch from here (the bug is in a perl script, so you don't
> need to recompile anything):
> http://sourceforge.net/tracker/?func=detail&aid=3153727&group_id=56288&atid=480036
> 
> Andris
> 

-- 
View this message in context: 
http://old.nabble.com/Fwd%3A-mig-issue-failed-parsing-RssiDemoMessages.h-tp32796215p32872686.html
Sent from the TinyOS - Help mailing list archive at Nabble.com.


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

Reply via email to