
keil编译报错:FCARM - Output Name not specified, please check 'Options for Target - Utilities![]() 说明:报这个错误是keil识别某一个文件出错,我这个出错是将txt file识别成了image file 解决方法: (1)右击readme.txt--->option for File 'readme.txt'... ![]() (2)将文件类型 file type修改为 Text Document File即可。 ![]() (3)再次编译,编译成功。 ![]() |