Hi,

probably you already compiled the source code, therefore make refuses
to do - again - its job. You can resolve by running

make clean

which will remove all the compiled files, and then running

make

Alternatively you can manually compile the files by running:

rm -f *.class OscilloscopeMsg.java Constants.java
mig -target=null -java-classname=OscilloscopeMsg java
../Oscilloscope.h oscilloscope -o OscilloscopeMsg.java
ncg -target=null -java-classname=Constants java ../Oscilloscope.h
NREADINGS DEFAULT_INTERVAL -o Constants.java
javac *.java
jar cf oscilloscope.jar *.class

Regards.

--
Giuseppe Cardone



On Tue, Feb 2, 2010 at 10:57 AM, Sam azzaro <[email protected]> wrote:
> Hi,
> i tried to follow tutorial of the oscilloscope application.
> when i go to tinyos-2.x/apps/Oscilloscope/java and type make i get this:
> make: Nothing to be done for 'all'
> how can i resolve this?
> Regards,
> Sam
> ________________________________
> Hotmail : une messagerie fiable avec la protection anti-spam performante de
> Microsoft Inscrivez-vous
> _______________________________________________
> Tinyos-help mailing list
> [email protected]
> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>

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

Reply via email to