PSPlink printf problem

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
SafariAl
Posts: 5
Joined: Tue Apr 29, 2008 9:53 am

PSPlink printf problem

Post by SafariAl »

Well, seems that when using printf, and running a prx in PSPlink, it does not print to the pspsh window. I was told by InsertWittyName to update my newlib (by reinstalling the toolchain) which went along fine, but that didn't seem to work either. Any suggestions?

-Al
Smong
Posts: 82
Joined: Tue Sep 04, 2007 4:44 am

Post by Smong »

Use the 1.5 version of psplinkusb?
(+[__]%)
willow :--)
Posts: 107
Joined: Sat Jan 13, 2007 11:50 am

Post by willow :--) »

I've been having the same problem (as well as the "reset" command not working with pspsh) on kubuntu for a while, even after an update of the sdk, but that was a few months ago. (using the 3.0 OE version of psplink)

I don't have such problems with the latest minimal pspsdk on windows, so I really think it has something to do with your newlib/sdk version... are you sure you have the latest version, for everything that's involved ? (I am myself so bad with linux, that I couldn't even answer that question, so...)
tpu
Posts: 7
Joined: Mon Jan 28, 2008 2:54 pm

Post by tpu »

use this code:

Code: Select all

    int kout = sceKernelStdout();
    sceIoWrite(kout, buf, len);
Post Reply