Hello,

when I try to make documentation of my project an error occurs.
I checked out the newest &TOSROOT/tools folder today but the problem 
continues...
Had somebody else this problem?
Can somebody give a hint?
I use tinyos 2.1.1, iris motes and blip 1..

Best regards!

Sebastian

/opt/tinyos-2.1.1/apps/hska_sense# SENSORBOARD=emonaut make iris blip docs
     Making documentation for HskaSenseC on iris
nesdoc -o /opt/tinyos-2.1.1/doc/nesdoc  -DPACKET_LINK -DDEF_MEMCPY 
-DENABLE_SPI0_DMA -DBLIP_MULTICAST -DCC2420_HW_ACKNOWLEDGEMENTS 
-DTOSH_DATA_LENGTH=102 -I/opt/tinyos-2.1.1/tos/lib/net/ 
-I/opt/tinyos-2.1.1/support/sdk/c/blip/lib6lowpan/ 
-I/opt/tinyos-2.1.1/support/sdk/c/blip/libtcp/ 
-I/opt/tinyos-2.1.1/tos/lib/net/blip/ 
-I/opt/tinyos-2.1.1/tos/lib/net/blip/interfaces/  
-I/opt/tinyos-2.1.1/tos/lib/net/blip/nwprog/ 
-I/opt/tinyos-2.1.1/tos/lib/net/blip/shell/ 
-I/opt/tinyos-2.1.1/tos/lib/net/blip/serial/ 
-I/opt/tinyos-2.1.1/tos/lib/net/blip/platform/ 
/opt/tinyos-2.1.1/support/sdk/c/blip/lib6lowpan/lib6lowpan.c  
/opt/tinyos-2.1.1/support/sdk/c/blip/lib6lowpan/lib6lowpanIP.c 
/opt/tinyos-2.1.1/support/sdk/c/blip/lib6lowpan/lib6lowpanFrag.c 
/opt/tinyos-2.1.1/support/sdk/c/blip/lib6lowpan/in_cksum.c 
/opt/tinyos-2.1.1/support/sdk/c/blip/lib6lowpan/ip_malloc.c 
/opt/tinyos-2.1.1/tos/lib/net/blip/table.c -fnesc-separator=__ -Wall 
-Wshadow -Wnesc-all -target=iris -fnesc-cfile=build/iris/app.c 
-board=emonaut -DDEFINED_TOS_AM_GROUP=0x22 --param 
max-inline-insns-single=100000 -Ibuild/iris -DCC2420_DEF_CHANNEL=15 
-DRF230_DEF_CHANNEL=15 -DCC2420_DEF_RFPOWER=4 -DRF230_DEF_RFPOWER=0 
-DIEEE154FRAMES_ENABLED -DIDENT_APPNAME=\"HskaSenseC\" 
-DIDENT_USERNAME=\"root\" -DIDENT_HOSTNAME=\"6lowpan\" 
-DIDENT_USERHASH=0x47df3487L -DIDENT_TIMESTAMP=0x4f2ba722L 
-DIDENT_UIDHASH=0x8507f224L  HskaSenseC.nc
In file included from HskaSenseC.nc:22:
In component `HskaSenseP':
HskaSenseP.nc: In function `ConfSocket.recvfrom':
HskaSenseP.nc:911: warning: decimal constant is so large that it is unsigned
HskaSenseP.nc: In function `HskaCmd.eval':
HskaSenseP.nc:1137: warning: decimal constant is so large that it is 
unsigned
nesc1: warning: calls to Ieee154Receive.receive in Ieee154MessageLayerC 
fan out, but there is no combine function specified for the return type
In C file:
/opt/tinyos-2.1.1/tos/lib/net/blip/shell/UDPShellP.nc: At top level:
/opt/tinyos-2.1.1/tos/lib/net/blip/shell/UDPShellP.nc:247: warning: call 
via function pointer
interface At45dbBlockConfig (tos.chips.at45db.At45dbBlockConfig)
interface ResourceRequested (tos.interfaces.ResourceRequested)
interface BusyWait (tos.lib.timer.BusyWait)
interface RadioCCA (tos.chips.rf2xx.util.RadioCCA)
interface HplAt45db (tos.chips.at45db.HplAt45db)
interface SplitControl (tos.interfaces.SplitControl)
interface ResourceConfigure (tos.interfaces.ResourceConfigure)
interface Atm128I2C (tos.chips.atm128.i2c.Atm128I2C)
...
......
interface BareReceive (tos.chips.rf2xx.util.BareReceive)
interface SerialFlush (tos.lib.serial.SerialFlush)
interface ResourceQueue (tos.interfaces.ResourceQueue)
interface UDP (tos.lib.net.blip.interfaces.UDP)
Traceback (most recent call last):
   File "/usr/local/lib/tinyos/nesdoc/archive.py", line 245, in <module>
     doc.writexml(ifile)
   File "/usr/lib/python2.6/xml/dom/minidom.py", line 1749, in writexml
     node.writexml(writer, indent, addindent, newl)
   File "/usr/lib/python2.6/xml/dom/minidom.py", line 817, in writexml
     node.writexml(writer,indent+addindent,addindent,newl)
   File "/usr/lib/python2.6/xml/dom/minidom.py", line 817, in writexml
     node.writexml(writer,indent+addindent,addindent,newl)
   File "/usr/lib/python2.6/xml/dom/minidom.py", line 817, in writexml
     node.writexml(writer,indent+addindent,addindent,newl)
   File "/usr/lib/python2.6/xml/dom/minidom.py", line 1036, in writexml
     _write_data(writer, "%s%s%s"%(indent, self.data, newl))
   File "/usr/lib/python2.6/xml/dom/minidom.py", line 303, in _write_data
     writer.write(data)
UnicodeEncodeError: 'ascii' codec can't encode characters in position 
59-60: ordinal not in range(128)
make: *** [docs_] Fehler 1

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

Reply via email to