[Tinyos-help] AVR GCC compiler problems
John Regehr
regehr at cs.utah.edu
Wed Feb 27 14:03:20 PST 2008
> There have been compiler bugs in the past, but as far as I recall they've all
> been on msp430-gcc.
The avr-gcc bug database is here:
http://www.nongnu.org/avr-libc/bugs.html
The majority of known bugs are missed optimizations and compiler crashes;
incorrect code generation is relatively uncommon.
My guess is that Jose is not seeing a compiler bug but you never know.
As Phil says, you'll need to closely inspect the app.c as well as the
generated assembly.
John
More information about the Tinyos-help
mailing list