打印

用KEIL编译KE02的UART的demo出现的问题

[复制链接]
1870|1
手机看帖
扫描二维码
随时随地手机跟帖
跳转到指定楼层
楼主
ldysucc2017|  楼主 | 2015-10-29 18:38 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
环境是:KEIL5
pmc.h(35): warning:  #21-D: type qualifiers are meaningless in this declaration
定位:
const enum {
  PMC_LVW_INT_DISABLE = 0,
  PMC_LVD_RESET_DISABLE = 0,
  PMC_LVD_STOP_DISABLE = 0,
  PMC_LVD_DISABLE = 0,
  PMC_BANDGAP_DISABLE = 0,
        ...
};

crc.c(141): warning:  #14-D: extra text after expected end of preprocessing directive
定位:
#ifdef  defined(BYTE_ENABLES_1_2_4_8)                     /*write single byte */
        for(;j<sizeBytes;j++)
        {     
            *pCRCBytes++ = msg[j];
        }
"UART_demo_Flash.axf": Error: Q0122E: Could not open file 'UART_demo_Flash.axf': No such file or directory

相关帖子

沙发
皛柒| | 2017-3-6 10:54 | 只看该作者
这个问题解决了吗?我也遇到了

使用特权

评论回复
发新帖 我要提问
您需要登录后才可以回帖 登录 | 注册

本版积分规则

10

主题

60

帖子

1

粉丝