2025-08-25 9:41 AM
I created a static library using STM32Cube IDE and included it in a non-library project. Both projects build with no errors or warnings, and the application that uses this library runs correctly. My next step was to create an additional static library project and include the original static library in it. I can find no way to do this in STM32Cube IDE. Can anyone point me to project properties for a static library that will allow me to use a different static library I created?
Solved! Go to Solution.
2025-08-25 12:35 PM
NVM... silly question. Just include the headers in the 2nd library and let the linker resolve everything when building the application.
2025-08-25 12:35 PM
NVM... silly question. Just include the headers in the 2nd library and let the linker resolve everything when building the application.