[Tinyos-help] make pc error

2011-07-02 Thread jyoti suman
/opt/tinyos-2.1.1/apps/Blink$make pc /opt/tinyos-2.1.1/support/make/Makerules:170: *** Usage: make make help Valid targets: all clean epic eyesIFX eyesIFXv1 eyesIFXv2 intelmote2 iris mica2 mica2dot micaz mulle null shimmer shimmer2 telos telosa telosb tinynode tmote Va

[Tinyos-help] make pc error

2011-10-15 Thread salahadin
  /opt/tinyos-2.x/apps/Blink$make pc /opt/tinyos-2.x/support/make/Makerules:170: *** Usage: make make help Valid targets: all clean epic eyesIFX eyesIFXv1 eyesIFXv2 intelmote2 iris mica2 mica2dot micaz mulle null shimmer shimmer2 telos telosa telosb tinynode tmote Valid extras: appdoc blip cth

[Tinyos-help] Make pc Error

2008-01-02 Thread sazzad
i got the following error when "make pc" command is given mkdir -p build/pc compiling Blink to a pc binary ncc -o build/pc/main.exe -g -O0 -pthread -fnesc-nido-tosnodes=1000 -fnesc-simula te -Wall -Wshadow -DDEF_TOS_AM_GROUP=0x7d -Wnesc-all -target=pc -fnesc-cfile=bui ld/pc/app.c -board=micasb

[Tinyos-help] Make pc error

2006-05-30 Thread Zhengsu Gao
Hi, everybody:   I try to use tossim and make pc for Blink. When I execute ./build/pc/main.exe 2 I got following error :0: ERROR: Unable to create EEPROM backing store file.0: ERROR: Unable to create anonymous EEPROM region.I am using tinyos.1.11 Can anyone give me some hint? What's wrong for my ex

Re: [Tinyos-help] make pc error

2011-10-15 Thread Igglezakis Antonios
Are you working in TinyOS 1.x or TinyOS 2.x? If you are working in TinyOS 2.x , you should use "make micaz sim" instead. You can find more detailed steps for TOSSIM , here --> http://docs.tinyos.net/tinywiki/index.php/TOSSIM On 10/15/2011 02:36 PM, salahadin wrote: /opt/tinyos-2.x/apps/Bl

Re: [Tinyos-help] Make pc Error

2008-01-03 Thread Kevin Klues
The error indicated you don't have an assembler installed for your host machine. Try reinstalling gcc. Kevin On Jan 2, 2008 7:16 PM, sazzad <[EMAIL PROTECTED]> wrote: > i got the following error when "make pc" command is given > > mkdir -p build/pc > compiling Blink to a pc binary > ncc -o b