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:
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
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-gnuprovided:
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