I am building using Eclipse Kepler, and have included math.h
. However, I am getting an error
'undefined reference to log10'.
Also types uint8_t
and unit32_t
are not being resolved. I have included both stdint.h
and inttypes.h
, just to be sure, but wasn't successful. Can someone kindly help?