Error in FW-zip-File?

Hi,

after ignoring my K8200 for some time, it is ignoring me…

This is a longer story, working on multipe ends. This is one:
Came to the conclusion that I should try to reprogramm the Firmware.

So, I did what is described here, 007 - UPDATING FIRMWARE, k8200.eu/manual/printing/?c=007
I followed the links on that page, picked the first Windows installer arduino.cc/download_handler … indows.exe
and exactly the linked firmware:
k8200.eu/downloads/files/dow … rlinv1.zip

Installed, unpacked, open, yeah!

But then…Set Board… well, selection are already different, but “Mega 2560” should be right…
Well, it results in an Error. Try the “Mega ADK”. Also error, here it is:

[code]Arduino: 1.6.9 (Windows 7), Board: “Arduino Mega ADK”
Build options changed, rebuilding all
In file included from sketch\Gen7\cores\arduino\wiring_private.h:30:0,
from sketch\Gen7\cores\arduino\WInterrupts.c:33:
c:\ownprogramms\arduino\hardware\tools\avr\avr\include\avr\signal.h:36:2: warning: #warning “This header file is obsolete. Use <avr/interrupt.h>.” [-Wcpp]
#warning “This header file is obsolete. Use <avr/interrupt.h>.”
^
In file included from sketch\Gen7\cores\arduino\wiring_private.h:31:0,
from sketch\Gen7\cores\arduino\WInterrupts.c:33:
c:\ownprogramms\arduino\hardware\tools\avr\avr\include\avr\delay.h:36:2: warning: #warning “This file has been moved to <util/delay.h>.” [-Wcpp]
#warning “This file has been moved to <util/delay.h>.”
^
In file included from sketch\Gen7\cores\arduino\WConstants.h:1:0,
from sketch\Gen7\cores\arduino\WInterrupts.c:32:

c:\ownprogramms\arduino\hardware\tools\avr\avr\include\math.h:426:15: error: expected identifier or ‘(’ before ‘double’
extern double round (double __x) ATTR_CONST;
^
wiring.h:73: error: expected ‘)’ before ‘>=’ token
#define round(x) ((x)>=0?(long)((x)+0.5):(long)((x)-0.5))
^
exit status 1
expected ‘)’ before ‘>=’ token[/code]

So, the original Firmware-Zip is wrong, does not work with Arduino? Come on…

Did I make something wrong??? What?
Where to find a correct FW-Zip? Or an error-compatible* version of Arduino?

Thanks
Harald

*Damn, this would be sad, selecting the compiler to match the errors of the FW

You are using wrong Arduino. Get 1.0.6

Thanks Fafnir! Used 1.0.6, compile, upload, and the board started[color=#408000] talking[/color]. Now, lets connect to motors…
Best regards
Harald