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

[复制链接]
2101|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

粉丝
快速回复 在线客服 返回列表 返回顶部