Hi,I turn o you for your help.
I install the tinyos on Ubuntu in the VMware.when I use the command”make
telosb”,it display follows:
lcx@lcx-desktop:/opt/tinyos-2.1.0/apps/Blink$ make docs telosb
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=\"lcx\" -DIDENT_HOSTNAME=\"lcx-desktop\"
-DIDENT_USERHASH=0x65a049aeL -DIDENT_TIMESTAMP=0x4da50ab5L
-DIDENT_UIDHASH=0x031dfdc8L BlinkAppC.nc -lm
compiled BlinkAppC to build/telosb/main.exe
2650 bytes in ROM
55 bytes in RAM
msp430-objcopy --output-target=ihex build/telosb/main.exe build/telosb/main.
ihex
writing TOS image
when use the command”make telosb docs”,it also display follows:
lcx@lcx-desktop:/opt/tinyos-2.1.0/apps/Blink$ make telosb docs
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=\"lcx\" -DIDENT_HOSTNAME=\"lcx-desktop\"
-DIDENT_USERHASH=0x65a049aeL -DIDENT_TIMESTAMP=0x4da50d63L
-DIDENT_UIDHASH=0xec34d836L BlinkAppC.nc -lm
compiled BlinkAppC to build/telosb/main.exe
2650 bytes in ROM
55 bytes in RAM
msp430-objcopy --output-target=ihex build/telosb/main.exe build/telosb/main.
ihex
writing TOS image
The two command have showed the same process,but”make telosb docs”did’t
produce a index.html which I wanted.So,what’s should I do to solve the
problem?
Thanks in advance.
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help