[Tinyos-help] [Newbie]Problem in first compiling

2007-08-31 Thread Roberto
Hi all,
I installed a TinyOs2.0. According to the Lesson 1 in the tutorial, I went
into the folder, /tinyos2.0/apps/Blink, and I typed
make micaz
but an error was occured as follows:
Makefile:2: /opt/tinos-2.x/support/make/Makerules: No such file or directory
make: *** No rule to make target `/opt/tinos-2.x/support/make/Makerules'.  
Stop.

I looked for a solution in Internet but I found nothing.
Can you help me?
Thanks in advance

Roberto
___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


Re: [Tinyos-help] [Newbie]Problem in first compiling

2007-08-31 Thread Kevin Klues
Have you verified that the file /opt/tinos-2.x/support/make/Makerules
is in fact there.  If its not, then something went wrong during your
installation process.

Kevin

On 8/31/07, Roberto [EMAIL PROTECTED] wrote:
 Hi all,
 I installed a TinyOs2.0. According to the Lesson 1 in the tutorial, I went
 into the folder, /tinyos2.0/apps/Blink, and I typed
 make micaz
 but an error was occured as follows:
 Makefile:2: /opt/tinos-2.x/support/make/Makerules: No such file or directory
 make: *** No rule to make target `/opt/tinos-2.x/support/make/Makerules'.
 Stop.

 I looked for a solution in Internet but I found nothing.
 Can you help me?
 Thanks in advance

 Roberto
 ___
 Tinyos-help mailing list
 Tinyos-help@Millennium.Berkeley.EDU
 https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help



-- 
~Kevin
___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


Re: [Tinyos-help] [Newbie]Problem in first compiling

2007-08-31 Thread Roberto
 Have you verified that the file /opt/tinos-2.x/support/make/Makerules
 is in fact there.  If its not, then something went wrong during your
 installation process.

Yes I have the file  /opt/tinos-2.x/support/make/Makerules and I checked my 
installation using 
tos-check-env
and I have only this warning:
-- WARNING: The graphviz (dot) version found by tos-check-env is not 1.10. 
Please update your graphviz version if you'd like to use the nescdoc 
documentation generator.

My environments variables are like follows:
[EMAIL PROTECTED] ~]$ export TOSROOT=/opt/tinos-2.x/
[EMAIL PROTECTED] ~]$ export TOSDIR=$TOSROOT/tos
[EMAIL PROTECTED] ~]$ export CLASSPATH=$TOSROOT/support/sdk/java/tinyos.jar:.
[EMAIL PROTECTED] ~]$ export MAKERULES=$TOSROOT/support/make/Makerules

I have also checked other variables with
printenv MAKERULES
and the result is /opt/tinos-2.x//support/make/Makerules (might be correct)

So...how can i solve this problem?
Thank you!

 

-- Initial Header ---

From  : Kevin Klues [EMAIL PROTECTED]
To  : Roberto [EMAIL PROTECTED]
Cc  : tinyos-help@millennium.berkeley.edu
Date  : Fri, 31 Aug 2007 11:38:54 -0700
Subject : Re: [Tinyos-help] [Newbie]Problem in first compiling







 Have you verified that the file /opt/tinos-2.x/support/make/Makerules
 is in fact there.  If its not, then something went wrong during your
 installation process.
 
 Kevin
 
 On 8/31/07, Roberto [EMAIL PROTECTED] wrote:
  Hi all,
  I installed a TinyOs2.0. According to the Lesson 1 in the tutorial, I went
  into the folder, /tinyos2.0/apps/Blink, and I typed
  make micaz
  but an error was occured as follows:
  Makefile:2: /opt/tinos-2.x/support/make/Makerules: No such file or 
