-
Notifications
You must be signed in to change notification settings - Fork 7.6k
I'm getting build errors with Arduino IDE 1.8.14. #5181
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
built-in-libraries addPathFlagIfPathExists(cmd, "-built-in-libraries", BaseNoGui.getContentFile("libraries")); BaseNoGui.getContentFile static public File getContentFile(String name) {
String appDir = System.getProperty("APP_DIR");
if (appDir == null || appDir.length() == 0) {
appDir = currentDirectory;
}
File installationFolder = new File(appDir);
return new File(installationFolder, name);
} APP_DIRhttps://github.com/arduino/Arduino/blob/master/build/windows/launcher/config.xml#L70
It may be a fixed value. |
As a workaround, I would propose fixing arduino's version (Arduino/libraries/SD/library.properties and arduino-1.8.14/libraries/SD/library.properties) with: |
Hi all. This has already been fixed and new releases of both Arduino IDEs and Arduino CLI will be out soon. For details, please see this: arduino/arduino-cli#1292 |
Ok, fixed in the repo SD library also. |
Ok, so rather than changing arduino files, change <esp32>/libraries/SD/library.properties: |
https://github.com/arduino/Arduino/releases/tag/1.8.15 It has been fixed. |
* Bump library versions to 2.0.0 * Fixed name on SD library (see #5181)
Description:
A build-in library option has been added.
As a result, the library for AVR is loaded.
-built-in-libraries C:\Program Files (x86)\Arduino\libraries
Sketch: (leave the backquotes for code formatting)
Debug Messages:
The text was updated successfully, but these errors were encountered: