Skip to content

Wrong cli version report stops execution #19

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
akash73 opened this issue Feb 2, 2022 · 1 comment
Closed

Wrong cli version report stops execution #19

akash73 opened this issue Feb 2, 2022 · 1 comment
Assignees
Labels
conclusion: invalid Issue/PR not valid topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project

Comments

@akash73
Copy link
Member

akash73 commented Feb 2, 2022

launching it with
andrea@MBP-di-Andrea Applications % ./arduino-cslt compile -b arduino:mbed_portenta:envie_m7 /Users/andrea/Documents/Arduino/16Pots_16ButtonsCC/16Pots_16ButtonsCC.ino

INFO[0000] arduino-cli version: 0.20.2
FATA[0000] please use a version > 0.20.2 of the arduino-cli, installed version: 0.20.2

my arduino-cli version is the latest available

andrea@MBP-di-Andrea Applications % arduino-cli version
arduino-cli Version: 0.20.2 Commit: 13783819 Date: 2021-12-07T16:41:50Z

@per1234
Copy link
Contributor

per1234 commented Feb 3, 2022

Hi @akash73. Thanks for your report.

This is the correct behavior. The tool requires a feature which was recently introduced in Arduino CLI: arduino/arduino-cli#1608, after the time of the 0.20.2 release you are using.

There has not been a release of Arduino CLI since that time, so it is currently necessary to use the nightly build of Arduino CLI with this tool:
https://arduino.github.io/arduino-cli/latest/installation/#nightly-builds

The feature will be in the next release of Arduino CLI, which should come out soon.

@per1234 per1234 closed this as completed Feb 3, 2022
@per1234 per1234 added conclusion: invalid Issue/PR not valid topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project labels Feb 3, 2022
@per1234 per1234 self-assigned this Feb 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
conclusion: invalid Issue/PR not valid topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project
Projects
None yet
Development

No branches or pull requests

2 participants