Associate II
April 16, 2019
Solved
STN32CubeMX X-CUBE-AI.3.4.0 - arm-none-eabi-gcc: cannot find -lnetwork_runtime.a
- April 16, 2019
- 1 reply
- 1691 views
Hello community,
I created a Makefile with CubeMX and the X-CUBE-AI software. When I try to compile the project with arm-none-eabi-gcc the linker cannot find network_runtime.a.
/usr/lib/gcc/arm-none-eabi/5.4.1/../../../arm-none-eabi/bin/ld: cannot find -lnetwork_runtime.a
collect2: error: ld returned 1 exit statusThe file network_runtime.a is in the folder Middlewares\ST\AI\AI\lib and the option -L/mnt/DiscoveryBoard/Middlewares/ST/AI/AI/lib/ (absolute path.., I also tried others...) is defined.
Maybe somebody knows what I'm missing.
Thank you very much.
Oliver
