[Tinyos-help] Problem with 'make pc'

Risto Hietala risto.hietala at gmail.com
Sat Sep 1 06:09:10 PDT 2007


Hi,

'PC' is not a correct argument to the make-command. You should  
specify on
which node-platform do you want to compile the program to. Eg.
"make mica2" if your nodes are Mica2.

See http://www.tinyos.net/tinyos-2.x/doc/html/tutorial/lesson1.html for
tutorial on how to start with tinyos-programs.

If you want to simulate the behavior of the program on a PC, then you
should build with "make micaz sim" and read
http://www.tinyos.net/tinyos-2.x/doc/html/tutorial/lesson11.html for
instructions on how to proceed.

Hope this helps,

  Risto Hietala


On 1.9.2007, at 14.46, Roberto wrote:

> Hi all
> I have a problem when i compile using make pc
> I can see the following message:
> ---
> penguin at laptop:/opt/tinyos-2.x/apps/Blink$ make pc
> /opt/tinyos-2.x/support/make/Makerules:168: ***
...
> ---
>
> How can I solve this problem?
> Thank you so much
>



More information about the Tinyos-help mailing list