本帖最后由 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
友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。
关于你的问题,如果你将
typedef signed char int8_t;
typedef short int int16_t;
typedef long int int32_t;
直接放到主程序的.c中定义,是否可以呢?
楼主是不是装CW了,在CW的根目录下很多例程的,路径:C:FreescaleCW MCU v10.6MCUCodeWarrior_ExamplesKinetis_Examples
或者你可以直接看你相关芯片的代码包,不知道你用的是什么芯片? 我帮你找个。
一周热门 更多>