Keil MDK报错:Browse information of one or more files is not available----全面的解决方法。

最近玩stm32遇到一个BUG,报错内容如图。

Keil MDK报错:Browse information of one or more files is not available----全面的解决方法。_第1张图片

(图片来自网络,感谢网友提供图片,如有侵权,请私聊以便删除)

本人的报错情况跟这个一模一样,不同的是我的报错文件要多一些。

以下是解决方法:

方法一:

1.点击魔术棒

Keil MDK报错:Browse information of one or more files is not available----全面的解决方法。_第2张图片

2.在Output界面中勾选Browse Information选项,再点击OK

Keil MDK报错:Browse information of one or more files is not available----全面的解决方法。_第3张图片

3.最后再重新编译

方法二:把相对应的文件重新写一遍,删掉相对应的文件,再把重新写的添加进去,重新编译。

方法三:出现这种情况可能是因为代码使用的C99方式的代码。这里只需要打开魔术棒,点C/C++,将C99mode勾上就行了。具体如图:

Keil MDK报错:Browse information of one or more files is not available----全面的解决方法。_第4张图片

方法四:在相应文件上右键,Option of……-> 在File Type中选择对应的文件类型

Keil MDK报错:Browse information of one or more files is not available----全面的解决方法。_第5张图片

你可能感兴趣的:(STM32F1,keil,MDK)