Time Library

Hello to all,

I am trying to adapt the Time library for Due board. After getting rid of some problems with types and Progmem i finnaly make it to compile but with some warnings.

Every time I invoke a function from Time library, the compiler complains for example

warning: undefined reference to `makeTime(tmElements_t&)'

I am attaching my library and .ino test file if someone can take a look. I will be very appreciated.

Thanks for reading,

P.S. i have ported this Time Library to chipKit Max32 whitout problems but Due is giving me a hard time.

Time.zip (19.5 KB)

test_time.ino (1.04 KB)