2024-09-16 03:02 AM
Hello,
I'm trying to validate on target a CNN neural network in stm cube IDE (the target is the board STEVAL-STWINKT1B) but I alwais find an error:
C:/ST/STM32CubeIDE_1.16.0/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.12.3.rel1.win32_1.0.200.202406191623/tools/bin/../lib/gcc/arm-none-eabi/12.3.1/../../../../arm-none-eabi/bin/ld.exe: cannot find -l:NetworkRuntime900_CM4_GCC.a: No such file or directory
collect2.exe: error: ld returned 1 exit status
make: *** [Makefile:85: Debug/mxAI1769727189411900.elf] Error 1
Automatic build and run failed
The validation on desktop run well but the validation on target return this error both with random data in input and with data entered manually.
I'm working with this network:
https://drive.google.com/file/d/1FizAT25KlB1PKellG3EwzSmL5bcMf7Kx/view?usp=sharing
2024-09-16 03:04 AM
P.S.
in the initial network configuration I inserted low compression so as not to exceed the available flash.