I "think" that the low-level functions that are causing the whining
are in /usr/local/avr/include/avr/sfr_defs.h so you may be missing
all or part of the avr install. I'd go back and recheck them...

MS


Nicola Varanese wrote:
Hello,
I installed everything needed (at least I hope so) to get TinyOS
working for Mica2 motes under Kubuntu 6.06B2. The output of toscheck
is fairly good (some errors about the version of avr-gcc, avr-libc and
binutils-avr, which I installed from Ubuntu repositories). Anyway, if
I try to compile Blink, I got flooded with errors. I really cannot
figure out what is going on here. The version I am using is tinyOS
1.1.10. The compilation of uisp, nesC (1.1.3), and TinyOS Java stuff
went on without any error.

Thank you for your most precious help,

N. Varanese


make mica2 output:
===========================

In file included from
/usr/local/src/tinyos-1.1.10/tos/platform/mica2/hardware.h:82,
                from /usr/local/src/tinyos-1.1.10/tos/system/tos.h:144:
/usr/local/src/tinyos-1.1.10/tos/platform/avrmote/avrhardware.h: In
function `TOSH_sleep':
/usr/local/src/tinyos-1.1.10/tos/platform/avrmote/avrhardware.h:144:
warning: implicit declaration of function `sbi'
/usr/local/src/tinyos-1.1.10/tos/platform/avrmote/avrhardware.h: In
function `__nesc_atomic_start':
/usr/local/src/tinyos-1.1.10/tos/platform/avrmote/avrhardware.h:155:
warning: implicit declaration of function `inp'
/usr/local/src/tinyos-1.1.10/tos/platform/avrmote/avrhardware.h: In
function `__nesc_atomic_end':
/usr/local/src/tinyos-1.1.10/tos/platform/avrmote/avrhardware.h:162:
warning: implicit declaration of function `outp'

LOTS LOTS MORE LIKE THIS

_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to