MCUXpresso setting lib include path

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

MCUXpresso setting lib include path

3,807 次查看
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 项奖励
回复
1 回复

3,623 次查看
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 项奖励
回复