cancel
Showing results for 
Search instead for 
Did you mean: 

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

Kdu.0
Associate
 
3 REPLIES 3
Kdu.0
Associate

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

Romain LE DONGE
Associate III

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

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