How can I identify libraries in STMCubeIDE?
I have recently picked up an old project which was build by a developer who has left the company. For various security and compliance reasons, I need to know which specific libraries are linked to the project. I can see from the project properties and the makefile, that it is using arm-gnu-toolchain 13.1, but this contains a lot of libraries and my customer needs to know which specific libraries are linked into the binary. Can anyone point me towards how I can find this information?
I am using STMCubeIDE 1.16.0. Though I do not believe that this was the original version used to build the project. (To say that documentation is a bit sparse would be generous!)
