-
-
Notifications
You must be signed in to change notification settings - Fork 114
builder is unable to find libraries for 3rd party boards #83
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
Hi @robertinant , #include "WCharacter.h"
#include "WString.h"
+#include "HardwareSerial.h"
#if defined(HAVE_HWSERIAL0) && defined(HAVE_CDCSERIAL)
#error "Targets with both UART0 and CDC serial not supported"
#endif After fixing this I tested |
This is how the libraries get resolved in my setup
|
Sorry, I should been more specific. The issue is with the panStamp NRG boards. All is fine for the panStamp AVR boards. |
Hi @robertinant , |
Awesome! That fixed it. Thanks for the quick turn-around on this! |
This issue was fixed for core libraries but not for 3rd-party generic libraries (installed under sketches/libraries/) being used by 3rd-party boards. This was reported in issue #97 some months ago. IDE 1.6.8 is still showing the problem. |
Builder (1.3.8) in Arduino 1.6.7 is no longer able to find libraries (e.g. SPI.h) for the panStamp NRG board. http://panstamp.org/arduino/package_panstamp_index.json. This issue might also exist for other boards. This was working fine with builder 1.0.5 in Arduino 1.6.6. I have looked at all the configuration files and do not see anything obvious that should be changed to support the latest builder. Can you please look into this?
The text was updated successfully, but these errors were encountered: