I using eclipse kepler for C/C++ developers on windows 7 for ARM programming. For toolchain I using CodeSourcary_Lite_for_ARM_EABI.
I have problem with eclipse preprocessor, because they doesn't recognized uint16_t type, but they recognized all other types defined in stint.h. Despite the error, code is builded normaly.
Pleas help me, because all errors make my code unreadeble.
Update:
I was resolved the problem :) I uninstaled toolchain and instaled newer version of CodeSourcary_Lite_for_ARM_EABI.