You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Running make setup on Windows fails with the following output:
$ VERBOSE=1 make setup
Using ardino-cli from /c/Users/LA/repos/Kaleidoscope/bin/arduino-cli
Error during build: Plattform 'keyboardio:avr' nicht gefunden: Plattform nicht installiert
Try running `arduino-cli.exe core install keyboardio:avr`
make: *** No rule to make target '/c/Users/LA/repos/Kaleidoscope/bin/arduino-cli', needed by 'setup'. Stop.
As suggested by Jesse I tried ARDUINO_CLI_PATH=bin/arduino-cli.exe VERBOSE=1 QUIET= make setup and it worked.
To Reproduce
Trying to run make setup on Windows.
Expected behavior
Following the steps in the README works on Windows as well.
Environment (please complete the following information):
Describe the bug
Running make setup on Windows fails with the following output:
As suggested by Jesse I tried
ARDUINO_CLI_PATH=bin/arduino-cli.exe VERBOSE=1 QUIET= make setup
and it worked.To Reproduce
Trying to run make setup on Windows.
Expected behavior
Following the steps in the README works on Windows as well.
Environment (please complete the following information):
Additional context
See messages in Discord around: https://discord.com/channels/492408953041321984/492907083583455246/1220790243280552017
The text was updated successfully, but these errors were encountered: