[Tinyos-help] Error Message

Philip Levis pal at cs.stanford.edu
Tue Jul 4 18:58:33 PDT 2006


On Jul 4, 2006, at 6:20 PM, Bessell, Travis wrote:

> Hello All,
>
> I am getting this error message and I have no idea why. I was  
> wondering if anyone else has had this error and if so could let me  
> know what I have done wrong.
>
> MicroTimerM.nc:127: redefiniton of '__vector_12'
> C:/tinyos/cygwin/opt/tinyos-1.x/tos/platform/micaz/HPLTimer1M.nc: 
> 170: previous declaration of '__vector_12'
>
> Thanks in advance for any help you can give me.
> Regards,

You've defined an interrupt handler twice (__vector_12 is an  
interrupt handler). Both HPLTimer1M and MicroTimerM have defined the  
handler, and so there are two functions with the same name.

Phil


More information about the Tinyos-help mailing list