On 7/12/06, ashish makani <[EMAIL PROTECTED]> wrote:
[EMAIL PROTECTED] atmel_avr_compiler_tools]$ sudo rpm -ivh avr-libc-1.2.3-1.i386.rpmPreparing... ########################################### [100%] package avr-libc-20030512cvs-1 (which is newer than avr-libc-1.2.3-1) is already installed So I used –Uvh –force , which, in hindsight I think was a very very stupid idea on my part.
Your problem is indeed the old avr-libc. You should remove it: rpm -e avr-libc-20030512cvs-1 I'm also wondering if you have the correct version of avr-gcc (our 3.4.3 rpm) - it looks like you might have an older version around. Check what avr-gcc -v reports. The tos-check-env script should also be reporting these kinds of problems, run it and see what it says, David Gay _______________________________________________ Tinyos-help mailing list [email protected] https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
