How use .lib static library in MCUXpresso IDE

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How use .lib static library in MCUXpresso IDE

381 Views
Harshal_Kaswala
Contributor I

I need to add a .lib static library to the MCUXpresso project. I know that the .a static library setting is added in "MCU Linker - Libraries" > "Library search path (-L) Add". I try the same for the .lib library but I am facing a compilation error.

Tags (2)
0 Kudos
1 Reply

367 Views
ErichStyger
Senior Contributor V

If using custom library names, I have you covered here:

https://mcuoneclipse.com/2017/07/23/how-to-use-custom-library-names-with-gnu-linker-and-eclipse/

I hope this helps,

0 Kudos