Procedure for adding explicit libraries to MCUXpresso IDE

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

Procedure for adding explicit libraries to MCUXpresso IDE

646 Views
panasalap
Contributor I

Hi,

Can we integrate any explicit library like openthread  into MCUXpresso IDE?

If so, please let me know the procedure. Thanks!

Best Regards,

Praneeth

0 Kudos
2 Replies

562 Views
jingpan
NXP TechSupport
NXP TechSupport

Hi,

of course you can. Please add here

pastedImage_3.png

Regards,

Jing

0 Kudos

562 Views
BlackNight
NXP Employee
NXP Employee

In addition to the information from Jing:

If your library is named 'libMyLibrary.a', then omit the prefix and extension for the -l option, e.g. use -lMyLibrary

See

Creating and using Libraries with ARM gcc and Eclipse | MCU on Eclipse 

I hope this helps,

Erich

0 Kudos