I got the latest source code of TinyOS1.1.x from CVS. I am running Cygwin 1.2a on Windows XP. When I type make in Apps/Blink, I got the error message that ncc is not found.

$ make pc
make: ncc: Command not found
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  Blink.nc -lm
make: ncc: Command not found
make: *** [exe0] Error 127

 I have done make in Tools folder already, and got the following output (does this mean the make in Tools has failed? "gmake is not found", is this the problem?):

$ make
target=`echo all-recursive | sed s/-recursive//`; \
(cd scripts && make $target); \
(cd src && make $target)
make[1]: Entering directory `/opt/tinyos-1.x/tools/scripts'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/opt/tinyos-1.x/tools/scripts'
make[1]: Entering directory `/opt/tinyos-1.x/tools/src'
(cd uisp && ./COMPILE)
gnumake: not found
gmake: not found
make[2]: Entering directory `/opt/tinyos-1.x/tools/src/uisp'
Making all in src
make[3]: Entering directory `/opt/tinyos-1.x/tools/src/uisp/src'
c++ -DHAVE_CONFIG_H -I. -I. -I.    -Wall -Werror -g -O2 -c Avr.C
c++ -DHAVE_CONFIG_H -I. -I. -I.    -Wall -Werror -g -O2 -c AvrAtmel.C
c++ -DHAVE_CONFIG_H -I. -I. -I.    -Wall -Werror -g -O2 -c AvrDummy.C
c++ -DHAVE_CONFIG_H -I. -I. -I.    -Wall -Werror -g -O2 -c AvrStargate.C
c++ -DHAVE_CONFIG_H -I. -I. -I.    -Wall -Werror -g -O2 -c DAPA.C
c++ -DHAVE_CONFIG_H -I. -I. -I.    -Wall -Werror -g -O2 -c Main.C
c++ -DHAVE_CONFIG_H -I. -I. -I.    -Wall -Werror -g -O2 -c MotIntl.C
c++ -DHAVE_CONFIG_H -I. -I. -I.    -Wall -Werror -g -O2 -c SASA.C
c++ -DHAVE_CONFIG_H -I. -I. -I.    -Wall -Werror -g -O2 -c Serial.C
c++ -DHAVE_CONFIG_H -I. -I. -I.    -Wall -Werror -g -O2 -c Stk500.C
c++ -DHAVE_CONFIG_H -I. -I. -I.    -Wall -Werror -g -O2 -c Terminal.C
c++ -DHAVE_CONFIG_H -I. -I. -I.    -Wall -Werror -g -O2 -c cygwinp.C
c++ -Wall -Werror -g -O2  -o uisp  Avr.o AvrAtmel.o AvrDummy.o AvrStargate.o DAP
A.o Main.o MotIntl.o SASA.o Serial.o Stk500.o Terminal.o cygwinp.o
make[3]: Leaving directory `/opt/tinyos-1.x/tools/src/uisp/src'
make[3]: Entering directory `/opt/tinyos-1.x/tools/src/uisp'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/opt/tinyos-1.x/tools/src/uisp'
make[2]: Leaving directory `/opt/tinyos-1.x/tools/src/uisp'
(cd CC1000 && make)
make[2]: Entering directory `/opt/tinyos-1.x/tools/src/CC1000'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/opt/tinyos-1.x/tools/src/CC1000'
make[1]: Leaving directory `/opt/tinyos-1.x/tools/src'


Make Yahoo! Canada your Homepage Yahoo! Canada Homepage
_______________________________________________
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to