I am missing stdio.h Why?

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
antrc_3264986
Level 3
Level 3

When I create a project in creator 4.2 the USB UART does not work. When I use the RTC example project it does. I traced it to missing stdio.h in the new project. Is my install of creator bad and how do I fix it?

0 Likes
1 Solution

The correct solution:

Project->Build Settings->PDL->Utilities_>Check Retarget I/O

UART does nothing without this.

View solution in original post

0 Likes
2 Replies
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

Can you please post your complete project so that we all can have a look at all of your settings. To do so, use

Creator->File->Create Workspace Bundle (minimal)

and attach the resulting file.

Bob

0 Likes

The correct solution:

Project->Build Settings->PDL->Utilities_>Check Retarget I/O

UART does nothing without this.

0 Likes