在使用CodeWarrior 时出现的一些错误!

2020-02-21 21:21发布

本帖最后由 wellsking 于 2014-8-7 09:22 编辑

Description        Resource        Path        Location        Type
C:/Freescale/CW MCU v10.6/MCU/ARM_GCC_Support/ewl/EWL_C/include/cstdint declaration for parameter 'int16_t' but no such parameter       


在cstdlit.h中有

typedef signed char int8_t;
typedef short int   int16_t;
typedef long int    int32_t;

在项目中Properties->paths and symbols->includes 已经包含了cstdlit.h所在路径。
C:/Freescale/CW MCU v10.6/MCU/ARM_GCC_Support/ewl/EWL_C/include





友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。