https://bugzilla.novell.com/show_bug.cgi?id=676024 https://bugzilla.novell.com/show_bug.cgi?id=676024#c5 --- Comment #5 from robert spitzenpfeil <madworm_de.novell@spitzenpfeil.org> 2011-03-07 22:19:20 UTC --- The issue with delay.h might stem from 'recent' updates to avr-libc 1.7.1 It seems some math functions (round, abs...) went into <util/delay.h>. Apparently avr-gcc doesn't have a problem with these, but avr-g++ doesn't know about these at all. This can be resolved by adding #include <math.h> to the top of <util/delay.h>
From what I've read in the most recent forum post I referred to, 'Bingo600' will look into this issue and if it is indeed resolved by adding only this include, he'll build some debian packages, which will be linked to on avrfreaks.net.
There's still the issue of Atmel not having provided the patches used for 'their' latest WinAVR (part of the new and infamous AVR-Studio 5 - a 520MB .net bloat - that's the size of the installer, not unpacked). As I can't fathom the amount of work necessary to update the packages, it may be wise to wait with that part a bit. All of this could be sooooo easy, if the bean counters at Atmel had seen the light. Apparently that's another case of 'why we're still using windows' and 'irrelevant market share'... .. but now it compiles my code ;-) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.