Shop OBEX P1 Docs P2 Docs Learn Events
stderr ? — Parallax Forums

stderr ?

RaymanRayman Posts: 14,665
edited 2013-05-16 03:41 in Propeller 1
Looking at some C source codes, I see this used:

fprintf(stderr, ...

This doesn't seem to work in PropGCC, at least not without doing something I don't know how to do...

Is there a simple way to have stderr prints go somewhere?

Comments

  • ersmithersmith Posts: 6,054
    edited 2013-05-15 19:17
    fprintf(stderr,...) prints to the serial port by default, at least with the standard library. Are you using -ltiny by any chance? It may handle things differently.
  • RaymanRayman Posts: 14,665
    edited 2013-05-16 03:41
    Ok, that what'd I'd like it to do, I guess. I thought maybe that wasn't working, but maybe it was, I'll try again...
Sign In or Register to comment.