-
Notifications
You must be signed in to change notification settings - Fork 120
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
iostream compilation error on Arduino Mega #39
Comments
Idem com Uno IDE 1.8.13 |
It looks like Iostream is not supported in arduino: in the linked list library it fails to compile on arduino because the linked list library includes the following in the "tests.cpp" file: when I comment out these two lines, then the whole thing compiles successfully |
Deleted test.cpp, it fixed the issue. Problem solved. |
Confirmed, worked for me as well. Fairly annoying for someone trying to use the lib with Arduino, but at least it's not a complex fix. Looks to me that the Arduino IDE is being overzealous and just compiling everything in a library's source directory. I wonder if there is a way to get around that? |
Error compiling for Arduino Mega or Mega 2560 board. It just works removing this file.
The text was updated successfully, but these errors were encountered: