Re: [Tinyos-help] Complete Novice Question: Installing TinyOS and Compiling on MacOSX 10.4 for MICA

2007-04-24 Thread Sarfraz Nawaz
EMAIL PROTECTED]> *Cc: *Michael Schippling <[EMAIL PROTECTED]>, tinyos-help < tinyos-help@millennium.berkeley.edu> *Subject: *Re: [Tinyos-help] Complete Novice Question: Installing TinyOS and Compiling on MacOSX 10.4 for MICA Are these also in your path? What is the output of "which

Re: [Tinyos-help] Complete Novice Question: Installing TinyOS and Compiling on MacOSX 10.4 for MICA

2007-04-24 Thread Greg Turnipseed
Nawaz <[EMAIL PROTECTED]> Date: Tue, 24 Apr 2007 10:59:25 +1000 To: Greg Turnipseed <[EMAIL PROTECTED]> Cc: Michael Schippling <[EMAIL PROTECTED]>, tinyos-help Subject: Re: [Tinyos-help] Complete Novice Question: Installing TinyOS and Compiling on MacOSX 10.4 for MICA Are these

Re: [Tinyos-help] Complete Novice Question: Installing TinyOS and Compiling on MacOSX 10.4 for MICA

2007-04-23 Thread Sarfraz Nawaz
Are these also in your path? What is the output of "which avr-objcopy". If it is in your path what happens when you do lets say "make micaz" in Blink? On 4/24/07, Greg Turnipseed <[EMAIL PROTECTED]> wrote: Yes, I have avr-objcopy and avr-gcc installed. They're located in the /usr/local/bin di

Re: [Tinyos-help] Complete Novice Question: Installing TinyOS and Compiling on MacOSX 10.4 for MICA

2007-04-23 Thread Greg Turnipseed
seed <[EMAIL PROTECTED]>, tinyos-help Subject: Re: [Tinyos-help] Complete Novice Question: Installing TinyOS and Compiling on MacOSX 10.4 for MICA Greg, avr-objcopy is a part of avr-binutils. Did you install the avr-binutils and avr-gcc? If yes, can you find out where it lives in your filesyste

Re: [Tinyos-help] Complete Novice Question: Installing TinyOS and Compiling on MacOSX 10.4 for MICA

2007-04-19 Thread Greg Turnipseed
seed <[EMAIL PROTECTED]>, tinyos-help Subject: ***SPAM*** Re: [Tinyos-help] Complete Novice Question: Installing TinyOS and Compiling on MacOSX 10.4 for MICA Greg, avr-objcopy is a part of avr-binutils. Did you install the avr-binutils and avr-gcc? If yes, can you find out where it lives in yo

Re: [Tinyos-help] Complete Novice Question: Installing TinyOS and Compiling on MacOSX 10.4 for MICA

2007-04-16 Thread Michael Schippling
upposed to have compiled something else before running ncc? Thanks again. -Greg Turnipseed From: Michael Schippling <[EMAIL PROTECTED]> Date: Mon, 16 Apr 2007 13:48:35 -0600 To: Greg Turnipseed <[EMAIL PROTECTED]> Cc: Sarfraz Nawaz <[EMAIL PROTECTED]>, tinyos-help Subject: Re: [T

Re: [Tinyos-help] Complete Novice Question: Installing TinyOS and Compiling on MacOSX 10.4 for MICA

2007-04-16 Thread Greg Turnipseed
OTECTED]> > Date: Mon, 16 Apr 2007 13:48:35 -0600 > To: Greg Turnipseed <[EMAIL PROTECTED]> > Cc: Sarfraz Nawaz <[EMAIL PROTECTED]>, tinyos-help > > Subject: Re: [Tinyos-help] Complete Novice Question: Installing TinyOS and > Compiling on MacOSX 10.4 for MICA >

Re: [Tinyos-help] Complete Novice Question: Installing TinyOS and Compiling on MacOSX 10.4 for MICA

2007-04-16 Thread Michael Schippling
From: Michael Schippling <[EMAIL PROTECTED]> Reply-To: <[EMAIL PROTECTED]> Date: Sat, 14 Apr 2007 15:57:11 -0600 To: Greg Turnipseed <[EMAIL PROTECTED]> Cc: Sarfraz Nawaz <[EMAIL PROTECTED]>, tinyos-help Subject: Re: [Tinyos-help] Complete Novice Question: Installing TinyOS a

