2023-08-23 06:21 AM
Hello,
So far I've been using NN C-files generation and everything works fine. At the moment I'm migrating to a relocatable binary model. At the moment I'm in generation step and for this I've basically added --relocatable and --lib "C:/tools/X-CUBE-AI/8.1.0/Pack/Middlewares/ST/AI/" as arguments in the generate command.
However, I'm getting the following error:
E600(RelocIOError): Unable to find the PIC lib for stm32h7 in C:\tools\X-CUBE-AI\8.1.0\Pack\Middlewares\ST\AI\Lib\GCC\ARMCortexM7
Any ideas why is not getting the NetworkRuntime810_CM7_GCC_PIC.a files? also I would expect it to look for them inside STM32H7 and not ARMCortexM7. Am I missing something?
Thanks!