> -----Original Message----- > From: > [email protected] > [mailto:avr-gcc-list-bounces+eweddington=cso.atmel....@nongnu. > org] On Behalf Of Radoslav Kolev > Sent: Saturday, February 28, 2009 11:55 AM > To: [email protected] > Subject: [avr-gcc-list] just 2 bytes allocated for uint32_t? > > On Sat, Feb 28, 2009 at 8:09 PM, Weddington, Eric > <[email protected]> wrote: > > Are you including <stdint.h> or <inttypes.h>? > > Yes, <inttypes.h> is included. I'm attaching the complete .c file. > > > And please stop using inb() and outb(). They have been > removed from avr-libc and are not necessary. Just use a > regular assignment. > > I know. I didn't write this file, it's from the Arduino > (http://arduino.cc) platform that's getting pretty popular lately. It > hasn't been touched for some time as I can see from the svn logs. I > just wanted to recompile it to run on a lower frequency crystal. > > I noticed now, that there is even a warning displayed at compile time: > > ATmegaBOOT.c:470: warning: comparison is always false due to limited > range of data type >
And what is the command line used to compile this file? _______________________________________________ AVR-GCC-list mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/avr-gcc-list
