2019-05-13 06:06 AM
2019-05-13 06:42 AM
There's still one missing network_runtime.lib. Please help me.Thanks.
2019-05-15 03:12 AM
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
2019-06-19 10:46 AM
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