cancel
Showing results for 
Search instead for 
Did you mean: 

How can I include my own static library in a different static library project I created?

DSudo.2
Associate III

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?

1 ACCEPTED SOLUTION

Accepted Solutions
DSudo.2
Associate III

NVM... silly question. Just include the headers in the 2nd library and let the linker resolve everything when building the application.

View solution in original post

1 REPLY 1
DSudo.2
Associate III

NVM... silly question. Just include the headers in the 2nd library and let the linker resolve everything when building the application.