Skip to content

arduino-cli core install should install binary tools matching the architecture of the system it is run on #1838

Closed as not planned
@imrehorvath

Description

@imrehorvath

Describe the request

It would be required that the commands like: arduino-cli core install arduino:avr installs the binary tools in the core for the architecture of the system it is executed on. Eg. the bundled binary gcc in the core should be built for arm64 on Apple silicon Macs and not Intel x86_64.

Describe the current behavior

Currently the arduino-cli core install arduino:avr command installs binary tools pre-built for Intel x86_64 on Apple silicon Macs.

Arduino CLI version

0.26.0

Operating system

macOS

Operating system version

macOS Monterey 12.5

Additional context

No response

Issue checklist

  • I searched for previous requests in the issue tracker
  • I verified the feature was still missing when using the nightly build
  • My request contains all necessary details

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions