[Tinyos-help] error in tinyos2 installation

Michiel Konstapel m.konstapel at sownet.nl
Tue Mar 4 07:33:42 PST 2008


You're not exporting MAKERULES:

$ MAKERULES=$TOSROOT/support/make/Makerules 

Change that line to

$ export MAKERULES=$TOSROOT/support/make/Makerules

just like the others.
HTH,
Michiel

-----Original Message-----
From: tinyos-help-bounces at Millennium.Berkeley.EDU on behalf of Boushra MAALA
Sent: Tue 3/4/2008 11:01 AM
To: Tinyos-help at Millennium.Berkeley.EDU
Subject: [Tinyos-help] error in tinyos2 installation
 
hi;
i have already installed tinyos-2.x on windows XP, using cygwin.
My problem is:
 when i try to do the cofiguration of envirennemnt (e.i the last stape).
i get the following an error.
In the following , you can see exactly the steps of configuratio which i followed, and the error which i obtained:


  plateforme at plateforme1 ~
  $ export TOSROOT=/opt/tinyos-2.x
    plateforme at plateforme1 ~
    $ export TOSDIR=$TOSROOT/tos 
  plateforme at plateforme1 ~
  $ export CLASSPATH=`cygpath -w $TOSROOT/support/sdk/java/tinyos.jar`
    plateforme at plateforme1 ~
  $ export CLASSPATH="$CLASSPATH;."
    plateforme at plateforme1 ~
    $ MAKERULES=$TOSROOT/support/make/Makerules 
  plateforme at plateforme1 ~
  $ cd /opt/tinyos-2.x/apps/Blink/
    plateforme at plateforme1 /opt/tinyos-2.x/apps/Blink
  $ make mica2
  Makefile:2: no file name for `include'
    make: *** No rule to make target `mica2'.  Stop. 
  plateforme at plateforme1 /opt/tinyos-2.x/apps/Blink

-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://www.millennium.berkeley.edu/pipermail/tinyos-help/attachments/20080304/9d7dd82f/attachment.htm


More information about the Tinyos-help mailing list