anandmudgerikar / tinyos-main

Automatically exported from code.google.com/p/tinyos-main
0 stars 0 forks source link

Missing files while compiling for java sdk #28

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

"http://research-machine.blogspot.com/2010/01/how-to-install-tinyos-2-on-macosx-
106.html"

a)The first one is "file not found: PrintMsg.java" 
I don't know why, but thefile 
"support\sdk\java\net\tinyos\message\SerialPacket.java" is missing in the 
newest version of TinyOS
Just copy it from and an older repository and run again. 

What is the expected output? What do you see instead?
a)The first one is "file not found: PrintMsg.java" 
I don't know why, but thefile 
"support\sdk\java\net\tinyos\message\SerialPacket.java" is missing in the 
newest version of TinyOS
Just copy it from and an older repository and run again. 

What version of the product are you using? On what operating system?
Mac OS X 10.6.6

Please provide any additional information below.
Please add the file back or I can't finish thie guide. I don't know where to 
look for that file.

Original issue reported on code.google.com by pen...@gmail.com on 22 Mar 2011 at 9:17

GoogleCodeExporter commented 8 years ago
Basically there are missing files and copying from the older version doesn't 
fix it. more errors

Original comment by pen...@gmail.com on 22 Mar 2011 at 12:15

GoogleCodeExporter commented 8 years ago
The Makefile autogenerates these files using mig. Try running make in the 
net/tinyos/message directory, for example.

Original comment by philip.l...@gmail.com on 22 Mar 2011 at 8:52