Hello,

Basically I'm trying to build the moteino-mega board example and I found
some issues.
I have prepared a fix for all of these issues, but first of all I want your
opinion on one of the issues.

Seems like the linux avr-gcc does not include double_t as a type inside the
compiler provided <math.h>, and double_t is used inside the libs and the
build fails.

One possible fix (currently using) is to typedef it inside compiler.h (for
the AVR compiler), however, I don't know if this would be correct since I
see no other typedefs inside that file.

Regards

Reply via email to