Skip to content
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

#include <avr/dtostrf.h> No such file or directory #34

Closed
sheepsblood opened this issue Feb 23, 2015 · 1 comment
Closed

#include <avr/dtostrf.h> No such file or directory #34

sheepsblood opened this issue Feb 23, 2015 · 1 comment

Comments

@sheepsblood
Copy link

When using the plotly_streaming_ethernet example I receive this error.

Again, much time spent researching it and testing several methods for a resolution and none have worked so far.

Documents/Arduino/libraries/plotly_streaming_ethernet/plotly_streaming_ethernet.cpp:6:25: fatal error: avr/dtostrf.h: No such file or directory
#include <avr/dtostrf.h>
^
compilation terminated.
Error compiling.

There is a suggestion for a fix but it doesn't work ( http://forum.arduino.cc/index.php/topic,211656.0.html )

Oh, and if you exclude <avr/dtostrf.h> , the compiler blows up with lots of problems. (maybe obviously, but they are pointing out double declarations such as "plotly: ploty"

@alexander-daniel
Copy link
Contributor

@sheepsblood
Referenced here: #3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants