hello,
because u are using Tinyos 2.x not tinyOS 1.x so "make micaz sim" would work
(other wise , u have to use "make pc" instead)
now, the right command (i gues) is ./main.exe "number_of_simulation_nodes"
however, you can add some options like this example:
 ./build/pc/main.exe -t=60 -r=lossy -rf=cells-diamond.txt 10
-t=60 : time period of simulation (60 sec)
-r=lossy : type of radio communication
-rf="file" : the reference to a file containing a topology
10 : number of nodes in simulation
 you can look for further details in tutorials.
Best Regards

2008/3/27, ilter yüksel <[EMAIL PROTECTED]>:
>
> Hello friends,
>
> I'm a new TinyOS user. As you expect i started with Blink
> application:) Unfortunately i must use windows because of work so i studies
> on XubunTOS over VMware. For this i appreciated Kevin Klues so much..
>
> Now could you help me how can i start Blink app. on TOSSIM?
>
> I use ">make micaz sim" command under apps/Blink folder. Then "build"
> folder was existed. Under /build these files exist;
> app.c            main.exe   pytossim.o     tossim.o
> c-support.o      main.ihex  sim.o          wiring-check.xml
> ident_flags.txt  main.srec  tos_image.xml
>
> i tried ./main.exe but it says it's not a executable file.
>
> Also i tried ">make pc" command under apps/Blink but it gives an error;
> "ERROR, "pc ident_flags tos_image bnp" does not specify a valid target.
> Stop."
>
> How can i exec Blink app. on Tossim? I'm waiting your helps..
>
> Thank you.
> Regards..
>
> _______________________________________________
> 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