-
-
Notifications
You must be signed in to change notification settings - Fork 398
arduino-cli core install arduino:avr failing on Windows 10 #20
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
Comments
I too have the same problem. Whatever I try to download in arduino cli it says that its not supported on your os. |
Hi @cmaglie I'm still getting this. My environment of execution is
|
I am also having trouble. I'm running $ ~/.arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++
Failed to execute process '/home/muellerj/.arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++'. Reason:
The file '/home/muellerj/.arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++' does not exist or could not be executed. but the file is there: $ ls -a ~/.arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++
-rwxr-xr-x 2 muellerj muellerj 931K Nov 19 15:14 /home/muellerj/.arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ |
@luccasmaso @muellerj What is Alpine? Please open a new issue, try with the latest |
It's a Linux distro: https://www.alpinelinux.org |
The issue is all about WSL, not alpine itself. The same works on Ubuntu WSL which is officially supported by Windows while Alpine mess the permissions a bit.
I would avoid supporting non-official builds of WSL. Can you please tell us how did you install Alpine and a step by step guide on how to reproduce the issue? So I can check a bit more. |
I think that this deserve it's own issue, the original poster issue has been fixed long ago so I'm locking this one. Feel free to open a new issue with a better description of the problem. |
Operating System:
Edition: Windows 10 Enterprise
Version: 1709
OS Build: 16299.611
System Type: 64-bit operating system, x64-based processor
I have issued the following command:
arduino-cli-0.2.0-alpha.preview-windows.exe core install arduino:avr
and got this message:
The tool arduino:[email protected] is not available for the current OS
this prevents me to use the arduino-cli on my Windows system
Same command issued on Linux system (on same machine) works properly
The text was updated successfully, but these errors were encountered: