I’m trying to port an STM32CubeIDE project to Mbed OS. I was able to replace all the similar header files, but unable to build and link the libraries for the project (files with “.a” extension). Is there a build configuration where I can add that library and link it to my code? I’m getting linking errors for functions defined in that library, Any suggestions on how can I do it? Thanks
I’m trying to use a precompiled static library (with “.a” extension). The library has been precompiled using gcc so I’m using GCC_ARM as my tool chain. But it fails to link this static library after compiling the code. Is there any way to add it to the build configuration?