keil编译报错提示browse information of one or more files is not availiable 或FCARM- Output Name not specied
·
Keil MDK报错:Browse information of one or more files is not available
FCARM - Output Name not specified, please check ‘Options for Target - Utilities

今天在移植rt-thread的时候, 突然莫名其妙的给我弹框, 说Browse information of one or more files is not available
从如下图加入的文件, 文件的属性都时对的, c文件属性是c sorce file, 但就是一直提示文件无效.

解决方法:
一定要通过工程左侧添加文件, 如下图所示, 添加的文件这个受显示的image file, 我们需要一个一个的修改文件属性, c文件改为C sorce file, h文件改为text Document file, .S文件改为Assembly language file.

猜测原因
1. 添加的文件可能文件属性兼容性问题, 在不同的机器上生成的文件导致移植过来后, 文件属性异常
2. 适用的keil软件是破解版本, 有可能存在某种未知bug导致文件识别异常.
更多推荐
所有评论(0)