[Tinyos-help] problem with make pc

2009-09-03 Thread 童超
Hi, I am running ubuntu9.04. TinyOS2.x is installed from TinyOS package repository and TinyOS1.x is installed from CVS. TinyOS2.x works well, but tossim in tinyos1.x have problem. In the Blink dirctory type make pc, I get the following error: mkdir -p build/pc compiling Blink to a pc binary

[Tinyos-help] Problem on make pc of TOSSIM

2007-11-05 Thread cyberkiwy
Hi! If we try to compile a file with the command make pc to simulate it with TOSSIM (tinyos1.x), it doesn't works..the output is: Unknown target pc Known targets for TinyOS directory /opt/MoteWorks/tos are: iris m2100 m2110 m4100 m9100 mica mica2 mica2b mica2dot micaz micazb micazc msp430 rcb230

[Tinyos-help] Problem with 'make pc'

2007-09-01 Thread Roberto
Hi all I have a problem when i compile using make pc I can see the following message: --- [EMAIL PROTECTED]:/opt/tinyos-2.x/apps/Blink$ make pc /opt/tinyos-2.x/support/make/Makerules:168: *** Usage: make target extras make target help Valid targets: all clean eyesIFX eyesIFXv1

[Tinyos-help] Problem with 'make pc'

2007-09-01 Thread Roberto
Hi all I have a problem when i compile using make pc I can see the following message: --- [EMAIL PROTECTED]:/opt/tinyos-2.x/apps/Blink$ make pc /opt/tinyos-2.x/support/make/Makerules:168: *** Usage: make target extras make target help Valid targets: all clean eyesIFX eyesIFXv1

Re: [Tinyos-help] Problem with 'make pc'

2007-09-01 Thread Risto Hietala
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

Re: [Tinyos-help] Problem with 'make pc'

2007-09-01 Thread Roberto
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. perhaps, is make pc used in previous versions of tinyOS? Anyway the command make platform sim works only for

[Tinyos-help] Problem with Make PC after having latest installation of cygwin

2007-02-28 Thread Farhana Jabeen
Hello I have installed Tinyos1.1.0 inorder to have snapshot Tinyos1.1.11 or higher I need to upgrade cygwin so I installed the new version from http://www.cygwin.com/ the version Cygwin_NT-5.1 1.5.24. But after installation when I compile one of the existing application using

Re: [Tinyos-help] problem with make pc

2006-05-30 Thread Justin Dugger
I was getting the same error on Ubuntu, but it turns out that my version of nescc was too old. If you checked tinyos out from CVS, you'll need 1.2.4 it seems. If ncc --version reports something like 1.1.2b instead of 1.2.4, it will tank on the offset() function. The most difficult part in

[Tinyos-help] problem with make pc

2006-05-29 Thread Michael D
When i try to compile a application with make pc i get the following error In file included from /opt/tinyos-1.x/tos/platform/pc/packet_sim.h:55, from /opt/tinyos-1.x/tos/platform/pc/nido.h:84, from /opt/tinyos-1.x/tos/platform/pc/hardware.h:43,