Hi, What do you want to make exactly on the PC? If you want to compile the code on a PC, and then install it on a mote, you have to specify the type of mote for which you want to compile the code, for instance: make micaz
If you want to simulate the code on the PC, you still need to specify the hardware type to simulate, plus that it should be simulated. Something like: make micaz sim If you want to actually run the WSN software on the PC: most likely you don't actually want to compile the TinyOS nesC code for the PC platform. You probably want to run the PC side of the code, which might be written in Java and probably will also be compiled when you compile the code for the motes. If the PC code is in Java and in a separate directory, go to this directory and type make there. Cheers, Urs pinku bajpai schrieb: > Hii > I am working on telemonitoring health system. Codeblue is the > application which is also being developed for the same. Whenever i try > to compile this application on pc, i get error:" Make:*** no rule to > make target pc.stop.". I have tried a lot to compile it on pc, but the > same error comes again and again. Please tell me where i have to make > changes (in makefile or makerule) so that application could be compiled > on pc. > please help me, its urgent. > thx in advance. _______________________________________________ Tinyos-help mailing list [email protected] https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
