There are two TOS plugins for eclipse that purport to do compiles under
eclipse control. I have not been successful in getting either to work as
advertised, but I'm bad at following instructions...take a look at:

http://www.dcg.ethz.ch/~rschuler/installation.htm
http://www.tinydt.net/links.html

The latter has a sourceforge presence so you may find your solution
in their source.

MS


[EMAIL PROTECTED] wrote:
Dear all,

I am writing a program for ecclipse under windows.
Part of this program will make the tinyos application automatically to exe file, making use of the 'make' application provided by the tinyos package.
Now my approach is to call 'make' as an external program using

Process P=Runtime.getRuntime().exec("cmd /c ..

of Java. But the problem is 'make' should be run under cygwin environment. Thus I have no idea how to run it, because I do not know how should I treat the Process, as command prompt window or sth.

Could you be kind enough to tell me some opinion, like how to execute make system, or any make application under java, etc?

Thank you to all of you. My project is about to finish due to your help.

Best,
Enric
_______________________________________________
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

--
Platform: WinXP/Cygwin
TinyOS version: 1.x, Boomerang
Programmer: MIB510
Device(s): Mica2, MicaZ, Tmote
Sensor board: homebrew

_______________________________________________
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to