-
-
Notifications
You must be signed in to change notification settings - Fork 398
core install
fails when a core archive doesn't have a single base folder
#325
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
List of boards before
when
|
This is the same as #153 The problem is in the package layout; while the IDE performs some logic to address common problems like this one, the CLI hasn't anything like that. The fix should primarily consist in fixing the package but we're discussing internally whether we should do or not in the CLI what the IDE does. I personally think we shouldn't start adding exceptions or it'll be hard to draw a line when they'll become too many. Thoughts and feedback welcome. |
Oh, I didn't know it was a particular package problem, I assumed it's the tool's issue. I agree with you in such a case that adding an exception to the tool is not the best approach. |
Hi @dandee , That core only contains StarOtto board from Arduino.org (which was never released AFAIK) so we just decided to remove it to avoid further confusion. In case you need a generic package for STM32, the community core is much much better |
Hi @facchinm , I've got a couple of NUCLEO-F411RE boards from STM to play with. Is the suggested package would work with it? |
Yes, it's supported by the community package |
Great! Thanks for letting me know! |
core install
fails when Library/Arduino15 directory is a symlinkcore install
fails when a core archive doesn't have a single base folder
I'm closing the issue as wontfix since the behaviour is expected (and conforms with all the documentation we have). |
Bug Report
Current behavior
Attempt to install a new board fails:
Expected behavior
Board to be successfully installed.
Environment
arduino-cli version
):arduino-cli Version: 0.4.0 Commit: =98b7be9
N/A
macOS Mojave 10.14.6 (18G84)
Additional context
/Users/mooncake/Library/Arduino15
is a symbolic link to a directory on another disk (volume?)The text was updated successfully, but these errors were encountered: