Hi,
Can we integrate any explicit library like openthread into MCUXpresso IDE?
If so, please let me know the procedure. Thanks!
Best Regards,
Praneeth
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