在使用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





友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。
该问题目前已经被作者或者管理员关闭, 无法添加新回复
5条回答
FSL_TICS_ZJJ
1楼-- · 2020-02-21 21:40
楼主下次发问题可以直接到外面的版块发,这里很容易被忽略的。
关于你的问题,如果你将
typedef signed char int8_t;
typedef short int   int16_t;
typedef long int    int32_t;

直接放到主程序的.c中定义,是否可以呢?
wellsking
2楼-- · 2020-02-22 02:07
能不能给个完整的简单的工程?
FSL_TICS_ZJJ
3楼-- · 2020-02-22 06:18
wellsking 发表于 2014-8-7 10:06
能不能给个完整的简单的工程?

楼主是不是装CW了,在CW的根目录下很多例程的,路径:C:FreescaleCW MCU v10.6MCUCodeWarrior_ExamplesKinetis_Examples
或者你可以直接看你相关芯片的代码包,不知道你用的是什么芯片? 我帮你找个。
laotui
4楼-- · 2020-02-22 09:35
要谢谢版主的提醒了,找到了CW下的例子了。
成就与价值
5楼-- · 2020-02-22 11:09
 精彩回答 2  元偷偷看……

一周热门 更多>