Hi,
thanx for the info, I'll upgrade...

On 3/6/06, Carrick Detweiler <[EMAIL PROTECTED]> wrote:
> Package: avr-libc
> Version: 1.4.3-1
>
> There is a bug in avr/boot.h which causes the wrong macro to be used by
> the preprocessor with some processors.  This is fixed in the upstream
> version as per bug:
>
> http://savannah.nongnu.org/bugs/?func=detailitem&item_id=15559
>
> In particular line 559 should be changed from:
>
> #elif (FLASHEND > USHRT_MAX) && (__USING_MINT8)
>
> to:
>
> #elif (FLASHEND > USHRT_MAX) && !(__USING_MINT8)
>
> Thanks.
>
> Carrick Detweiler
>
>


--
Håkan Ardö

Reply via email to