stdio.h in DS for S32K118

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

stdio.h in DS for S32K118

Jump to solution
1,525 Views
wei_w_he
Contributor IV

Dear Officer,

I am working on S32K118 with Design Studio. It supports the stdio.h as standard. Is there any linkage between this stdio with DS debug? e.g. steerr, stdin and stuout can be "displayed" via any DS window? (The Console, Debugger Console and Debug windows seems not related with it).

 

Thanks and best regards

He Wei

 

 

Labels (1)
0 Kudos
1 Solution
1,492 Views
lukaszadrapa
NXP TechSupport
NXP TechSupport

Hello He,

I'm not aware of such document.

EWL comes from Freescale/NXP, NewLib is a standard distributed under freeware license:

https://sourceware.org/newlib/

Some introduction can be found S32DS user guide (c:\NXP\S32DS_ARM_v2.2\S32DS\help\pdf\S32DS_ARM_User_Guide.pdf):

lukaszadrapa_0-1603709318620.png

Documentation for EWL can be found here:

c:\NXP\S32DS_ARM_v2.2\S32DS\help\resources\manuals\ewl_c_reference.pdf

Regards,

Lukas

 

 

View solution in original post

3 Replies
1,513 Views
lukaszadrapa
NXP TechSupport
NXP TechSupport

Hi,

something similar was already discussed here:

https://community.nxp.com/t5/S32-SDK/S32K-and-printf-implementation/m-p/867907

I guess this could help.

Regards,

Lukas

 

0 Kudos
1,498 Views
wei_w_he
Contributor IV

Dear Lucas,

Thanks for the information. I notice we need to configure the Libraries support setting to ewl_c no I/O (-specs=ewl_c9x_noio.specs), and there are few options we can select such as newlib_nano no I/O, etc.

Is there doc. to explain the usage for each setting?

Thanks and best regards

He Wei

 

0 Kudos
1,493 Views
lukaszadrapa
NXP TechSupport
NXP TechSupport

Hello He,

I'm not aware of such document.

EWL comes from Freescale/NXP, NewLib is a standard distributed under freeware license:

https://sourceware.org/newlib/

Some introduction can be found S32DS user guide (c:\NXP\S32DS_ARM_v2.2\S32DS\help\pdf\S32DS_ARM_User_Guide.pdf):

lukaszadrapa_0-1603709318620.png

Documentation for EWL can be found here:

c:\NXP\S32DS_ARM_v2.2\S32DS\help\resources\manuals\ewl_c_reference.pdf

Regards,

Lukas