Mailinglist Archive: opensuse-bugs (6933 mails)

< Previous Next >
[Bug 676024] avr-gcc 4.3.3 -- missing support for ATtiny4313 -- WinAVR 4.3.3 works.

https://bugzilla.novell.com/show_bug.cgi?id=676024

https://bugzilla.novell.com/show_bug.cgi?id=676024#c3


--- Comment #3 from robert spitzenpfeil <madworm_de.novell@xxxxxxxxxxxxxxxx>
2011-03-07 19:14:09 UTC ---
Please note:

It seems that old code that needs to be compiled with avr-g++ will have to be
modified as such:

old:

#include <avr/delay.h>


new:

#include <math.h>
#include <util/delay.h>


To whom it may concern: this also affects compiling code with the 'Arduino IDE'
on linux.

--
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.

< Previous Next >
References