当前位置:网站首页>keil错误和解决办法(1):FCARM - Output Name not specified, please check ‘Options for Target - Utilities‘
keil错误和解决办法(1):FCARM - Output Name not specified, please check ‘Options for Target - Utilities‘
2022-07-23 13:56:00 【Little Grey Bear】
keil错误和解决办法(1):FCARM - Output Name not specified, please check ‘Options for Target - Utilities’
这个错误是由于新导入到工程内的文件,未被正确识别而引发的错误
报错:FCARM - Output Name not specified, please check ‘Options for Target - Utilities’
原因:用户的.c和.h文件往往都是新建txt,然后改的后缀,这样的文件被导入keil后,有可能会被识别成image file。
在新导入到keil中的文件中找到图标和和其它文件不一样的,同样是.c文件,my_printf.c和其它.c文件(如:spi.c)图标不同。查看如下:
右击,选options for File …,查看如下:
会发现被导入的文件类型被识别成了image flie。
将文件修改类型为C Source file。
重新编译,错误消失。
边栏推荐
- 智慧物联网源码 带组态物联网源码 工业物联网源码:支持传感器解析服务,数据实时采集和远程控制
- 通过SSH方式访问内网RDS+mysql
- 使用“soup.h1.text”爬虫提取标题会多一个\
- Pinduoduo app product details interface to obtain activity_ ID value (pinduoduo activity_id interface)
- Using "soup.h1.text" crawler to extract the title will be one more\
- 虾皮二面:JVM内存布局你知道的都说一下?
- Sprintf and cv:: puttext
- [31. Maze walking (BFS)]
- 主成分分析(MATLAB)
- 拼多多APP商品详情接口获取activity_id值(拼多多activity_id接口)
猜你喜欢

【30. n-皇后问题】

系统内存介绍和内存管理

Pinduoduo app product details interface to obtain activity_ ID value (pinduoduo activity_id interface)

SSD: Single Shot MultiBox Detector

Microcomputer principle and technical interface practice in class

无心剑英汉双语诗006.《致爱妻》

Solve data functions should return an object (property "visible" must be accessed with "$data.visible")

Tensorflow2.x actual combat series softmax function

PWN entry (3) heap

Direct exchange
随机推荐
虚拟机网络连接方式
搜索二叉树——寻找节点,插入节点,删除节点
Distance IOU loss: faster and better learning for bounding box regression
oracle 数据库 11C 之后版本使用 memory_target 自动内存管理
opencv之打开摄像头、边缘检测
深度学习学习记录-优化器的学习率的更新
CNCF基金会总经理Priyanka Sharma:一文读懂CNCF运作机制
软件配置 | Pycharm下载、安装及环境配置和卸载
TOPSIS法(MATLAB)
灰色预测(MATLAB)
Win11如何添加图片3D效果?Win11添加图片3D效果的方法
微机原理与技术接口随堂练习
Solution for iPhone unable to open openv** file
精确的目标检测中定位置信度的获取
Microcomputer principle and technical interface practice in class
PIP reports an error could not find a version that satisfies the... No matching distribution
What are the principal guaranteed financial products with an annual interest rate of about 6%?
PMP每日一练 | 考试不迷路-7.23
串的初步认识
[30. N-queen problem]