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
PSPlink printf problem
-
- Posts: 107
- Joined: Sat Jan 13, 2007 11:50 am
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...)
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...)
use this code:
Code: Select all
int kout = sceKernelStdout();
sceIoWrite(kout, buf, len);