Skip to main content
Kdu.0
Associate
May 13, 2019
Question

cannot open source network.c,ai_platform.h,arm_dot_prod_f32.c...

  • May 13, 2019
  • 3 replies
  • 1062 views

..

    This topic has been closed for replies.

    3 replies

    Kdu.0
    Kdu.0Author
    Associate
    May 13, 2019

    There's still one missing network_runtime.lib. Please help me.Thanks.

    Romain LE DONGE
    Associate
    May 15, 2019

    Hi,

    Could we have more information about your problem ? log, IDE, error messages... ?

    Have you used CubeMX ? Which version ?

    If the this is only the network_runtime.lib file missing, you can find it : C:\Users\[Username]\STM32Cube\Repository\Packs\STMicroelectronics\X-CUBE-AI\3.4.0\Middlewares\ST\AI\lib\MDK

    THey
    Associate II
    June 19, 2019

    I managed to resolve it as follows:

    Right click Project -> Properties -> C++ -> Paths and Symbols.

    Add these paths (Windows :(

    C:\Users\YOUR_USER_NAME\STM32Cube\Repository\STM32Cube_FW_F7_V1.15.0\Drivers\CMSIS\DSP\Include

    C:\Users\YOUR_USER_NAME\STM32CubeIDE\workspace_1.0.0\aitest\Middlewares\ST\AI\AI\data

    Note that adding the last mentioned path must be for the STM32CubeIDE\workspace folder not the STM32Cube\ folder, also Note "aitest" is the name of my project, yours will be whatever you named your project

    Similar approach for Ubuntu installs just find the relative paths to these include folders