look here:
[EMAIL PROTECTED] /opt/tinyos-2.x/apps/blink
*$ dir*

[EMAIL PROTECTED] /opt/tinyos-2.x/apps/blink
*$ dir*
BlinkAppC.nc  Makefile    TOSSIM.py   _TOSSIM.dll  build
BlinkC.nc     README.txt  TOSSIM.pyc  app.xml

explanation:
first "dir" command was with no output at all, when I did another "dir"
command directly I get the right result!!!

and by make mica2 I get now a long error message here is a part of:

In C file:
/opt/tinyos-2.x/tos/types/TinyError.h: At top level:
/opt/tinyos-2.x/tos/types/TinyError.h:35: redefinition of `SUCCESS'
/opt/tinyos-2.x/tos/types/TinyError.h:35: previous declaration of `SUCCESS'
/opt/tinyos-2.x/tos/types/TinyError.h:36: redefinition of `FAIL'
/opt/tinyos-2.x/tos/types/TinyError.h:36: previous declaration of `FAIL'
/opt/tinyos-2.x/tos/types/TinyError.h:37: redefinition of `ESIZE'
/opt/tinyos-2.x/tos/types/TinyError.h:37: previous declaration of `ESIZE'
/opt/tinyos-2.x/tos/types/TinyError.h:38: redefinition of `ECANCEL'
/opt/tinyos-2.x/tos/types/TinyError.h:38: previous declaration of `ECANCEL'
/opt/tinyos-2.x/tos/types/TinyError.h:39: redefinition of `EOFF'
/opt/tinyos-2.x/tos/types/TinyError.h:39: previous declaration of `EOFF'
/opt/tinyos-2.x/tos/types/TinyError.h:40: redefinition of `EBUSY'
/opt/tinyos-2.x/tos/types/TinyError.h:40: previous declaration of `EBUSY'
/opt/tinyos-2.x/tos/types/TinyError.h:41: redefinition of `EINVAL'
/opt/tinyos-2.x/tos/types/TinyError.h:41: previous declaration of `EINVAL'
/opt/tinyos-2.x/tos/types/TinyError.h:42: redefinition of `ERETRY'
/opt/tinyos-2.x/tos/types/TinyError.h:42: previous declaration of `ERETRY'
/opt/tinyos-2.x/tos/types/TinyError.h:43: redefinition of `ERESERVE'
/opt/tinyos-2.x/tos/types/TinyError.h:43: previous declaration of `ERESERVE'
/opt/tinyos-2.x/tos/types/TinyError.h:44: redefinition of `EALREADY'
/opt/tinyos-2.x/tos/types/TinyError.h:44: previous declaration of `EALREADY'
/opt/tinyos-2.x/tos/types/TinyError.h:47: redefinition of `error_t'
/opt/tinyos-2.x/tos/types/TinyError.h:47: previous declaration of `error_t'
/opt/tinyos-2.x/tos/types/TinyError.h:49: redefinition of `ecombine'
/opt/tinyos-2.x/tos/types/TinyError.h:49: previous declaration of `ecombine'
In file included from /opt/tinyos-2.x/tos/system/MainC.nc:50,
                 from BlinkAppC.nc:45:
