printf() won't print any formats (CW 6.3 EWL_C)

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

printf() won't print any formats (CW 6.3 EWL_C)

490 Views
wrljet
Contributor II

Trying to use printf() with %d format in a project.  51AC25A chip.

Lib is EWL_C.  I've tried all the various print formatter settings in the Librarian options.

 

printf() prints text up to my first % format specifier, no matter what it is, and then quits.


Ideas?

 

Thanks,

Bill

Labels (1)
0 Kudos
2 Replies

298 Views
CrasyCat
Specialist III

Hello

 

Did you include stdio,h in the source file where you are using the printf?

 

CrasyCat

0 Kudos

298 Views
wrljet
Contributor II

Yup, sure did.

 

I gave up on the new EWL_C lib's printf() and pull in tiny io printf from the old 6.2 libs and that one works.

 

0 Kudos