Folks,

I'm new to TOS and have started to work my way through the tutorials. On
Cygwin, I've managed to successfully execute:

/opt/tinyos-2.x/apps/Blink $ make micaz sim
...
...
...
*** Successfully built micaz TOSSIM library.


Now I'm trying to generate docs and am getting the following:

/opt/tinyos-2.x/apps/Blink $ make micaz docs
    Making documentation for BlinkAppC on micaz
nesdoc -o /opt/tinyos-2.x/doc/nesdoc  -finline-limit=100000 -Wall -Wshadow
-Wnes
c-all -target=micaz -fnesc-cfile=build/micaz/app.c -board=micasb
-DIDENT_PROGRAM
_NAME=\"BlinkAppC\" -DIDENT_USER_ID=\"FrankSmith\"
-DIDENT_HOSTNAME=\"London\
" -DIDENT_USER_HASH=0xf946e71eL -DIDENT_UNIX_TIME=0x49da1daaL
-DIDENT_UID_HASH=0
xc5b3ec8fL BlinkAppC.nc
Couldn't execute avr-gcc
nesdoc failed: no valid input
make: *** [docs_] Error 2


Should I be installing avr tools? If so, from where and which versions? In
case, ncc etc. versions are:

/opt/tinyos-2.x/apps/Blink $ ncc --version
ncc: 1.2.4
nescc: 1.2.8a
gcc: gcc (GCC) 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.


Many thanks in advance,

Frank
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to