How use .lib static library in MCUXpresso IDE

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

How use .lib static library in MCUXpresso IDE

383 次查看
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.

标记 (2)
0 项奖励
1 回复

369 次查看
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 项奖励