Re: [Tinyos-help] Complete Novice Question: Installing TinyOS and Compiling on MacOSX 10.4 for MICA

2007-04-16 Thread Greg Turnipseed
g Turnipseed > From: Michael Schippling <[EMAIL PROTECTED]> > Reply-To: <[EMAIL PROTECTED]> > Date: Sat, 14 Apr 2007 15:57:11 -0600 > To: Greg Turnipseed <[EMAIL PROTECTED]> > Cc: Sarfraz Nawaz <[EMAIL PROTECTED]>, tinyos-help > > Subject: Re: [Tinyos-

Re: [Tinyos-help] Complete Novice Question: Installing TinyOS and Compiling on MacOSX 10.4 for MICA

2007-04-15 Thread Sarfraz Nawaz
Or ncc does not have the correct path to nescc. Michael's earlier suggestion is right. You have to check if nescc really lives in /Users/grep/... On 4/15/07, Sarfraz Nawaz <[EMAIL PROTECTED]> wrote: Oops! My mistake. This means that ncc knows where nescc is but can't execute it. On 4/15/07,

Re: [Tinyos-help] Complete Novice Question: Installing TinyOS and Compiling on MacOSX 10.4 for MICA

2007-04-15 Thread Sarfraz Nawaz
Oops! My mistake. This means that ncc knows where nescc is but can't execute it. On 4/15/07, Michael Schippling <[EMAIL PROTECTED]> wrote: Did I misread the ncc -v outout? It looks like it's printing the full path to nescc as /Users/greg/... Perhaps it prints that and then just goes on to exe

Re: [Tinyos-help] Complete Novice Question: Installing TinyOS and Compiling on MacOSX 10.4 for MICA

2007-04-14 Thread Michael Schippling
--- > *From: *Sarfraz Nawaz <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> > *Date: *Fri, 13 Apr 2007 10:46:50 +1000 > > *To: *Greg Turnipseed < [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> > *Cc: *tinyos-help

Re: [Tinyos-help] Complete Novice Question: Installing TinyOS and Compiling on MacOSX 10.4 for MICA

2007-04-14 Thread Michael Schippling
awaz <[EMAIL PROTECTED]> *Date: *Sat, 14 Apr 2007 21:39:38 +1000 *To: *Greg Turnipseed <[EMAIL PROTECTED]> *Cc: *tinyos-help <[EMAIL PROTECTED]> *Subject: *Re: [Tinyos-help] Complete Novice Question: Installing TinyOS and Compiling on MacOSX 10.4 for MICA First check the

Re: [Tinyos-help] Complete Novice Question: Installing TinyOS and Compiling on MacOSX 10.4 for MICA

2007-04-14 Thread Greg Turnipseed
nyos-help <[EMAIL PROTECTED]> Subject: Re: [Tinyos-help] Complete Novice Question: Installing TinyOS and Compiling on MacOSX 10.4 for MICA First check the environment variables that they have been set up correctly. Make sure nescc is in the path. And the third and final step would be to add

Re: [Tinyos-help] Complete Novice Question: Installing TinyOS and Compiling on MacOSX 10.4 for MICA

2007-04-14 Thread Sarfraz Nawaz
? Thanks, Greg Turnipseed -- *From: *Sarfraz Nawaz <[EMAIL PROTECTED]> *Date: *Fri, 13 Apr 2007 10:46:50 +1000 *To: *Greg Turnipseed <[EMAIL PROTECTED]> *Cc: *tinyos-help <[EMAIL PROTECTED]> *Subject: *Re: [Tinyos-help] Complete Novice Question: Installing TinyOS a

Re: [Tinyos-help] Complete Novice Question: Installing TinyOS and Compiling on MacOSX 10.4 for MICA

2007-04-12 Thread Greg Turnipseed
<[EMAIL PROTECTED]> Date: Fri, 13 Apr 2007 10:46:50 +1000 To: Greg Turnipseed <[EMAIL PROTECTED]> Cc: tinyos-help <[EMAIL PROTECTED]> Subject: Re: [Tinyos-help] Complete Novice Question: Installing TinyOS and Compiling on MacOSX 10.4 for MICA So you should find out why does ncc com

Re: [Tinyos-help] Complete Novice Question: Installing TinyOS and Compiling on MacOSX 10.4 for MICA

2007-04-12 Thread Sarfraz Nawaz
OTECTED]> *Date: *Sun, 8 Apr 2007 18:38:10 +1000 *To: *Greg Turnipseed <[EMAIL PROTECTED]> *Cc: *<[EMAIL PROTECTED]> *Subject: *Re: [Tinyos-help] Complete Novice Question: Installing TinyOS and Compiling on MacOSX 10.4 for MICA You would need to install nesC (probably from source), tinyo

Re: [Tinyos-help] Complete Novice Question: Installing TinyOS and Compiling on MacOSX 10.4 for MICA

2007-04-11 Thread Greg Turnipseed
g Turnipseed >> >> >> From: Sarfraz Nawaz <[EMAIL PROTECTED]> >> Date: Sun, 8 Apr 2007 18:38:10 +1000 >> To: Greg Turnipseed <[EMAIL PROTECTED]> >> Cc: >> Subject: Re: [Tinyos-help] Complete Novice Question: Installing TinyOS and >> Comp

Re: [Tinyos-help] Complete Novice Question: Installing TinyOS and Compiling on MacOSX 10.4 for MICA

2007-04-11 Thread Sarfraz Nawaz
I checked) is in fact in $PATH. -- *From: *Sarfraz Nawaz <[EMAIL PROTECTED]> *Date: *Wed, 11 Apr 2007 10:51:15 +1000 *To: *Greg Turnipseed <[EMAIL PROTECTED]> *Cc: * *Subject: *Re: [Tinyos-help] Complete Novice Question: Installing TinyOS and Compiling on

