avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-gcc-list] Differences between avr-gcc 3.02 and 3.2


From: Alex Shepherd
Subject: Re: [avr-gcc-list] Differences between avr-gcc 3.02 and 3.2
Date: Sat, 21 Sep 2002 15:12:13 +1200

>     static inline void timer0_source (unsigned int src)

This was the problem alright. I changed the one and only call to
timer0_source() to the SFR method and all is fine again - thanks!!!

> With my version of avrgcc (3.2), and a couple of tweaks, I can compile
your
> code.

You didn't by any chance uncomment lcd.c in the makefile when you tried to
make it compile?

It also has compile problems which are not obvious to me.

Change the following line in the makefile and you will see what I mean.

SRC = $(TRG).c ln_sw_uart.c uart.c lcd.c

Cheers

Alex Shepherd



avr-gcc-list at http://avr1.org



reply via email to

[Prev in Thread] Current Thread [Next in Thread]