[Tinyos-help] can't compile tools/java for tinyos-1.x CVS snapshot

2005-12-06 Thread Yun Mao
Hi all, I checked out the latest source code from sourceforge CVS. When I do $ cd tiny-os-1.x/tools/java; make I got error messages like: /opt/ibm-jdk-bin-1.4.2.03/bin/javac Deluge.java /home/tinyos/tinyos-1.x-cvs/tools/java/net/tinyos/deluge/Pinger.java:53: cannot resolve symbol symbol : class

Re: [Tinyos-help] can't compile tools/java for tinyos-1.x CVS snapshot

2005-12-06 Thread Kristin Wright
DelugeAdvMsg is one of the message classes automatically generated by mig using the corresponsing nesc source. If you type 'make' in .../tools/java/net/tinyos/deluge, it should compile along with several other message classes. The message classes should have compiled for you with the 'make' from t

Re: [Tinyos-help] can't compile tools/java for tinyos-1.x CVS snapshot

2005-12-08 Thread Yun Mao
Hi, I found that in tools/java/net/tinyos/deluge/Makefile, the default platform is telosb. However, I'm using mica2 instead, and don't have the corresponding compilers installed. The error message is "Couldn't execute msp430-gcc". Is it the right solution to go ahead and change the Makefile to DE

Re: [Tinyos-help] can't compile tools/java for tinyos-1.x CVS snapshot

2005-12-12 Thread Kristin Wright
When you compile, you should be using something like this that specifies the platform: make mica2 mib510,COM1 On 12/8/05, Yun Mao <[EMAIL PROTECTED]> wrote: > Hi, I found that in tools/java/net/tinyos/deluge/Makefile, the > default platform is telosb. However, I'm using mica2 instead, and > don'

Re: [Tinyos-help] can't compile tools/java for tinyos-1.x CVS snapshot

2005-12-12 Thread Kristin Wright
When you compile, you should be using something like this that specifies the platform: make mica2 mib510,COM1 install,2 On 12/8/05, Yun Mao <[EMAIL PROTECTED]> wrote: > Hi, I found that in tools/java/net/tinyos/deluge/Makefile, the > default platform is telosb. However, I'm using mica2 instead,