[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avr-gcc-list] Converting from IAR to avr-gcc
From: |
Gregory Berardi |
Subject: |
Re: [avr-gcc-list] Converting from IAR to avr-gcc |
Date: |
23 Aug 2003 15:02:29 -0500 |
Duh!
I meant the atmega103 is what we are using and we will be going to the
128.
Brain fart!
-greg
On Sat, 2003-08-23 at 08:56, Gregory Berardi wrote:
> I am converting a very large program for the atmega128 from IAR to
> avr-gcc and I'm having some problems. Once I get this to compile and
> work I want to convert it to atmega103 since the 128 is obsolete. We
> are currently building boards with the 128 until we run out, sometime in
> Februrary or March. My current problem is a function that takes a float
> and returns a float. The header prototype is;
>
> float AdjFZSP(float SP);
>
> I get and error of;
>
> parse error before '(' token
>
> Can't I have a return type float?
>
> Could someone show me a way to get around this?
>
> Is there some information on converting from IAR to avr-gcc?
>
> -greg
>
>
>
>
> _______________________________________________
> avr-gcc-list mailing list
> address@hidden
> http://www.avr1.org/mailman/listinfo/avr-gcc-list