我正在使用Eclipse Kepler进行构建,并已包含在内math.h.但是,我收到了一个错误
math.h
'对log10的未定义引用'.
还有类型uint8_t和unit32_t尚未解决.我既包括stdint.h和inttypes.h,只是可以肯定的,但没有成功.有人可以帮忙吗?
uint8_t
unit32_t
stdint.h
inttypes.h
c undefined-reference
c ×1
undefined-reference ×1