[Tinyos-help] Compiling Blink for micaz

2007-06-04 Thread M.Soledad Escolar Díaz
Hello, I’m a newbie with TinyOS. I have installed TinyOS 1.1 in a RedHat 9 system. I have currently installed: avarice-2.0.20030825cvs-1.i386.rpm

RE: [Tinyos-help] Compiling Blink for micaz

2007-06-06 Thread M.Soledad Escolar Díaz
/tos/platform/mica/HPLPowerManagementM.nc:111: implicit declaration of function `outp' /opt/tinyos-1.x/tos/platform/mica/HPLPowerManagementM.nc:112: implicit declaration of function `sbi' make: *** [build/mica/main.exe] Error 1 It seems that can not find the macros declaration (sbi, cbi, outp...)

Re: [Tinyos-help] Compiling Blink for micaz

2007-06-06 Thread Michael Schippling
a/HPLPowerManagementM.nc: In function `PowerManagement.adjustPower': /opt/tinyos-1.x/tos/platform/mica/HPLPowerManagementM.nc:108: implicit declaration of function `inp' /opt/tinyos-1.x/tos/platform/mica/HPLPowerManagementM.nc:111: implicit declaration of function `outp' /opt/tinyos-1

RE: [Tinyos-help] Compiling Blink for micaz

2007-06-07 Thread M.Soledad Escolar Díaz
on `inp' > /opt/tinyos-1.x/tos/platform/mica/HPLClock.nc: In function > `Clock.setCounter': > /opt/tinyos-1.x/tos/platform/mica/HPLClock.nc:139: implicit declaration of > function `outp' > /opt/tinyos-1.x/tos/platform/mica/HPLClock.nc: In function > `Clock.intDisable&#x

Re: [Tinyos-help] Compiling Blink for micaz

2007-06-04 Thread Michael Schippling
Those header files are usually in /usr/local/avr/include If they are there, then there is something wrong with the internal search path, with which I cannot help. If they're not there then see where the avr gcc or libc rpms tried to put them. Try a file find and see if they exist anywhere... MS