> instructions on building for the simulator...in T1 it's something like > make pc > but different in T2. > MS
make <platform> sim currently TOSSIM supports only micaz so you can specify only this platform in the make command. To run the simulation you have also to write a driver that initialize network, links and motes and manage the simulation. Try http://docs.tinyos.net/index.php/TOSSIM > If it's in the build/micaz directory it wasn't made for the simulator. > That's the directory where a real mote compile would end up. Look up > instructions on building for the simulator...in T1 it's something like > make pc > but different in T2. > MS > > > Mayank Kothiya wrote: > > When i tried to use following command i got the error > > [r...@localhost Blink]# ./build/micaz/main.exe -h 1 > > bash: ./build/micaz/main.exe: cannot execute binary file > > can anybody help me with this? > > > > > > ------------------------------------------------------------------------ > > Looking for local information? Find it on Yahoo! Local > > <http://in.rd.yahoo.com/tagline_local_1/*http://in.local.yahoo.com/> > > > > > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > 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 > _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
