环境是: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 |