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


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to