directory
  make: *** No rule to make target `/opt/tinos-2.x/support/make/Makerules'.
  Stop.
 
  I looked for a solution in Internet but I found nothing.
  Can you help me?
  Thanks in advance
 
  Roberto
  ___
  Tinyos-help mailing list
  Tinyos-help@Millennium.Berkeley.EDU
  https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
 
 
 
 -- 
 ~Kevin
 

___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


Re: [Tinyos-help] [Newbie]Problem in first compiling

2007-08-31 Thread Kevin Klues
The spelling is wrong on tinyos-2.x

You have:
[EMAIL PROTECTED] ~]$ export TOSROOT=/opt/tinos-2.x/

You need:
[EMAIL PROTECTED] ~]$ export TOSROOT=/opt/tinyos-2.x/

i.e. with a y

Kevin

On 8/31/07, Roberto [EMAIL PROTECTED] wrote:
  Have you verified that the file /opt/tinos-2.x/support/make/Makerules
  is in fact there.  If its not, then something went wrong during your
  installation process.

 Yes I have the file  /opt/tinos-2.x/support/make/Makerules and I checked my
 installation using
 tos-check-env
 and I have only this warning:
 -- WARNING: The graphviz (dot) version found by tos-check-env is not 1.10.
 Please update your graphviz version if you'd like to use the nescdoc
 documentation generator.

 My environments variables are like follows:
 [EMAIL PROTECTED] ~]$ export TOSROOT=/opt/tinos-2.x/
 [EMAIL PROTECTED] ~]$ export TOSDIR=$TOSROOT/tos
 [EMAIL PROTECTED] ~]$ export CLASSPATH=$TOSROOT/support/sdk/java/tinyos.jar:.
 [EMAIL PROTECTED] ~]$ export MAKERULES=$TOSROOT/support/make/Makerules

 I have also checked other variables with
 printenv MAKERULES
 and the result is /opt/tinos-2.x//support/make/Makerules (might be correct)

 So...how can i solve this problem?
 Thank you!



 -- Initial Header ---

 From  : Kevin Klues [EMAIL PROTECTED]
 To  : Roberto [EMAIL PROTECTED]
 Cc  : tinyos-help@millennium.berkeley.edu
 Date  : Fri, 31 Aug 2007 11:38:54 -0700
 Subject : Re: [Tinyos-help] [Newbie]Problem in first compiling







  Have you verified that the file /opt/tinos-2.x/support/make/Makerules
  is in fact there.  If its not, then something went wrong during your
  installation process.
 
  Kevin
 
  On 8/31/07, Roberto [EMAIL PROTECTED] wrote:
   Hi all,
   I installed a TinyOs2.0. According to the Lesson 1 in the tutorial, I went
   into the folder, /tinyos2.0/apps/Blink, and I typed
   make micaz
   but an error was occured as follows:
   Makefile:2: /opt/tinos-2.x/support/make/Makerules: No such file or
 directory
   make: *** No rule to make target `/opt/tinos-2.x/support/make/Makerules'.
   Stop.
  
   I looked for a solution in Internet but I found nothing.
   Can you help me?
   Thanks in advance
  
   Roberto
   ___
   Tinyos-help mailing list
   Tinyos-help@Millennium.Berkeley.EDU
   https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
  
 
 
  --
  ~Kevin
 



-- 
~Kevin
___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


Re: [Tinyos-help] [Newbie]Problem in first compiling

2007-08-31 Thread Roberto
 The spelling is wrong on tinyos-2.x

BAD COPYPASTE!
I'm apologize for this stupid error!
Thanks you very much, now compiling works well ;-)

- Initial Header ---

From  : Kevin Klues [EMAIL PROTECTED]
To  : Roberto [EMAIL PROTECTED]
Cc  : tinyos-help@millennium.berkeley.edu
Date  : Fri, 31 Aug 2007 11:55:30 -0700
Subject : Re: [Tinyos-help] [Newbie]Problem in first compiling







 The spelling is wrong on tinyos-2.x
 
 You have:
 [EMAIL PROTECTED] ~]$ export TOSROOT=/opt/tinos-2.x/
 
 You need:
 [EMAIL PROTECTED] ~]$ export TOSROOT=/opt/tinyos-2.x/
 
 i.e. with a y
 
 Kevin
 
 On 8/31/07, Roberto [EMAIL PROTECTED] wrote:
   Have you verified that the file /opt/tinos-2.x/support/make/Makerules
   is in fact there.  If its not, then something went wrong during your
   installation process.
 
  Yes I have the file  /opt/tinos-2.x/support/make/Makerules and I checked 
my
  installation using
  tos-check-env
  and I have only this warning:
  -- WARNING: The graphviz (dot) version found by tos-check-env is not 
1.10.
  Please update your graphviz version if you'd like to use the nescdoc
  documentation generator.
 
  My environments variables are like follows:
  [EMAIL PROTECTED] ~]$ export TOSROOT=/opt/tinos-2.x/
  [EMAIL PROTECTED] ~]$ export TOSDIR=$TOSROOT/tos
  [EMAIL PROTECTED] ~]$ export 
CLASSPATH=$TOSROOT/support/sdk/java/tinyos.jar:.
  [EMAIL PROTECTED] ~]$ export MAKERULES=$TOSROOT/support/make/Makerules
 
  I have also checked other variables with
  printenv MAKERULES
  and the result is /opt/tinos-2.x//support/make/Makerules (might be 
correct)
 
  So...how can i solve this problem?
  Thank you!
 
 
 
  -- Initial Header ---
 
  From  : Kevin Klues [EMAIL PROTECTED]
  To  : Roberto [EMAIL PROTECTED]
  Cc  : tinyos-help@millennium.berkeley.edu
  Date  : Fri, 31 Aug 2007 11:38:54 -0700
  Subject : Re: [Tinyos-help] [Newbie]Problem in first compiling
 
 
 
 
 
 
 
   Have you verified that the file /opt/tinos-2.x/support/make/Makerules
   is in fact there.  If its not, then something went wrong during your
   installation process.
  
   Kevin
  
   On 8/31/07, Roberto [EMAIL PROTECTED] wrote:
Hi all,
I installed a TinyOs2.0. According to the Lesson 1 in the tutorial, I 
went
into the folder, /tinyos2.0/apps/Blink, and I typed
make micaz
but an error was occured as follows:
Makefile:2: /opt/tinos-2.x/support/make/Makerules: No such file or
  directory
make: *** No rule to make target 
`/opt/tinos-2.x/support/make/Makerules'.
Stop.
   
I looked for a solution in Internet but I found nothing.
Can you help me?
Thanks in advance
   
Roberto
___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU

https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
   
  
  
   --
   ~Kevin
  
 
 
 
 -- 
 ~Kevin
 

___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help