MCUXpresso setting lib include path

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

MCUXpresso setting lib include path

3,721件の閲覧回数
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,537件の閲覧回数
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 件の賞賛
返信