-
Notifications
You must be signed in to change notification settings - Fork 46
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
array library not found #39
Comments
Hey! Did you end up solving this issue? I think this is related to the avr-libstdcpp mentioned in 10.3 Use of the Arduino library. |
Okay, I've managed to fix this by following the instructions in Chinese here. It requires copying and pasting the But now I am getting another error:
If I edit avr-libstdcpp/new#L40 like this - #include <stddef>
+ #include <cstddef> then I get lots of other errors:
So I am not sure if that is the correct fix... |
Hello, I had exactly the same problem, to solve it, have use the IDE Arduino 1.8.19 !!! And NOT IDE Arduino 2.3.3 !!! |
Thank you for this comment, this solved the problem for me! |
When attempting to compile any examples for the arduino, I get:
In file included from C:\Users\iviti\sketchbook\libraries\MyCobotBasic/MyCobotSaver.h:5:0,
from C:\Users\iviti\sketchbook\libraries\MyCobotBasic/MyCobotBasic.h:7,
from C:\Users\iviti\sketchbook\mySetRGB\mySetRGB.ino:1:
C:\Users\iviti\sketchbook\libraries\MyCobotBasic/ParameterList.h:27:10: fatal error: array: No such file or directory
#include
^~~~~~~
compilation terminated.
exit status 1
Error compiling for board Arduino Mega or Mega 2560.
The text was updated successfully, but these errors were encountered: