Board Manager Arduino IDE 1.6.7

Hello,

with the new Arduino IDE I got some warning, if I compile e.g. Sparkfun Pro Micro:

Warning: platform.txt from core ‘SparkFun AVR Boards’ contains deprecated tools.avrdude.cmd.path={runtime.ide.path}/hardware/tools/avr/bin/avrdude, automatically converted to tools.avrdude.cmd.path={path}/bin/avrdude. Consider upgrading this core.

Warning: platform.txt from core ‘SparkFun AVR Boards’ contains deprecated tools.avrdude.config.path={runtime.ide.path}/hardware/tools/avr/etc/avrdude.conf, automatically converted to tools.avrdude.config.path={path}/etc/avrdude.conf. Consider upgrading this core.

Warning: platform.txt from core ‘SparkFun AVR Boards’ contains deprecated recipe.ar.pattern=“{compiler.path}{compiler.ar.cmd}” {compiler.ar.flags} {compiler.ar.extra_flags} “{build.path}/{archive_file}” “{object_file}”, automatically converted to recipe.ar.pattern=“{compiler.path}{compiler.ar.cmd}” {compiler.ar.flags} {compiler.ar.extra_flags} “{archive_file_path}” “{object_file}”. Consider upgrading this core.

I use the Board Files from:

https://raw.githubusercontent.com/spark … index.json

Can you fix this?

Thank you

Thomas

Hi

I got the same result and what I did (right or wrong) was to copy plattform.txt from the arduino/avr folder to the sparkfun/avr folder in C:\Program Files (x86)\Arduino\hardware. (I renamed the sparkfun before, just in case)

Hope it helps. //Johan