Skip to content

Arduino AVR Boards 1.6.9 and Arduino SAM Boards 1.6.6 incompatible with IDE<1.6.6 #4114

Closed
@per1234

Description

@per1234

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions