I just installed xubuntu with tinyOS, and upgraded its installation with
CVS. Then I tried to make the TestSleep application, but several error
messages appeared. Here they are :

$ sudo make mica2 install,0 mib510,/dev/ttyUSB0;
mkdir -p build/mica2
    compiling TestSleepC to a mica2 binary
ncc -o build/mica2/main.exe -Os -finline-limit=100000 -Wall -Wshadow
-Wnesc-all -target=mica2 -fnesc-cfile=build/mica2/app.c -board=micasb
-DIDENT_PROGRAM_NAME=\"TestSleepC\" -DIDENT_USER_ID=\"root\"
-DIDENT_HOSTNAME=\"fhg07\" -DIDENT_USER_HASH=0xd175f63cL
-DIDENT_UNIX_TIME=0x48e37b72L -DIDENT_UID_HASH=0x88fe2307L
-fnesc-dump=wiring -fnesc-dump='interfaces(!abstract())'
-fnesc-dump='referenced(interfacedefs, components)'
-fnesc-dumpfile=build/mica2/wiring-check.xml TestSleepC.nc -lm
In file included from TestSleepC.nc:37:
In component `TestSleepM':
TestSleepM.nc: In function `Boot.booted':
TestSleepM.nc:38: interface has no command or event named `enable'
In component `TestSleepC':
TestSleepC.nc: At top level:
TestSleepC.nc:38: component HplSleepC not found
TestSleepC.nc:42: no match
make: *** [exe0] Error 1



Any idea of how to solve it? After upgrading my installation, with CVS,
some of these new applications do no work at all here. Did I upgrade it
wrongly or show have taken any other additional step? I used the
"cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/tinyos
co -P tinyos-2.c" command in the /opt/ folder to upgrade it.


Thanks,
Fernando.

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

Reply via email to