Hi!
I'm trying to compile for TelosB the test/storage/Block in Cygwin. But I get 
the following error:
__________________________________________________________
$ make telosb
mkdir -p build/telosb
tos-storage-stm25p  
/opt/tinyos-2.x/tos/platforms/telosb <volumes-stm25p.xml >build/telosb/StorageVolumes.h
 ||
 rm -f build/telosb/StorageVolumes.h
    compiling RandRWAppC to a telosb binary
ncc -o build/telosb/main.exe  -Os -O -mdisable-hwmul -fnesc-separator=__ -Wall 
-Wshadow -Wnesc-all -target=tel
osb -fnesc-cfile=build/telosb/app.c -board= -DDEFINED_TOS_AM_GROUP=0x22 
-Ibuild/telosb -DIDENT_APPNAME=\"RandR
WAppC\" -DIDENT_USERNAME=\"Urende\" -DIDENT_HOSTNAME=\"BISOKE\" 
-DIDENT_USERHASH=0xe450a424L -DIDENT_TIMESTAMP
=0x4d1b7739L -DIDENT_UIDHASH=0xe623d384L  RandRWAppC.nc -lm
RandRWAppC.nc:17:28: error: StorageVolumes.h: No such file or directory
In component `RandRWAppC':
RandRWAppC.nc:21: `VOLUME_BLOCKTEST' undeclared here (not in a function)
/opt/tinyos-2.x/tos/chips/stm25p/Stm25pSectorP.nc:38:28: error: 
StorageVolumes.h: No such file or directory
In file included from /opt/tinyos-2.x/tos/chips/stm25p/Stm25pSectorC.nc:52,
                 from /opt/tinyos-2.x/tos/chips/stm25p/BlockStorageC.nc:62,
                 from RandRWAppC.nc:21:
In component `Stm25pSectorP':
    [...]
__________________________________________________________
I think is the Python component, because if I use only the "tos-storage-stm25p" 
:

$ tos-storage-stm25p  /opt/tinyos-2.x/tos/platforms/telosb <volumes-stm25p.xml 
>build/telosb/StorageVolumes.h

The generated "StorageVolumes.h" file is empty.
Afterwards, I've tried with "python" or "python -V" but it doesn't show 
anything in the cygwin console, although python is installed (I don't get the 
"command not found" message).
I've installed the python 2.5 version packet.

Thanks in advance!!

Regards,
Jose A



╔══════════════════════════════════════╗
║                José A. Tarifa Galisteo
║
║  Estudiante Ingeniería de Telecomunicación
║  Escuela Superior de Ingenieros - U. Sevilla
║  http://alumno.us.es/j/jostargal/
╚══════════════════════════════════════╝
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to