Build started: Project: LSTM_SOC *** Using Compiler 'V5.06 update 6 (build 750)', folder: 'D:\Keilv5\Keil_v5\ARM\ARMCC\Bin' Build target 'LSTM_SOC' compiling network_data.c... ../X-CUBE-AI/App/network_data_params.h(21): error: #5: cannot open source input file "ai_platform.h": No such file or directory include "ai_platform.h"../X-CUBE-AI/App/network_data.c: 0 warnings, 1 error compiling network_data_params.c... ../X-CUBE-AI/App/network_data_params.h(21): error: #5: cannot open source input file "ai_platform.h": No such file or directory include "ai_platform.h"../X-CUBE-AI/App/network_data_params.c: 0 warnings, 1 error compiling network.c... ../X-CUBE-AI/App/network.h(24): error: #5: cannot open source input file "ai_platform.h": No such file or directory include "ai_platform.h"../X-CUBE-AI/App/network.c: 0 warnings, 1 error compiling app_x-cube-ai.c... ../X-CUBE-AI/App/app_x-cube-ai.h(26): error: #5: cannot open source input file "ai_platform.h": No such file or directory include "ai_platform.h"../X-CUBE-AI/App/app_x-cube-ai.c: 0 warnings, 1 error compiling main.c... ../X-CUBE-AI/App/app_x-cube-ai.h(26): error: #5: cannot open source input file "ai_platform.h": No such file or directory include "ai_platform.h"../Core/Src/main.c: 0 warnings, 1 error "LSTM_SOC\LSTM_SOC.axf" - 5 Error(s), 0 Warning(s). Target not created. Build Time Elapsed: 00:00:01 |
stm32g431rbt怎么显示汉字
stm32cubemxd的myst账号登录不上,但网页上可以登录
关于STM32CubeIDE编译设置问题,是否有像keil一样有编译后执行Bat脚本的功能和设置?
STM32CubeIDE V1.16.0 配置stm32g431cb(128K Flash)生成的链接文件(.ld)显示flash只有112K,这是为什么?
请教PDMtPCM库的使用,我看了UM2372的用户手册,还是没搞懂pdm2pcm库怎么集成到我的程序中。我找到了手册上的pdm2pcm_glo.h头文件和libPDMFilter_CM4_Keil_wc16.lib库文件,之后如何操作呢?还有手册中的audio_fw_glo.h文件没有在软件包中找到怎么办?求解,万分感谢!!!
Nucleo-G431板载stlink无法使用
stm32f105 串口数据丢失
stm32F407VGT6网络初始化的问题
CAN发送数据HAL_CAN_Transmit能够发送数据HAL_CAN_AddTxMessage()函数发送数据堵在邮箱里面发不出去了
意法G4系列的LPUART低功耗相关问题
你好,
这个ai_platform.h是我们STM32Cube.AI runtime的一部分,如果X-CUBE-AI有正常安装的话,生成代码的时候会从它的用户目录下直接将整个Middleware拷贝过来,其中就有这个文件。这个目录在:C:\Users\xxx\STM32Cube\Repository\Packs\STMicroelectronics\X-CUBE-AI\8.1.0\Middlewares\ST\AI。如果你在这个目录找不到这个文件,建议卸载X-CUBE-AI重新安装。如果还是有问题可以把工程发给我看看。我邮箱[email]yijun.deng@st.com[/email]。
[md]我这也有同样的问题,卸载重下也一样,6.0.0版本的,可以加一下qq或者wx交流一下吗
用X-CUBE-AI移植TFlite模型库出现Undefined symbol的问题,求解
有4个函数报L6218E错误,例如其中一个如下: Undefined symbol aiTensorDescMsg_fields (referred from aipbmgr.o).
检查代码后发现确实是没有相关定义,这个该怎么解决,是加载TFLITE时导致的错误?
在CUBEMX上分析模型时已经通过了,但生成代码后出现这个问题。