brumster / EDTracker2_ArduinoHardware

Custom hardware device files for Arduino IDE
41 stars 21 forks source link

deprecated variables in platforms.txt & build failure #3

Closed imranmunshi closed 6 years ago

imranmunshi commented 7 years ago

I am using arduino (1.6.13-1) from the official Arch Linux repository with arduino-avr-core (1.6.15).

With this core I get messages like these:

Warning: platform.txt from core 'EDTracker AVR Boards' contains deprecated compiler.path={runtime.ide.path}/hardware/tools/avr/bin/, automatically converted to compiler.path={runtime.tools.avr-gcc.path}/bin/. Consider upgrading this core.
Warning: platform.txt from core 'EDTracker 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 'EDTracker 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 'EDTracker 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.
fork/exec {runtime.tools.avr-gcc.path}/bin/avr-g++: no such file or directory
Error compiling for board EDTracker 9150.

I do have avr-gcc, avr-binutils and avr-libc installed and build works when I select Arduino/Genuino Micro , whereas it fails when I select EDTracker 9150

brumster commented 6 years ago

Will close as now out of date. Builds on latest 1.8.5 IDE; please re-raise if you have further issues on the newer IDE.