per1234 / EtherEvent

Easy to use password authenticated Ethernet communication between Arduinos and EventGhost Network Event Sender/Receiver or TCPEvents plugins.
MIT License
0 stars 0 forks source link

Galileo and Edison compatibility #3

Open per1234 opened 8 years ago

per1234 commented 8 years ago

Compiling for Intel Galileo, Edison or Arduino 101 fails:

E:\Stuff\misc\electronics\arduino\libraries\EtherEvent/EtherEvent.h:8:25: fatal error: avr/dtostrf.h: No such file or directory

 #include <avr/dtostrf.h>

                         ^
per1234 commented 8 years ago

The above error has been fixed via https://github.com/per1234/EtherEvent/commit/e8d614c49b3c9e179a018f88dc21197c869ee45c and Arduino 101 now compiles successfully but Galileo and Edison still have other compilation errors:

Not declared:

In Arduino15\packages\Intel\hardware\i586\1.6.7+1.0\cores\arduino\WString.cpp and Arduino15\packages\Intel\hardware\i686\1.6.7+1.0\cores\arduino\WString.cpp snprintf() is used instead of utoa et al.