Closed
Description
Arduino AVR Boards 1.6.9 contains the following recipe:
recipe.ar.pattern="{compiler.path}{compiler.ar.cmd}" {compiler.ar.flags} {compiler.ar.extra_flags} "{archive_file_path}" "{object_file}""
Which is incompatible with any IDE previous to 1.6.6 because of {archive_file_path}
needs to be changed to {build.path}/{archive_file}
. After updating to Arduino AVR Boards 1.6.9 any compile using these boards causes the error:
avr-gcc: error: C:\Users\per\AppData\Local\Temp\build8524536844090177810.tmp/core.a: No such file or directory
This is a perfect example of why https://github.com/arduino/Arduino/issues/3932 is needed.
Metadata
Metadata
Assignees
Labels
No labels