Re: [Tinyos-help] implicit declaration of function `TOSH_MAKE_BAT_MON_OUTPUT'

2008-11-02 Thread Wahid
to COMPONENT=TestUartRadio 2-I'm Running a XubunTOS Virtual Machine Image in VMware --- On Wed, 10/15/08, Michael Schippling [EMAIL PROTECTED] wrote: From: Michael Schippling [EMAIL PROTECTED] Subject: Re: [Tinyos-help] implicit declaration of function `TOSH_MAKE_BAT_MON_OUTPUT' To: [EMAIL

Re: [Tinyos-help] implicit declaration of function `TOSH_MAKE_BAT_MON_OUTPUT'

2008-11-02 Thread Michael Schippling
=TestUartRadio 2-I'm Running a XubunTOS Virtual Machine Image in VMware --- On Wed, 10/15/08, Michael Schippling [EMAIL PROTECTED] wrote: From: Michael Schippling [EMAIL PROTECTED] Subject: Re: [Tinyos-help] implicit declaration of function `TOSH_MAKE_BAT_MON_OUTPUT' To: [EMAIL PROTECTED] Cc

[Tinyos-help] implicit declaration of function `TOSH_MAKE_BAT_MON_OUTPUT'

2008-10-15 Thread Wahid
Hi, I know that TOSH functions are generated through macro mechanisms but i don't know how they are included. I'm trying to make /opt/tinyos-1.x/apps/TestUart (in the Makefile i changed COMPONENT=TestUartSimple to COMPONENT=TestUartRadio) this is what i'm getting : [EMAIL

Re: [Tinyos-help] implicit declaration of function `TOSH_MAKE_BAT_MON_OUTPUT'

2008-10-15 Thread Michael Schippling
In T1 those pin assignment macromacro-macros are usually in the hardware.h file. I found this: tos/platform/mica2/hardware.h:121:TOSH_ASSIGN_PIN(BAT_MON, A, 5); but that file (and the other matches) is not included when you make pc so you'll probably have to kludge something. There may not be a