In component `RealMainP':
/opt/tinyos-2.x/tos/system/RealMainP.nc: In function `main':
/opt/tinyos-2.x/tos/system/RealMainP.nc:60: implicit declaration of function
`pl
atform_bootstrap'
$
In component `BlinkC':
BlinkC.nc: In function `Timer0.fired':
BlinkC.nc:58: implicit declaration of function `dbg'
BlinkC.nc:58: implicit declaration of function `sim_time_string'
BlinkC.nc: In function `Timer1.fired':
BlinkC.nc:64: implicit declaration of function `dbg'
BlinkC.nc:64: implicit declaration of function `sim_time_string'
BlinkC.nc: In function `Timer2.fired':
BlinkC.nc:70: implicit declaration of function `dbg'
BlinkC.nc:70: implicit declaration of function `sim_time_string'
In file included from /opt/tinyos-2.x/tos/system/LedsC.nc:38,
                 from BlinkAppC.nc:45:
In component `LedsP':
/opt/tinyos-2.x/tos/system/LedsP.nc: In function `Init.init':
/opt/tinyos-2.x/tos/system/LedsP.nc:47: implicit declaration of function
`dbg'
/opt/tinyos-2.x/tos/system/LedsP.nc: In function `Leds.led0On':
/opt/tinyos-2.x/tos/system/LedsP.nc:65: implicit declaration of function
`dbg'
/opt/tinyos-2.x/tos/system/LedsP.nc: In function `Leds.led0Off':
/opt/tinyos-2.x/tos/system/LedsP.nc:70: implicit declaration of function
`dbg'
/opt/tinyos-2.x/tos/system/LedsP.nc: In function `Leds.led0Toggle':
/opt/tinyos-2.x/tos/system/LedsP.nc:75: implicit declaration of function
`dbg'
/opt/tinyos-2.x/tos/system/LedsP.nc: In function `Leds.led1On':
/opt/tinyos-2.x/tos/system/LedsP.nc:80: implicit declaration of function
`dbg'
/opt/tinyos-2.x/tos/system/LedsP.nc: In function `Leds.led1Off':
/opt/tinyos-2.x/tos/system/LedsP.nc:85: implicit declaration of function
`dbg'
/opt/tinyos-2.x/tos/system/LedsP.nc: In function `Leds.led1Toggle':
/opt/tinyos-2.x/tos/system/LedsP.nc:90: implicit declaration of function
`dbg'
/opt/tinyos-2.x/tos/system/LedsP.nc: In function `Leds.led2On':
/opt/tinyos-2.x/tos/system/LedsP.nc:95: implicit declaration of function
`dbg'
/opt/tinyos-2.x/tos/system/LedsP.nc: In function `Leds.led2Off':
/opt/tinyos-2.x/tos/system/LedsP.nc:100: implicit declaration of function
`dbg'
/opt/tinyos-2.x/tos/system/LedsP.nc: In function `Leds.led2Toggle':
/opt/tinyos-2.x/tos/system/LedsP.nc:105: implicit declaration of function
`dbg'
In file included from /opt/tinyos-2.x
/tos/chips/atm128/timer/Atm128AlarmAsyncC.n
c:32,
                 from /opt/tinyos-2.x
/tos/platforms/mica/AlarmCounterMilliP.nc:3
3,
                 from /opt/tinyos-2.x
/tos/platforms/mica/HilTimerMilliC.nc:44,
                 from /opt/tinyos-2.x/tos/system/TimerMilliP.nc:41,
                 from /opt/tinyos-2.x/tos/system/TimerMilliC.nc:40,
                 from BlinkAppC.nc:46:
In component `Atm128AlarmAsyncP':
/opt/tinyos-2.x/tos/chips/atm128/timer/Atm128AlarmAsyncP.nc: In function
`setInt
errupt':
/opt/tinyos-2.x/tos/chips/atm128/timer/Atm128AlarmAsyncP.nc:101: implicit
declar
ation of function `dbg'
make: *** [exe0] Error 1

please can you explain??

Thanks a lot, Vielen Dank
yamos2002

On Tue, Apr 1, 2008 at 12:16 PM, Ittipong Khemapech <
[EMAIL PROTECTED]> wrote:

> It should be useful if you could tell us what the error messages are.
>
> Ittipong
>
> On 01/04/2008, Tiny User <[EMAIL PROTECTED]> wrote:
> >
> > Hello All
> >
> > with:
> > "make mica2" command I get some time error message and some times it is
> > working...
> >
> > Please any one can say why Cygwin is not stable at all??
> >
> > thanks, Vielen Dank
> > Yamos2002
> >
> >
> > _______________________________________________
> > Tinyos-help mailing list
> > [email protected]
> > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
> >
>
>
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to