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

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

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

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

以下是解决方法:

方法一:

1.点击魔术棒

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

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

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

3.最后再重新编译

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

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

方法三:出现这种情况可能是因为代码使用的C99方式的代码。这里只需要打开魔术棒,点C/C++,将C99mode勾上就行了。具体如图:Keil MDK报错:Browse information of one or more files is not available----全面的解决方法。

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

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

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

相关文章:

  • 2021-06-03
  • 2022-12-23
  • 2021-12-12
  • 2021-09-19
  • 2021-08-17
  • 2021-07-12
  • 2021-09-01
猜你喜欢
  • 2021-12-11
  • 2021-04-09
  • 2022-12-23
  • 2021-04-23
  • 2021-05-04
  • 2021-12-31
  • 2021-05-14
相关资源
相似解决方案