How to successfully add an static library to the project and liker in STM32CubeIDE
I have tried to add a library with .a extension but all tries had been unsuccessfully.
I have added the search path to "Library Search Path (L)" section in MCU GCC Linker.
I have added the library name to "Libraries (-l)" section in MCU GCC Linker.
With this when building the project, I get the next error:
tools\arm-none-eabi\bin\ld.exe: cannot find -lMyLibrary
Is there any other step I'm missing?
Hope you can help me with this.
Regards