Re: [Tinyos-help] Complete Novice Question: Installing TinyOS and Compiling on MacOSX 10.4 for MICA

2007-04-10 Thread Sarfraz Nawaz
rfraz Nawaz <[EMAIL PROTECTED]> *Date: *Sat, 7 Apr 2007 20:10:58 +1000 *To: *Greg Turnipseed <[EMAIL PROTECTED]> *Cc: * *Subject: *Re: [Tinyos-help] Complete Novice Question: Installing TinyOS and Compiling on MacOSX 10.4 for MICA I know some people have successfully installed

Re: [Tinyos-help] Complete Novice Question: Installing TinyOS and Compiling on MacOSX 10.4 for MICA

2007-04-08 Thread Greg Turnipseed
: Greg Turnipseed <[EMAIL PROTECTED]> Cc: Subject: Re: [Tinyos-help] Complete Novice Question: Installing TinyOS and Compiling on MacOSX 10.4 for MICA You would need to install nesC (probably from source), tinyos-tools and tinyos. Have a look at http://www.tinyos.net/tinyos-2.x/doc/

Re: [Tinyos-help] Complete Novice Question: Installing TinyOS and Compiling on MacOSX 10.4 for MICA

2007-04-08 Thread Sarfraz Nawaz
to the mote? Thanks, Greg Turnipseed -- *From: *Sarfraz Nawaz <[EMAIL PROTECTED]> *Date: *Sat, 7 Apr 2007 20:10:58 +1000 *To: *Greg Turnipseed <[EMAIL PROTECTED]> *Cc: * *Subject: *Re: [Tinyos-help] Complete Novice Question: Installing TinyOS and Compilin

Re: [Tinyos-help] Complete Novice Question: Installing TinyOS and Compiling on MacOSX 10.4 for MICA

2007-04-07 Thread Greg Turnipseed
different set of commands I need to use to write something to the mote? Thanks, Greg Turnipseed From: Sarfraz Nawaz <[EMAIL PROTECTED]> Date: Sat, 7 Apr 2007 20:10:58 +1000 To: Greg Turnipseed <[EMAIL PROTECTED]> Cc: Subject: Re: [Tinyos-help] Complete Novice Question: Installin

Re: [Tinyos-help] Complete Novice Question: Installing TinyOS and Compiling on MacOSX 10.4 for MICA

2007-04-07 Thread Sarfraz Nawaz
I know some people have successfully installed TinyOS on Mac OS X by following instructions from http://www.ee.ucla.edu/~ram/misc.html You may want to give it a try. On 4/7/07, Greg Turnipseed <[EMAIL PROTECTED]> wrote: Hello, everyone. I'm a student at the University of Texas at Dallas tryin

[Tinyos-help] Complete Novice Question: Installing TinyOS and Compiling on MacOSX 10.4 for MICA

2007-04-06 Thread Greg Turnipseed
Hello, everyone. I'm a student at the University of Texas at Dallas trying to use ZigBee to create a network of wireless wattmeters. After much delay, I've finally received the modules (after three weeks of waiting on procurement to obtain them), and am ready to go...with a minor hang-up. I can'