Hi Eric,

thanks for the extremely fast replies!

On Sat, Feb 28, 2009 at 9:09 PM, Weddington, Eric
<ewedding...@cso.atmel.com> wrote:
> Used this command line:
> avr-gcc -Os -mmcu=atmega8 -c ATmegaBOOT.c -DF_CPU=8000000UL -o ATmegaBOOT.o
> No warnings, no errors.
> Using avr-gcc 4.3.2.

I have found the problem in my Makefile. Due to a wrong variable
setting I was including the default linux i386 inttypes.h istead of
the correct avr/include one.

I'm attaching the fixed Makefile, just for reference. F_CPU and
BAUD_RATE are defined there.

All works perfectly now!

Thanks again,
Radoslav Kolev

Attachment: Makefile
Description: Binary data

_______________________________________________
AVR-GCC-list mailing list
AVR-GCC-list@nongnu.org
http://lists.nongnu.org/mailman/listinfo/avr-gcc-list

Reply via email to