本人按照文档在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 请教大家,这是什么原因导致呢? |
keil安装pack中提示Encountered an improper argument. 如何解决
STM32MP135DAF7系列运行DDR_Init_A7死机,调试发现是DDR初始化出错。
classB自检库上面没有MP1系列的范例,有针对MP1系列的自检解决方案或是应用笔记吗?
stm32cubide搜索不到.h文件里的文本
stm32cubeide-boot loader跳转APP异常问题
我用过stm32cubemax 但是我给stm32cubeide整服了
stm32mp135怎么只烧录bootfs,根文件系统保持不变?
STM2cubeide使用Freertos v2提示错误问题
cubeIDE在运行时显示Failed to execute MI command是什么问题呢?
为什么ETH配置中没有Advanced Parameters?
[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]找到原因了,公司加密的原因。