> Should I be installing avr tools? If so, from where and which versions? It depends on what docs you need. Obviously, the set of components that get compiled into a micaz application will be vastly different from the ones compiled into a telosb application. To get the docs, you will need the proper c compiler for the platform.
The latest avr toolchain is available from http://docs.tinyos.net/index.php/Installing_TinyOS_2.1 Janos On Mon, Apr 6, 2009 at 10:25 AM, Frank Smith <[email protected]> wrote: > 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 > _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
