Kevin,I did that and verified that avr-gcc was no longer there. I
reinstalled the avr-gcc.
However, I still have that problem. Thanks for your help so far.

bash-3.2$ make telosb
sh: sha1sum: command not found
sh: sha1sum: command not found
mkdir -p build/telosb
    compiling BlinkAppC to a telosb binary
ncc -o build/telosb/main.exe  -Os -O -mdisable-hwmul -Wall -Wshadow
-Wnesc-all -target=telosb -fnesc-cfile=build/telosb/app.c -board=
-DDEFINED_TOS_AM_GROUP=0x22 -DIDENT_APPNAME=\"BlinkAppC\"
-DIDENT_USERNAME=\"sameer\" -DIDENT_HOSTNAME=\"dyn137-110-115-\"
-DIDENT_USERHASH=0L -DIDENT_TIMESTAMP=0x47e83c74L -DIDENT_UIDHASH=0L
BlinkAppC.nc -lm
    compiled BlinkAppC to build/telosb/main.exe
            2656 bytes in ROM
              55 bytes in RAM
msp430-objcopy --output-target=ihex build/telosb/main.exe
build/telosb/main.ihex
    writing TOS image


bash-3.2$ make micaz
sh: sha1sum: command not found
sh: sha1sum: command not found
mkdir -p build/micaz
    compiling BlinkAppC to a micaz binary
ncc -o build/micaz/main.exe  -Os -Wall -Wshadow -Wnesc-all -target=micaz
-fnesc-cfile=build/micaz/app.c -board=micasb -DDEFINED_TOS_AM_GROUP=0x22
--param max-inline-insns-single=100000 -DIDENT_APPNAME=\"BlinkAppC\"
-DIDENT_USERNAME=\"sameer\" -DIDENT_HOSTNAME=\"dyn137-110-115-\"
-DIDENT_USERHASH=0L -DIDENT_TIMESTAMP=0x47e83c7cL -DIDENT_UIDHASH=0L
-fnesc-dump=wiring -fnesc-dump='interfaces(!abstract())'
-fnesc-dump='referenced(interfacedefs, components)'
-fnesc-dumpfile=build/micaz/wiring-check.xml BlinkAppC.nc -lm
avr-gcc: error trying to exec 'cc1': execvp: No such file or directory
<commandline>: failed to preprocess /opt/local/stow/nesc-1.2.9
/lib/ncc/nesc_nx.h
avr-gcc: error trying to exec 'cc1': execvp: No such file or directory
<commandline>: failed to preprocess /Users/sameer/tinyos-2.x
/tos/system/tos.h
avr-gcc: error trying to exec 'cc1': execvp: No such file or directory
<commandline>: failed to preprocess /Users/sameer/tinyos-2.x
/tos/system/TinySchedulerC.nc
<commandline>: Scheduler `TinySchedulerC' has no scheduling interface named
`TaskBasic'
avr-gcc: error trying to exec 'cc1': execvp: No such file or directory
<commandline>: failed to preprocess BlinkAppC.nc
make: *** [exe0] Error 1



On Mon, Mar 24, 2008 at 4:29 PM, Kevin Klues <[EMAIL PROTECTED]> wrote:

> First do a:
>
> sudo -D stow avr-gcc-tinyos
>
> then just delete the directory and reinstall
>
> Kevin
>
> On Sun, Mar 23, 2008 at 11:30 PM, ST <[EMAIL PROTECTED]> wrote:
> > Kevin,
> >
> > BTW, how do I completely remove the avr-gcc compiler from the system?
> Just
> > delete
> > the avr-tinyos directory under local/stow? I'm new to stow so
> curious....
> >
> >
> > On Sun, Mar 23, 2008 at 10:51 PM, Kevin Klues <[EMAIL PROTECTED]> wrote:
> >
> >
> > > Can you try just completely removing the avr-gcc compiler from your
> > > system and then reinstalling it.  Also, make sure you don't
> > > accidentally have one isntalled from some other place (sucha s darwin
> > > ports or fink), then just download the one from the installation page
> > > and tryin installing it again.
> > >
> > > Sorry you are having so much trouble with this.  One reason I made the
> > > tutorial as I did was so that people would NOT have to run through all
> > > these problems each time they installed on a Mac.  It seems like you
> > > may have some weirdness because of migration from one laptop to
> > > another though.  Let me know how it goes.
> > >
> > > Kevin
> > >
> > >
> > >
> > >
> > > On Sun, Mar 23, 2008 at 7:40 PM, ST <[EMAIL PROTECTED]> wrote:
> > > > Hi All,
> > > >
> > > > I've an Intel Macbook Pro and I've installed TinyOS with all the
> > required
> > > > components.
> > > > I'm getting some errors with getting tinyos tools during the
> > installation
> > > > process.
> > > >
> > > > I'm getting the following error and any help would be great.
> > > >
> > > >
> > > >
> > > > bash-3.2$ make micaz
> > > > sh: sha1sum: command not found
> > > > sh: sha1sum: command not found
> > > > mkdir -p build/micaz
> > > >     compiling BlinkAppC to a micaz binary
> > > > ncc -o build/micaz/main.exe  -Os -Wall -Wshadow -Wnesc-all
> -target=micaz
> > > > -fnesc-cfile=build/micaz/app.c -board=micasb
> -DDEFINED_TOS_AM_GROUP=0x22
> > > > --param max-inline-insns-single=100000 -DIDENT_APPNAME=\"BlinkAppC\"
> > > > -DIDENT_USERNAME=\"sameer\" -DIDENT_HOSTNAME=\"Macintosh-10.lo\"
> > > > -DIDENT_USERHASH=0L -DIDENT_TIMESTAMP=0x47e71217L -DIDENT_UIDHASH=0L
> > > > -fnesc-dump=wiring -fnesc-dump='interfaces(!abstract())'
> > > > -fnesc-dump='referenced(interfacedefs, components)'
> > > > -fnesc-dumpfile=build/micaz/wiring-check.xml BlinkAppC.nc -lm
> > > > avr-gcc: error trying to exec 'cc1': execvp: No such file or
> directory
> > > > <commandline>: failed to preprocess
> > > > /opt/local/stow/nesc-1.2.9/lib/ncc/nesc_nx.h
> > > > avr-gcc: error trying to exec 'cc1': execvp: No such file or
> directory
> > > > <commandline>: failed to preprocess
> > > > /Users/sameer/tinyos-2.x/tos/system/tos.h
> > > > avr-gcc: error trying to exec 'cc1': execvp: No such file or
> directory
> > > > <commandline>: failed to preprocess
> > > > /Users/sameer/tinyos-2.x/tos/system/TinySchedulerC.nc
> > > > <commandline>: Scheduler `TinySchedulerC' has no scheduling
> interface
> > named
> > > > `TaskBasic'
> > > > avr-gcc: error trying to exec 'cc1': execvp: No such file or
> directory
> > > > <commandline>: failed to preprocess BlinkAppC.nc
> > > > make: *** [exe0] Error 1
> > > >
> > > >
> > > > _______________________________________________
> > > >  Tinyos-help mailing list
> > > >  [email protected]
> > > >
> > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
> > > >
> > >
> > >
> > >
> > > --
> > > ~Kevin
> > >
> >
> >
>
>
>
> --
> ~Kevin
>
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to