2020-08-04 10:11 AM
I have a .lib file created using KeiluV5 and would like to use it in a CubeIDE project. How do I go about doing this?
I have found reference to Libraries and Library Paths at Project > C/C++ General > Paths and Symbols
I've tried adding my .lib file and path to it respectively, but I do not see any reference to the lib file in my project, as seen in the Project Explorer.
Am I on the right lines, or missing something?
Thanks
2020-08-04 11:20 AM
No a specialist, however wouldn't bet that lib files are by default portable across compilers (CubeIDE is gcc). Making portable lib file requires specific crafting, which I'm not versed on.