[Tinyos-help] Error Message
Bessell, Travis
Travis.Bessell at dsto.defence.gov.au
Tue Jul 4 22:20:33 PDT 2006
Ok thanks. Ill have a look into it some more.
It is a bit weird though as I never had this error previously and I have
been successfully using this code for a while now. I reformatted my
laptop a couple of days ago and copied the code back onto it and now
when I try to program some motes I get this error?
Is there any reason for this?
Regards,
Travis Bessell
-----Original Message-----
From: Philip Levis [mailto:pal at cs.stanford.edu]
Sent: Wednesday, 5 July 2006 11:29 AM
To: Bessell, Travis
Cc: tinyos-help at Millennium.Berkeley.EDU
Subject: Re: [Tinyos-help] Error Message
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