lincomatic / open_evse

Firmware for Open EVSE
GNU General Public License v3.0
114 stars 163 forks source link

Compile Error #55

Closed andyfras closed 8 years ago

andyfras commented 8 years ago

Newbie here; sorry if this has already been asked. When I try to compile the latest download, I get the following error:

In file included from sketch\ammeter_cal\ammeter_cal.cpp:23:0:

sketch\ammeter_cal\ammeter_cal.h:29:18: fatal error: time.h: No such file or directory

include (time.h)

Please note that time.h won't display with the correct brackets on here, so I've substituted round ones.

lincomatic commented 8 years ago

which compiler are you using? This is a standalone C++ program, not Arduino sketch

andyfras commented 8 years ago

Yes, I was using the Arduino compiler. I've obviously still got a lot to learn.

I want to build an EVSE inside a type 2 Mennekes connector using an Arduino Pro Mini.

Thanks for your patience.