Hello all, I'm working with Micaz motes and I'd like to use HFS(highFrequencySampling) to acquire audio from Microphone in MTS300 but when i try to program the HFS into mote I get an error like this:
ncc -o build/micaz/main.exe -Os -finline-limit=100000 -Wall -Wshadow -DDEF_TOS_AM_GROUP=0x7d -Wnesc-all -target=micaz -fnesc-cfile=build/micaz/app.c -board=micasb -I%T/lib/Deluge -DIDENT_PROGRAM_NAME=\"HFS\" -DIDENT_USER_ID=\"antóniogonga\" -DIDENT_HOSTNAME=\"aogobg\" -DIDENT_USER_HASH=0x701db054L -DIDENT_UNIX_TIME=0x44fc45a6L -DIDENT_UID_HASH=0x79e0610aL -I/opt/tinyos-1.x/tos/lib/CC2420Radio HFS.nc -lm
MicroTimerM.nc:
In function `MicroTimer.start':MicroTimerM.nc:100
: `CTC1' undeclared (first use in this function)MicroTimerM.nc:100
: (Each undeclared identifier is reported only onceMicroTimerM.nc:100
: for each function it appears in.)C:/tinyos/cygwin/opt/tinyos-1.x/tos/platform/micaz/HPLTimer1M.nc: At top level:
C:/tinyos/cygwin/opt/tinyos-1.x/tos/platform/micaz/HPLTimer1M.nc:170: redefinition of `__vector_12'
MicroTimerM.nc:125
: previous declaration of `__vector_12'please if anyone can help me feel free to answer me
_______________________________________________ Tinyos-help mailing list [email protected] https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
