- 博客(4)
- 资源 (3)
- 收藏
- 关注
原创 Keil MDK开发环境如何生成可下载的Bin格式文件
微控制器,比如常用的ST和GD全系列, 并提供了强大的调试和编译功能。在实际开发中,我们常常需要将编译后的代码生成Bin格式文件,以便用于固件烧录或OTA升级等场景。本文将详细介绍如何在Keil MDK开发环境中生成Bin格式文件。Keil MDK 默认是不会生成Bin和Hex 格式的文件,只会把参与编译的文件编译成.o文件, 但它自带了fromelf.exe 命令来实现打包。(Microcontroller Development Kit)是许多开发者首选的开发工具。1. 右键你打开的工程文件,选择。
2025-08-15 19:47:51
206
原创 高通平台bsp 编译BaseTools 出错
错误信息/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: error: ‘__builtin_strncpy’ specified bound depends on the length of the source argument [-Werror=stringop-overflow=]防御性编译选项触发了该警告,一般是由于strncat, strncpy 等等函数有可能导致不安全越界,GCC把这种警告当成错误。
2025-06-09 17:37:42
596
原创 高通modem 签名时python 出错SyntaxError: invalid syntax
原因: python2.7.18和之前的python2.7.6存在兼容性问题。解决: 将/usr/lib/python2.7/mimetypes.py 中的。
2025-05-29 17:27:50
1225
原创 ubuntu20.04编译高通平台adsp失败:qaic builder: couldn‘t find qaic exe for your host
ubuntu20.04编译高通平台adsp失败信息如下:Hexagon tool version major: 8** INFO: Loading PLATFORM scripts...** INFO: Platform building for: adsp!! ERROR: qaic builder: couldn't find qaic exe for your host. tried: ['/home/yiweicheng/yiweicheng_share/k1/sdm429w_bsp/ADS
2025-05-29 15:57:11
619
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