[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 make help Valid targets: all clean eyesIFX eyesIFXv1 eyesIFXv2 intelmote

[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 make help Valid targets: all clean eyesIFX eyesIFXv1 eyesIFXv2 intelmote

[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 binar

[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, fro

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 tinyos-progr

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 sim works only for mi

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 fi

RE: [Tinyos-help] problem with make pc

2006-05-30 Thread Ben Kelley
ustin Dugger > Sent: Tuesday, May 30, 2006 10:21 > To: Michael D > Cc: tinyos-help@Millennium.Berkeley.EDU > Subject: Re: [Tinyos-help] problem with make pc > > I was getting the same error on Ubuntu, but it turns out that my > version of nescc was too old. If you checked tinyos

[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 Mak