为啥用MDK4.2版本的时候编译正常,用4.6版本就出问题了。
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了为啥用MDK4.2版本的时候编译正常,用4.6版本就出问题了。相关的知识,希望对你有一定的参考价值。
我以前建立的一个STM32F4的工程,当时是MDK4.2版本,没有问题。现在我电脑换成4.6版本的MDK,却出现了很多问题。。、、.\CMSIS\core_cm4.h(305): error: #757: variable "uint32_t" is not a type name.\CMSIS\core_cm4.h(306): error: #757: variable "uint32_t" is not a type name.\CMSIS\core_cm4.h(307): error: #757: variable "uint32_t" is not a type name.\CMSIS\core_cm4.h(308): error: #757: variable "uint32_t" is not a type name.\CMSIS\core_cm4.h(309): error: #757: variable "uint32_t" is not a type name.\CMSIS\core_cm4.h(310): error: #757: variable "uint32_t" is not a type name.\CMSIS\core_cm4.h(311): error: #757: variable "uint32_t" is not a type namecompiling system_stm32f4xx.c...C:\Keil\ARM\CMSIS\Include\core_cmInstr.h(115): error: #20: identifier "__STATIC_INLINE" is undefinedC:\Keil\ARM\CMSIS\Include\core_cmInstr.h(115): error: #101: "uint32_t" has already been declared in the current scopeC:\Keil\ARM\CMSIS\Include\core_cmInstr.h(115): error: #65: expected a ";"
请注意CMSIS文件路径设置,两个版本的软件默认使用的路径不同,一个是系统自带的,一个固件库里的。请注意设置路径。 参考技术A 我好像没有遇到过这个情况,4.5编译的,4.7再编译,也可以啊 参考技术B 这种问题很明显是跟库函数和设置有关,以后要学着自己查错误、解决问题啊。为啥keil用不了ctrl
参考技术A 开门见山。keil5 .1中 ctrl +shift+s 全局搜索 ,双击 搜索 结果后无法跳转.重装软件,换版本,修复电脑我都试了,都没用.最后发现,原先的程序可以跳转。以上是关于为啥用MDK4.2版本的时候编译正常,用4.6版本就出问题了。的主要内容,如果未能解决你的问题,请参考以下文章
VS2012编译的DLL动态库为啥在VS2012上调用正常,在VS2008上使用失败
为啥在编写javaweb项目的时候,无缘无故会报错,切换jdk版本后会恢复正常?代码格式没有任何错误