Skip to content

megaTinyCore: newer megaavr versions fail to install on AARCH64 Linux due to incorrect GCC host triplet #1277

@josefwegner

Description

@josefwegner

Hi,

on AARCH64/ARM64 Linux systems (e.g. Raspberry Pi), the recent versions of megaTinyCore:megaavr cannot be installed anymore. The toolchain dependencies use an incorrect GCC host triplet:

  • expected: aarch64-linux-gnu

  • provided: aarch64-pc-linux-gnu (note the extra -pc)

Because of this mismatch, the toolchain fails to install on ARM64 platforms.

It looks like the downloadable toolchain packages on drazzy.com still contain the wrong host value. Could you please update the files there? A simple search-and-replace should be enough to fix this.

Thanks a lot for your work on megaTinyCore!

Best regards,
Josef

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions