2024-04-11 12:34 AM
Jow I encouter the following error after building this file
C:/ST/STM32CubeIDE_1.14.1/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.12.3.rel1.win32_1.0.100.202403111256/tools/bin/../lib/gcc/arm-none-eabi/12.3.1/../../../../arm-none-eabi/bin/ld.exe: cannot find -l:NetworkRuntime600_CM4_GCC.a: No such file or directory
Does someone knows what this is and what I need to do to fix this?
Thx in advance
Kind regards
Lilrobsky
2024-04-11 12:38 AM
If you didnt, you should provide NetworkRuntime600_CM4_GCC.a library into stm32cubeIDE
Go to Projects > Properties > Settings > Libraries
Here ou can use "-l" and "-L" flags of gcc to add library path and a library name