
本人按照文档在cubeide加入编译命令:"../../../../../../../Utilities/ImageHeader/postbuild_STM32MP13.sh" "${gnu_tools_for_stm32_compiler_path}" "${BuildArtifactFileBaseName}" 编译发现如下错误: "../../../../../../../Utilities/ImageHeader/postbuild_STM32MP13.sh" "D:\CubeIde\STM32CubeIDE_1.14.0\STM32CubeIDE\plugins\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.11.3.rel1.win32_1.1.100.202309141235\tools\bin" "MP13_BSP_BasicTemplates" Postbuild with windows executable <D> readelf_path =<D:\CubeIde\STM32CubeIDE_1.14.0\STM32CubeIDE\plugins\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.11.3.rel1.win32_1.1.100.202309141235\tools\bin/arm-none-eabi-readelf.exe> <D> objcopy_path =<D:\CubeIde\STM32CubeIDE_1.14.0\STM32CubeIDE\plugins\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.11.3.rel1.win32_1.1.100.202309141235\tools\bin/arm-none-eabi-objcopy.exe> <D> elf_entry_point =<0xc0000000> <D> formatted_ep_addr =<c0000000> Fatal Python error: cannot get zipimporter instance This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information. postbuild_STM32MP13.sh failed 请教大家,这是什么原因导致呢? |
STM32CUBEIDE 1.19.0 自动生成编码 原有工程GBK编码格式中文乱码。
STM32CubeIDE1.16.1创建新的STM32工程之后没有自动弹出引脚配置界面
关于昨天说的STMCubeIDE创建工程无法选择STM32Cube的问题,有解决办法了
关于STMCubeIDE创建工程BUG解决办法!!!
IDE软件这什么情况
肯定是软件哪里不行了
stm32g431rbt怎么显示汉字
开发逆变器进行STM32学习,路径如何规划?
cubeide登录不了,软件连不上网
怎么在CubeIDE里面显示出导入的官方例程的全部文件?
[md]找到原因了,公司加密的原因。
试试这个命令
arm-none-eabi-objcopy -O binary "${BuildArtifactFileBaseName}.elf" "${BuildArtifactFileBaseName}.bin"&& "../postbuild.sh" "." "${BuildArtifactFileBaseName}.bin" "{BuildArtifactFileBaseName}_Signed.bin" "-bt 10" "-ep C0000000"
你是想签名对吧,使用类似这种指令,我最后成功编译了,但是没有生成签名文件。还是需要使用签名工具生成
看报错的内容好像是python 相关的不知道是不是本地python 环境的问题 本地也是这个命令是没报错的
[md]找到原因了,公司加密的原因。