MCUXpresso setting lib include path

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

MCUXpresso setting lib include path

823 Views
lschoenfeld
Contributor III

I'm working with the example project "bluetooth_otpa_client_freertos" for KW41Z and have to use some lib funktions included in stdio library. How can I set the lib path in MCUxpresso? As soon as I include stdio.h in source code it causes an error. In an other example "bluetooth_wireless_uart_freertos" the lib path was set automatic (see attachment).

Regards

Lothar

0 Kudos
1 Reply

640 Views
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello Lothar Schönfeld,

- In your attachment , the path under "Includes" are the header files that project used, these can add directly in C/C++ Build -> Settings -> ....-> Includes as attachment "Includes.png".

- About add Library, please refer to this link: Creating and Linking to Library Projects 

- In your project, it can include stdio.h, this is under redlib, from attachment I know you have includes this lib.

what about the error message?

0 Kudos