.\System\core_cm4.h(265): error: #40: expected an identifier
uint32_t N:1; /*!< bit: 31 Negative condition code flag */
.\System\core_cm4.h(298): error: #40: expected an identifier
uint32_t T:1; /*!< bit: 24 Thumb bit (read 0) */
.\System\core_cm4.h(304): error: #40: expected an identifier
uint32_t N:1; /*!< bit: 31 Negative condition code flag */
keil5 提示出现上述问题,编译不过去,但是keil5安装路径 下的core_cm4.h和库文件中的core_cm4.h都试了,不太好使,怎么回事啊?
|